Jump to content

PrestaShopException


Recommended Posts

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 valid
at 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. }

 

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

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...