mosher27 Posted December 5, 2012 Share Posted December 5, 2012 Our site was working fine, then I went to reload the page and now I am getting the white screen of death on both the front and backend of our site. www.m2scientifics.com I turned on error reporting in config.inc.php but there are no errors being reported. /* Debug only */ @ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', false); I am still able to access the server through FTP. This is hosted on our own server and we are using Centos 6.2, Prestashop 1.5.2. Any help would be fantastic! Link to comment Share on other sites More sharing options...
tomerg3 Posted December 6, 2012 Share Posted December 6, 2012 What do you see when you view source? Can you check the main Apache error log of the server? Link to comment Share on other sites More sharing options...
Dh42 Posted December 6, 2012 Share Posted December 6, 2012 What files were you working on? Link to comment Share on other sites More sharing options...
mosher27 Posted December 6, 2012 Author Share Posted December 6, 2012 I was working on fixing some bugs with our quick order module. I didn't change anything with and tpl or php files. I found out one of out guys was backing up the server and that's when it went down. He's looking into the error logs right now. Link to comment Share on other sites More sharing options...
Dh42 Posted December 6, 2012 Share Posted December 6, 2012 Hmm, was he able to get a complete backup? I could be wrong, but unless your module has a override using preProcess, at least some of the page should load. Do you know if the module uses any overrides? Link to comment Share on other sites More sharing options...
safa Posted December 6, 2012 Share Posted December 6, 2012 can you connection admin panel?? and check your folders and files write permisson. Link to comment Share on other sites More sharing options...
mosher27 Posted December 6, 2012 Author Share Posted December 6, 2012 Yes the server is still running. I can still connect via FileZilla. There are no overrides in the module as far as I can tell. Link to comment Share on other sites More sharing options...
Dh42 Posted December 6, 2012 Share Posted December 6, 2012 Can you check the permissions of you files? If you have a recent backup, it might be a good idea to restore from that Link to comment Share on other sites More sharing options...
bside2234 Posted December 10, 2012 Share Posted December 10, 2012 (edited) Well, I wasn't doing anything to mine and all of a sudden the front and back office is just a white screen. It was working fine about an hour ago. Edit: Turned error reporting on and there was an error involving DbPDO.php. I replaced that file with one from my last backup and all is good. Whew! Don't know why anything would seem to change or go bad by itself though. Kind of scary. Edited December 10, 2012 by bside2234 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts