I've just gone through the process of moving a dev instance of Magento from a /dev dir into the root dir but it's still looking for files in the /dev dir.
I've updated the web/unsecure/base_url and web/secure/base_url values, cleared /var/cache and /var/session double checked the .htaccess RewriteBase, removed the /community and /local directories (as a test), updated all my folders and files to the correct permissions, I'm not sure what else to try. I've hit a wall.
I've made this kind of move several times without issue, but for some reason this value is "stuck" somewhere and I can't figure out where.
The error_log contains this (it should not have the /dev dir in the file path):
PHP Warning: include_once(Mage/Core/functions.php): failed to open stream: No such file or directory in /httpdocs/dev/app/Mage.php on line 49
PHP Warning: include_once(): Failed opening 'Mage/Core/functions.php' for inclusion (include_path='/httpdocs/dev/app/code/local:/httpdocs/dev/app/code/community:/httpdocs/dev/app/code/core:/httpdocs/dev/lib:.:') in /httpdocs/dev/app/Mage.php on line 49
PHP Warning: include_once(Varien/Autoload.php): failed to open stream: No such file or directory in /httpdocs/dev/app/Mage.php on line 50
PHP Warning: include_once(): Failed opening 'Varien/Autoload.php' for inclusion (include_path='/httpdocs/dev/app/code/local:/httpdocs/dev/app/code/community:/httpdocs/dev/app/code/core:/httpdocs/dev/lib:.:') in /httpdocs/dev/app/Mage.php on line 50
PHP Fatal error: Class 'Varien_Autoload' not found in /httpdocs/dev/app/Mage.php on line 53
Any help would be greatly appreciated. Just trying to find tips on where else to look. Thank you!
Magento version 1.7.0.2
index.php
file, what file path shows up? – Alan Storm__FILE__
, but was caught by Stackoverflow formatting. – Jürgen Thelenindex.php
file? – Alan Storm