Thork Posted April 25, 2014 Share Posted April 25, 2014 Hi there, I have a problem that started quite recently. In some categories when I click on a product, it goes back to the homepage or to a blank page. When I activate the _PS_MODE_DEV on true it shows this : e('_PS_SMARTY_CONSOLE_CLOSE_', 0); define('_PS_SMARTY_CONSOLE_OPEN_BY_URL_', 1); define('_PS_SMARTY_CONSOLE_OPEN_', 2); define('_PS_JQUERY_VERSION_', '1.7.2');Warning: include_once(_PS_TOOL_DIR_profiling/Controller.php) [function.include-once]: failed to open stream: No such file or directory in /homez.577/climaffa/www/config/config.inc.php on line 58Warning: include_once() [function.include]: Failed opening '_PS_TOOL_DIR_profiling/Controller.php' for inclusion (include_path='.:/usr/local/lib/php') in /homez.577/climaffa/www/config/config.inc.php on line 58Warning: include_once(_PS_TOOL_DIR_profiling/ObjectModel.php) [function.include-once]: failed to open stream: No such file or directory in /homez.577/climaffa/www/config/config.inc.php on line 59Warning: include_once() [function.include]: Failed opening '_PS_TOOL_DIR_profiling/ObjectModel.php' for inclusion (include_path='.:/usr/local/lib/php') in /homez.577/climaffa/www/config/config.inc.php on line 59Warning: include_once(_PS_TOOL_DIR_profiling/Hook.php) [function.include-once]: failed to open stream: No such file or directory in /homez.577/climaffa/www/config/config.inc.php on line 60Warning: include_once() [function.include]: Failed opening '_PS_TOOL_DIR_profiling/Hook.php' for inclusion (include_path='.:/usr/local/lib/php') in /homez.577/climaffa/www/config/config.inc.php on line 60Warning: include_once(_PS_TOOL_DIR_profiling/Db.php) [function.include-once]: failed to open stream: No such file or directory in /homez.577/climaffa/www/config/config.inc.php on line 61Warning: include_once() [function.include]: Failed opening '_PS_TOOL_DIR_profiling/Db.php' for inclusion (include_path='.:/usr/local/lib/php') in /homez.577/climaffa/www/config/config.inc.php on line 61Warning: include_once(_PS_TOOL_DIR_profiling/Tools.php) [function.include-once]: failed to open stream: No such file or directory in /homez.577/climaffa/www/config/config.inc.php on line 62Warning: include_once() [function.include]: Failed opening '_PS_TOOL_DIR_profiling/Tools.php' for inclusion (include_path='.:/usr/local/lib/php') in /homez.577/climaffa/www/config/config.inc.php on line 62Warning: require_once(_PS_TOOL_DIR_smarty/Smarty.class.php) [function.require-once]: failed to open stream: No such file or directory in /homez.577/climaffa/www/config/smarty.config.inc.php on line 29Fatal error: require_once() [function.require]: Failed opening required '_PS_TOOL_DIR_smarty/Smarty.class.php' (include_path='.:/usr/local/lib/php') in /homez.577/climaffa/www/config/smarty.config.inc.php on line 29 Anybody can help me on this one? I already desactivated a recently installed small module but it didn't change anything... Best regards, Thork Link to comment Share on other sites More sharing options...
webdev0008 Posted April 25, 2014 Share Posted April 25, 2014 Hi I think the problem in your config/defines.inc.php file. please check this file or try to replace this file with new file of the new prestashop zip. 1 Link to comment Share on other sites More sharing options...
Thork Posted April 28, 2014 Author Share Posted April 28, 2014 Hi I think the problem in your config/defines.inc.php file. please check this file or try to replace this file with new file of the new prestashop zip. Dear webdev0008, Thanks a lot for your reply. I replaced the old defines.inc.php with a new file from the .zip. Now I get this error : Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 42 bytes) in /homez.577/climaffa/www/classes/ObjectModel.php on line 1592 (I am using OVH) Link to comment Share on other sites More sharing options...
El Patron Posted April 28, 2014 Share Posted April 28, 2014 Dear webdev0008, Thanks a lot for your reply. I replaced the old defines.inc.php with a new file from the .zip. Now I get this error : Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 42 bytes) in /homez.577/climaffa/www/classes/ObjectModel.php on line 1592 (I am using OVH) you need to increase php memory, since you posted here then it's best to contact your hosting company. Link to comment Share on other sites More sharing options...
Recommended Posts