eddie21 Posted April 9, 2016 Share Posted April 9, 2016 Recently I have installed for the first time the prestashop version 1.6.1.4-133 (via one click link provided by my hosting provider). Everything went well till I logged in as administrator and tried to open one of the AdminCatalog links and the pages were not working and got an error, the following: [PrestaShopException]get list params is not validat line 3064 in file classes/controller/AdminController.php 3059.3060. /* Check params validity */3061. if (!Validate::isOrderBy($order_by) || !Validate::isOrderWay($order_way)3062. || !is_numeric($start) || !is_numeric($limit)3063. || !Validate::isUnsignedId($id_lang)) {3064. throw new PrestaShopException('get list params is not valid');3065. }3066.3067. if (!isset($this->fields_list[$order_by]['order_key']) && isset($this->fields_list[$order_by]['filter_key'])) {3068. $this->fields_list[$order_by]['order_key'] = $this->fields_list[$order_by]['filter_key'];3069. } AdminControllerCore->getList - [line 409 - controllers/admin/AdminProductsController.php] - [6 Arguments] AdminProductsControllerCore->getList - [line 2326 - classes/controller/AdminController.php] - [1 Arguments] AdminControllerCore->renderList - [line 2596 - controllers/admin/AdminProductsController.php] AdminProductsControllerCore->renderList - [line 2027 - classes/controller/AdminController.php] AdminControllerCore->initContent - [line 2514 - controllers/admin/AdminProductsController.php] AdminProductsControllerCore->initContent - [line 189 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 58 - admin/index.php] I have tried to re-install it and searched a lot to find out how to fix this, but couldn't find any solution for this. Have anyone experienced something like this in this version or please can help me with this? Almost all links doesn't work except for the dashboard page! Thank you in advance! Eddie Link to comment Share on other sites More sharing options...
bellini13 Posted April 10, 2016 Share Posted April 10, 2016 I would remove this installation, and just download the latest version of Prestashop directly from this website. 1 Link to comment Share on other sites More sharing options...
eddie21 Posted April 11, 2016 Author Share Posted April 11, 2016 I would remove this installation, and just download the latest version of Prestashop directly from this website. Thanks a lot. I didn't had to rely on my hosting provider. Problem solved! 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