Warning: include_once(Mage/Core/functions.php) [function.include-once]: failed to open stream: No such file or directory in /home/res49637/public_html/magento/app/Mage.php on line 44
Warning: include_once() [function.include]: Failed opening ‘Mage/Core/functions.php’ for inclusion (include_path=’/home/res49637/public_html/magento/app/code/local:/home/res49637/public_html/magento/app/code/community:/home/res49637/public_html/magento/app/code/core:/home/res49637/public_html/magento/lib:.:/usr/lib/php:/usr/local/lib/php’) in /home/res49637/public_html/magento/app/Mage.php on line 44
Fatal error: Call to undefined function checkmagicquotes() in /home/res49637/public_html/magento/app/Mage.php on line 52
Could someone lend a hand with the above error????
Warning: include_once(Mage/Core/functions.php) [function.include-once]: failed to open stream: No such file or directory in /home/res49637/public_html/magento/app/Mage.php on line 44
Warning: include_once() [function.include]: Failed opening ‘Mage/Core/functions.php’ for inclusion (include_path=’/home/res49637/public_html/magento/app/code/local:/home/res49637/public_html/magento/app/code/community:/home/res49637/public_html/magento/app/code/core:/home/res49637/public_html/magento/lib:.:/usr/lib/php:/usr/local/lib/php’) in /home/res49637/public_html/magento/app/Mage.php on line 44
Fatal error: Call to undefined function checkmagicquotes() in /home/res49637/public_html/magento/app/Mage.php on line 52
Could someone lend a hand with the above error????
I feel for you its Daunting It looks like you have Used FTP method of uploading this 9000 file platform is that the case
the file that is missing is Mage/Core/functions.php so you need to find if this file exists (i bet it does not) and reload it
GO Navigate to this folder app/code/core/Mage/
the problem is this will have happened more the once so other files will be missing?
can you SSH into your server if so go the second post on this thread on using SSH Putty In fact go here and do this hopefully you have reasonable hosting if you cant do this its a real drag get hosting you can magento platform will require it
hello
i faced the same problem when i moved my magento installation from /magento to / (and from /magento subdirectory to the root)
my magento installation was configured to use mod_rewrite and it wasn’t well configured, so in this case :
1) enable apache module mod_rewrite 2) please verify (and that was my problem) that AllowOverride is not set to None, you can set it on All 3) restart apache