peroperic Posted July 21, 2017 Share Posted July 21, 2017 Does anybody knows what is it. Can't get new people to register Fatal error: Uncaught Error: Access to undeclared static property: Validate::$data in /home/tamarast/public_html/shop/classes/ObjectModel.php:1029 Stack trace: #0 /home/tamarast/public_html/shop/controllers/front/AuthController.php(419): ObjectModelCore->validateController() #1 /home/tamarast/public_html/shop/controllers/front/AuthController.php(265): AuthControllerCore->processSubmitAccount() #2 /home/tamarast/public_html/shop/classes/controller/Controller.php(158): AuthControllerCore->postProcess() #3 /home/tamarast/public_html/shop/classes/Dispatcher.php(348): ControllerCore->run() #4 /home/tamarast/public_html/shop/index.php(28): DispatcherCore->dispatch() #5 {main} thrown in /home/tamarast/public_html/shop/classes/ObjectModel.php on line 1029 Link to comment Share on other sites More sharing options...
bellini13 Posted July 22, 2017 Share Posted July 22, 2017 What is your Prestashop version? What is your PHP version? Link to comment Share on other sites More sharing options...
Scully Posted July 26, 2017 Share Posted July 26, 2017 validate::$data is wrong. the normal syntax would be: validate::somefunction where validate is the class name and somefunction refers to an existing function within this class. 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