magento CE1.7.0.2 gives error while installing live site backup on local workstation -


i facing below errors while installing live site backup on local workstation. imported database backup in mysql.

renamed "local.xml.sample" "local.xml".

renamed cache folder. yet gives below error.

1. warning: include_once(mage/core/functions.php): failed open stream: no such file or directory in c:\wamp\www\app\mage.php on line 50   2.  warning: include_once(): failed opening 'mage/core/functions.php' inclusion (include_path='c:\wamp\www\app\code\local;c:\wamp\www\app\code\community;c:\wamp\www\app\code\core;c:\wamp\www\lib;.;c:\php\pear') in c:\wamp\www\app\mage.php on line 50   3. warning: include(mage\core\model\app.php): failed open stream: no such file or directory in c:\wamp\www\lib\varien\autoload.php on line 93   4. warning: include(): failed opening 'mage\core\model\app.php' inclusion (include_path='c:\wamp\www\app\code\local;c:\wamp\www\app\code\community;c:\wamp\www\app\code\core;c:\wamp\www\lib;.;c:\php\pear') in c:\wamp\www\lib\varien\autoload.php on line 93   5. fatal error: class 'mage_core_model_app' not found in c:\wamp\www\app\mage.php on line 670 

the probable answer - have incorrect hierarchy of project files, ie didn't copy whole project workstation. need check if app\code\core\mage\core folder present , contains mentioned files.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -