Jump to content

Filtering Does not Work - Invalid Security Token issue!


Recommended Posts

Hi,

Have installed Prestashop Version 1.3.6.0 - 0.150s on linux

:exclaim: None of the 'Filter' options work on my installation!
Unable to filter Orders, Customers, Categories, Products, or anything...?

:exclaim: When I try I just get a White Screen, showing nothing, have to click browser BACK to continue
Same thing happens if I click Filter RESET button?

:question: Anyone offer any advice on this issue please? Project halted now as, for all practical purposes, issue renders Prestashop unusable!!

Link to comment
Share on other sites

Further to this issue.

As example; trying to filter Orders based on New=Yes or not.

If on BO Orders, Set New to Yes in dropdown then click FILTER it appears nothing happens, presented with white screen.
if then after a while I click browsers back button, then orders ARE redisplayed and filter HAS been applied.

The reset button does not work on my installation. To Un-apply the filter I have to reSet New to -- then click FILTER. Again, I'm presented with white screen and browser sits there doing, apparently nothing. Again, if I hit browsers BACK button the orders are redisplayed and the previously applied FILTER DOES seem to have been cleared!

Anyone, at all, any thoughts on this? I'm totally stuck, where to look? Cookies, DB, JQuery, Ajax, Javascript, PHP ???

Whilst my site is online its not yet in use 'for real' we are new to prestashop and working our way up the learning curve! So, I'd be happy to provide access to any expert who may be able to help if that might clarify the issue.

Running Win XP Pro SP3 problem in latest Google Chrome and Firefox - Also, problem the same on my Mac G4 using Firefox!

Rgds
TS

Link to comment
Share on other sites

:coolmad: OK as follow up. Whilst page does not display anything on clicking the Orders FILTER button, inspection of page source shows that page output stops with the dreaded Invalid security token error.

Is it fair to assume that my version of prestashop Version 1.3.6.0 - 0.227s just doesn't work! I don't understand why I have this issue if others do not? Surely its fixable, please!

I've noted a number of posts, and google returns many entries regarding Invalid Security Token error but I've not found any that explain the issue or offer a resolution?

Any one care to challenge that?

Link to comment
Share on other sites

So, now been through as many forum issues, and relevant google searches, as I can find, tried a few things NONE of which make any difference to the Invalid Security Token issue.

So, that leaves me in situation where I can NOT Filter ANY of the data tables in the Back Office be that Catalog Categories, Products, Customers, Orders, Employees and the like

Regrettably this seems, at the moment, to make my version/installation of Prestashop USELESS!

Link to comment
Share on other sites

  • 4 weeks later...

A good solution for linux hosted prestashop paging, filtering and ...


place a break; statement in file admin1234/index.php
line near 50

just for POST if
edit line:
$cookie->$key = !is_array($value) ? $value : serialize($value);

to:
{$cookie->$key = !is_array($value) ? $value : serialize($value);
break;
}

  • Like 1
Link to comment
Share on other sites

A good solution for linux hosted prestashop paging, filtering and ...


place a break; statement in file admin1234/index.php
line near 50

just for POST if
edit line:
$cookie->$key = !is_array($value) ? $value : serialize($value);

to:
{$cookie->$key = !is_array($value) ? $value : serialize($value);
break;
}


Thx Alex, I can fix filtering&paging;with your solution in 5 mins.
Link to comment
Share on other sites

  • 2 months later...

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