Bleu de Cocagne Posted October 18, 2016 Share Posted October 18, 2016 Hi everybody, Trying to change the way my products show and the following error appears, and doesn't allow me to save: Fatal error: Uncaught Error: Access to undeclared static property: Validate::$values in /home/bleudecohp/www/shop/classes/controller/AdminController.php:1389 Stack trace: #0 /home/bleudecohp/www/shop/classes/controller/AdminController.php(903): AdminControllerCore->processUpdateOptions() #1 /home/bleudecohp/www/shop/classes/controller/Controller.php(178): AdminControllerCore->postProcess() #2 /home/bleudecohp/www/shop/classes/Dispatcher.php(367): ControllerCore->run() #3 /home/bleudecohp/www/shop/h3703/index.php(58): DispatcherCore->dispatch() #4 {main} thrown in /home/bleudecohp/www/shop/classes/controller/AdminController.php on line 1389 I'm trying to change from Price | Ascending, to Product Name | Ascending (tried descending aswell). Thank you for any help! Regards, Link to comment Share on other sites More sharing options...
shokinro Posted October 19, 2016 Share Posted October 19, 2016 I guess it is caused by newer version PHP. Please try to change as following Validate::$values['xxxxx'] ==> Validate::{$values['xxxxx']} Link to comment Share on other sites More sharing options...
Bleu de Cocagne Posted October 19, 2016 Author Share Posted October 19, 2016 I guess it is caused by newer version PHP. Please try to change as following Validate::$values['xxxxx'] ==> Validate::{$values['xxxxx']} Hi shokinro, where/how do i change that? Best regards, Link to comment Share on other sites More sharing options...
shokinro Posted October 19, 2016 Share Posted October 19, 2016 the location should be indicated in the error message I think? /home/bleudecohp/www/shop/classes/controller/AdminController.php:1389 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