Hey Matthias, just try to deactivate and activate the module again.
Sometimes it helps, because the module entries in your database have to be updated. Regards, Kevin 2013/8/1 Matthias Kluth <[email protected]> > Hi Johannes, > > it looks like this: > > <?php > > /** > * comment description > * > * PHP version 5 > * > * @category An/Category > * @package Some/Package > * @author Matthias Kluth <[email protected]> > * @license > http://www.example.org/**license.html<http://www.example.org/license.html>tba. > * @link http://www.abc.de > */ > > /** > * Metadata version > */ > $sMetadataVersion = '1.1'; > > $aModule = array( > 'id' => 'modulename', > 'title' => 'Some fancy title', > 'extend' => array( > 'erp' => 'vendorname/modulename/**application/controller/** > someclass', > ), > ); > > > On 01.08.2013 11:46, Johannes Ackermann wrote: > >> Hi, >> >> what does your metadata.php look like? >> >> >> --Johannes >> >> -----Ursprüngliche Nachricht----- >> Von: >> dev-general-bounces@lists.**oxidforge.org<[email protected]>[mailto: >> dev-general-bounces@**lists.oxidforge.org<[email protected]>] >> Im Auftrag von Matthias Kluth >> Gesendet: Donnerstag, 1. August 2013 11:40 >> An: [email protected].**org <[email protected]> >> Betreff: [oxid-dev-general] Oxid Vendor folder >> >> Good morning, >> >> I'm just trying to add a new module-folder inside of a vendor folder. >> So my setup is: >> >> modules/ >> | >> |--vendorname >> |--vendormetadata.php >> |--modulename >> | >> |--metadata.php >> >> But as I want to activate it inside my oxid installation, it only shows >> me the vendorname as modulename and tells me: "Module has no metadata file, >> so for registering..." >> >> So it doesn't seem to recognize my vendor folder, right? >> Did I miss something? I guess it's just a small error, but I can't find >> it. >> >> I really appreciate your help. >> >> Have a nice day, >> >> Matthias Kluth >> ______________________________**_________________ >> dev-general mailing list >> [email protected].**org <[email protected]> >> http://dir.gmane.org/gmane.**comp.php.oxid.general<http://dir.gmane.org/gmane.comp.php.oxid.general> >> ______________________________**_________________ >> dev-general mailing list >> [email protected].**org <[email protected]> >> http://dir.gmane.org/gmane.**comp.php.oxid.general<http://dir.gmane.org/gmane.comp.php.oxid.general> >> > > ______________________________**_________________ > dev-general mailing list > [email protected].**org <[email protected]> > http://dir.gmane.org/gmane.**comp.php.oxid.general<http://dir.gmane.org/gmane.comp.php.oxid.general> > -- Kevin Mauel _______________________________________________________ Kevin Mauel | Junior Web-Developer TWT Interactive GmbH | Corneliusstraße 20-22 | D-40215 Düsseldorf Tel: +49 (0)211 601 601-433 | Fax: +49 (0)211 601 601-19 TWT Niederlassung Berlin | Friedrichstraße 90 | D-10117 Berlin Tel: +49 (0)30 20 25 3562 | Fax: +49 (0)30 20 25 3333 E-Mail: kevin.mauel <http://goog_819317643>@twt.de TWT - creating digital success: www.twt.de [image: Inline-Bild 1] <http://www.facebook.com/TWTinteractive> [image: Inline-Bild 2] <https://plus.google.com/116443227967474720104/posts> [image: Inline-Bild 3] <http://twitter.com/TWT_interactive> [image: Inline-Bild 4]<http://pinterest.com/twtinteractive/> [image: Inline-Bild 5] <http://de.slideshare.net/TWTinteractive> [image: Inline-Bild 6] <http://www.youtube.com/twtinteractive?gl=DE&hl=de> [image: Inline-Bild 7] <https://www.xing.com/companies/twtinteractivegmbh> [image: Inline-Bild 8] <http://www.digitalnext.de/> Geschäftsführung: Marcel Kreuter; Hans J. Even Sitz der Gesellschaft und Gerichtstand: Düsseldorf, Amtsgericht Düsseldorf, HRB 42097 [image: Inline-Bild 9] <http://www.twt.de/>
_______________________________________________ dev-general mailing list [email protected] http://dir.gmane.org/gmane.comp.php.oxid.general
