tatamimi Posted June 18, 2014 Share Posted June 18, 2014 (edited) Hello!I'm testing to upgrading from 1.4.0.17 to 1.6.0.7.At first after upgrade, the log in page was all blank(white)...I found it was the problem of php version (if PHP version is under 5.3, It doesn't work) so I changed the PHP version to 5.4. After that, I can access the log in page but even I wrote correct ID and Password, I can go to next page but it is all blanc(white)...I putted this code in .htaccess php_flag display_errors On and try to know the error code,The blank page is like this... Not FoundThe requested URL /installfolder/admin---/&token=924327367031631d------was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. I tried to clear cash but it's still blank...Please help me! Edited June 19, 2014 by tatamimi (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted June 18, 2014 Share Posted June 18, 2014 Enable error reporting as described in my signature instead of using htaccess. Then erase that (htaccess), rename the admin folder to something without dashes and try accessing again 2 Link to comment Share on other sites More sharing options...
tatamimi Posted June 19, 2014 Author Share Posted June 19, 2014 Thank you Nemo1!I erase the code in .htaccess and use the code of debag (in the /config/define.inc.php ). http://www.prestashop.com/forums/topic/285199-how-to-enable-debugging-mode-in-prestasho-156/ I found there are some missing table of database, and some old module cause problems...When I used 1-click upgrade module, I checked to use old template and checked "no" in "Disable non-native modules" ...I think that causes many problems...Now I retry upgrade again from the beginning, I used 1-click upgrade module but this time Disable non-native modules > YesUpgrade the "default" theme > YesIn my case, I could finish upgrade.(There are still many problems... but I can log in now and can modify maybe...)Thank you a lot! Link to comment Share on other sites More sharing options...
Recommended Posts