Magento – Fatal error: require_once(): Failed opening required ‘D:\xampp\htdocs\magento\errors\report.php’

magento-1.9PHP

i just copied working folders and files from Ubuntu to windows and whenever i try run the project am getting error like:

Fatal error: require_once(): Failed opening required 'D:\xampp\htdocs\geedel\errors\report.php' (include_path='D:\xampp\htdocs\geedel\app\code\local;D:\xampp\htdocs\geedel\app\code\community;D:\xampp\htdocs\geedel\app\code\core;D:\xampp\htdocs\geedel\lib;D:\xampp\php\PEAR') in D:\xampp\htdocs\geedel\app\Mage.php on line 925.

Any help would be greatly appreciated

Best Answer

Please check if you have a folder named errors on your magento root and whether there is a php file named report.php (probably someone had added entire errors folder to the gitignore or something? Just guessing).

Related Topic