Closed ghost closed 9 years ago
Comment by @BugBuster1701 Saturday Jun 21, 2014 at 20:32 GMT
Genau genommen fehlen darin:
"contao/module-calendar": "4.0.0-alpha2",
"contao/module-comments": "4.0.0-alpha2",
"contao/module-core": "4.0.0-alpha2",
"contao/module-devtools": "4.0.0-alpha2",
"contao/module-faq": "4.0.0-alpha2",
"contao/module-listing": "4.0.0-alpha2",
"contao/module-news": "4.0.0-alpha2",
"contao/module-newsletter": "4.0.0-alpha2",
"contao/module-repository": "4.0.0-alpha2",
Comment by @leofeyer Sunday Jun 22, 2014 at 19:24 GMT
This wasn't a problem so far, because we were using the Contao autoloader, which looked for the classes in system/modules
. The Composer autoloader, however, looks in vendor/contao
, therefore we cannot delete those resources anymore.
Unfortunately, not removing those resources leads to a lot of duplicated files. @contao/developers any ideas?
Comment by @aschempp Thursday Jul 03, 2014 at 07:17 GMT
I did not experience this problem when debugging #11. Obviously, you have to run composer update
initially.
However, I've found a few other things not working, maybe that relates to your problem:
bootstrap.php.cache
in app/console
and system/initialize.php
because the file did not existsystem/initialize.php
to include app/autoload.php
instead of vendor/autoload.php
config.yml
because I got errors with missing %locale%
variableMaybe 2. solves the problem.
Comment by @leofeyer Thursday Jul 03, 2014 at 15:25 GMT
.zip
archive.app/config/parameters.yml
file, which is automatically generated by the Contao install tool.
Issue by @BugBuster1701 Saturday Jun 21, 2014 at 20:18 GMT
Install Aufruf bringt diese Meldung. Installiert wurde die alpha2 mittels der Release ZIP (grüner Button) Das Verzeichnis
vendor/contao/module-core
fehlt.