Jump to content

Fatal error at customer registration


fkrieken

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...