fkrieken Posted November 13, 2016 Share Posted November 13, 2016 Hello, I have installed Prestashop 1.6.1.9 and recently updated to PHP 7 (as I was facing some issues) All seems to work well but when a new customer registers when completing registration process a black page is displayed with mention Fatal Error I enabled debugging but don't see mention of error Customer data is registered in back office but customer can't login with Existing customers can log in and order Have searched Prestashop and Google, tried various things (including downgrading PHP) but nothing worked so far. Please let me know if you have a solution or know someone who can fix this. Regards Frank Link to comment Share on other sites More sharing options...
fkrieken Posted November 13, 2016 Author Share Posted November 13, 2016 If it helps, this is what was displayed on top for erros when I had debug on [0] => Array ( [file] => /home/fontoplu/public_html/shop/classes/Customer.php [line] => 491 [function] => displayError [class] => ToolsCore [0] => Array ( [file] => /home/fontoplu/public_html/shop/classes/Customer.php [line] => 491 [function] => displayError [class] => ToolsCore [type] => :: [args] => Array ( ) [controller:protected] => [request_uri:protected] => /my-account [empty_route:protected] => [default_controller:protected] => [use_default_controller:protected] => [controller_not_found:protected] => pagenotfound [front_controller:protected] => 1 ) Link to comment Share on other sites More sharing options...
vekia Posted November 13, 2016 Share Posted November 13, 2016 this is full error report code? there is nothing more? Link to comment Share on other sites More sharing options...
musicmaster Posted November 14, 2016 Share Posted November 14, 2016 A "pagenotfound": you might consider regenerating .htaccess Link to comment Share on other sites More sharing options...
fkrieken Posted November 14, 2016 Author Share Posted November 14, 2016 A "pagenotfound": you might consider regenerating .htaccess Thank you. I found a developer and that was indeed done. Fixed now. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now