Bug with page sorting with large page count

Permalink
While this problem is showing up with product pages created in the eCommerce add-on, I think it's an issue with the core concrete5 product.

There's another thread opened on this topic but slightly different:http://www.concrete5.org/community/forums/customizing_c5/sorting-ma...

I've tried the "fix" in that thread so that the 150+ pages all appear on one page but the sorting gets messed up all the time. I manually sort (wish there was an automatic way) the pages alphabetically and at some point they just jumble up again. So when I go to my product page, they're in willy-nilly order... not acceptable.

Is there a real fix for this?

Thanks!

apellow
 
VPenkov replied on at Permalink Reply
VPenkov
Yea, sure, get a decent web hosting.
Or, open up /config/site.php and enter the following line on the bottom of the file:

ini_set('memory_limit','128M');
ini_set('max_execution_time', 20);

This should work.