haynesmw Posted November 30, 2016 Share Posted November 30, 2016 Hello, I'm currently working on version 1.6.1.2. When I'm testing my site I try and register an account and when I hit the the register button or even try to proceed to checkout through instant checkout I get the following error. Fatal error: Uncaught Error: Access to undeclared static property: Validate::$data in /homepages/36/d656422575/htdocs/prestashop/classes/ObjectModel.php:1149 Stack trace: #0 /homepages/36/d656422575/htdocs/prestashop/controllers/front/AuthController.php(437): ObjectModelCore->validateController() #1 /homepages/36/d656422575/htdocs/prestashop/controllers/front/AuthController.php(256): AuthControllerCore->processSubmitAccount() #2 /homepages/36/d656422575/htdocs/prestashop/classes/controller/Controller.php(178): AuthControllerCore->postProcess() #3 /homepages/36/d656422575/htdocs/prestashop/classes/Dispatcher.php(367): ControllerCore->run() #4 /homepages/36/d656422575/htdocs/prestashop/index.php(28): DispatcherCore->dispatch() #5 {main} thrown in /homepages/36/d656422575/htdocs/prestashop/classes/ObjectModel.php on line 1149 Not sure what to do. Any suggestions? Link to comment Share on other sites More sharing options...
Knowband Plugins Posted December 1, 2016 Share Posted December 1, 2016 These errors appear when your server have PHP version 7.0.x.x. PrestaShop 1.6 doesn't support PHP 7.0, try to downgrade to PHP 5.5.x.x because you will not be able to use the PrestaShop 1.6.x on PHP 7 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