ChanMing Posted May 29, 2013 Share Posted May 29, 2013 Hello, Prestashop 1.5.3.1 I really need help......this problem makes me so stress! After playing with SEO configuration in backend office last night, this morning I'm trying to login to admin page, suddenly the admin login page disappeared and only show blank page. Does it caused by configuration SEO last night or just another error? Please don't tell me to reinstall a fresh copy.... Thanks, Link to comment Share on other sites More sharing options...
vekia Posted May 29, 2013 Share Posted May 29, 2013 i don't think so, SEO settings aren't related to the back office. Have you got an access to the error log? (php error log) if so, check this file, maybe there some errors occured Link to comment Share on other sites More sharing options...
nadie Posted May 30, 2013 Share Posted May 30, 2013 Hello, Prestashop 1.5.3.1 I really need help......this problem makes me so stress! After playing with SEO configuration in backend office last night, this morning I'm trying to login to admin page, suddenly the admin login page disappeared and only show blank page. Does it caused by configuration SEO last night or just another error? Please don't tell me to reinstall a fresh copy.... Thanks, Ummm Try to enable error reporting. /config/defines.inc.php Change this: define('_PS_MODE_DEV_', false); for this define('_PS_MODE_DEV_', true); Tell me, if it depends on a blank screen, you get a descriptive error screen. If you continue, leaving blank screen, check the error log as says "Vekia" Sorry for my English Link to comment Share on other sites More sharing options...
ChanMing Posted May 30, 2013 Author Share Posted May 30, 2013 Hi, after changed to "true", this is what I got : "Warning: Cannot modify header information - headers already sent by (output started at /home/cemerla2/public_html/translations/id/admin.php:2) in /home/cemerla2/public_html/classes/Tools.php on line 141" Link to comment Share on other sites More sharing options...
vekia Posted May 30, 2013 Share Posted May 30, 2013 this isn't error, just warning and with this message your page should work without problems, the problem is somewhere else Link to comment Share on other sites More sharing options...
ChanMing Posted May 30, 2013 Author Share Posted May 30, 2013 this isn't error, just warning and with this message your page should work without problems, the problem is somewhere else { header('Location: '.$url); exit; } then what should I do? Link to comment Share on other sites More sharing options...
JasonAng Posted December 20, 2013 Share Posted December 20, 2013 I am using prestashop 1.4, have the same issue after moving host. The solution(s) presented above did not resolve my problem. With error reporting turned on at config/config.inc.php by changing @ini_set('display_errors', 'on'); The following error message was observed: [15-Dec-2013 05:42:53] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/order/config/settings.inc.php:45) in /home/mysite/public_html/order/classes/Cookie.php on line 301 I managed to resolve the issue after coming across this website: http://www.geeklog.net/faqman/index.php?op=view&t=38 I opened settings.inc.php using notepad++ and save in UTF-8 without BOM, remove all blank spaces in between and all extra lines after the php closing tag "?>" A refresh of the page reveals the problem solved. Link to comment Share on other sites More sharing options...
saeedssn Posted April 4, 2015 Share Posted April 4, 2015 white page in admin page loading error: Fatal error: Uncaught exception 'SmartyException' with message 'Unable to load template file 'footer.tpl'' in /public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php:127 Stack trace: #0 /public_html/classes/controller/AdminController.php(1532): Smarty_Internal_TemplateBase->fetch('footer.tpl') #1 /public_html/classes/controller/Controller.php(198): AdminControllerCore->display() #2 /public_html/classes/Dispatcher.php(373): ControllerCore->run() #3 /public_html/admin2625/index.php(54): DispatcherCore->dispatch() #4 {main} thrown in /public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php on line 127 Link to comment Share on other sites More sharing options...
Dev Franco Posted April 7, 2015 Share Posted April 7, 2015 (edited) Hi, what will happen if I use the admin folder from one prestashop installation with another installation files? Please help me. Edited April 7, 2015 by Dev Franco (see edit history) Link to comment Share on other sites More sharing options...
telefonino Posted May 14, 2015 Share Posted May 14, 2015 Have the same problem! Link to comment Share on other sites More sharing options...
Recommended Posts