问题
I have a brand new installation of Magento CE 1.7.0.2 on my local machine, and cannot get any extensions to load. They install properly in the Magento Connect Manager and appear in the list as installed, but there is no effect in the admin interface.
I have successfully installed Magento and these extensions before, so I'm not a complete noob. The extensions I'm trying to get working are these (both theoretically compatible with 1.7):
- http://www.magentocommerce.com/magento-connect/customer-experience/internationalization-localization/magento-community-modules-french-france-language-pack.html
- http://www.magentocommerce.com/magento-connect/oscommerce-migration-tool.html
What should happen with these extensions is:
- The admin interface should be in French (remains in English despite switching back and forth to French / other languages)
- There should be a "oscommerce" menu item under System > Import/Export (not there)
What I've tried (many times and in every possible combination):
- Logging out and back in
- Flushing all caches
- Deleting all cookies, exiting the browser, restarting apache, restarting the machine
- Reinstalling/Uninstalling both extensions
- Reinstalling Magento with a clean database and clean filesystem
I've followed the installation instructions to a tee. Magento is in developer mode ("SetEnv MAGE_IS_DEVELOPER_MODE 1" and "php_flag display_errors On" in .htaccess). There are no relevant errors in the logs and no PHP errors. The www user (under which runs the apache process) has full write permissions to the entire directory (also tried just /var, /app/etc and /)
Can someone please tell me what I'm doing wrong???
回答1:
Do a chmod -R 777 on the root of your magento installation to test if the moduls start to work then.
来源:https://stackoverflow.com/questions/13366344/magento-extensions-not-loaded