PHP Fatal error with more then 2500 products
Hi.
I have an e-commerce site with more than 12.000 products.
With Jigoshop Product Importer Deluxe by Visser Labs (that I have
buy) I have import 2400 products.
Now when I call shop page I have a PHP Fatal error Allowed memory
size of 268435456 bytes exhausted ....
Same error in backend when i click in All products.
I have debug plugin step by step.
I believe that error is in the function catalog_query_filter in
jigoshop_query_class.php file at row 132:
$ request['post__in'] = apply_filters('loop-shop-post-in', $ jiigoshop_all_post_ids_imn_view )
This request retrieve an array with all products and details in array o_0
Can you help me to solve this problem, so that I can use my
shop?
Thanks.
2 Posted by Matt on 18 Apr, 2012 11:57 AM
Can you try with our 1.2 beta? Should be resolved there.
http://forum.jigoshop.com/discussions/hangout/332-jigoshop-12-beta-1
3 Posted by officeproducts on 18 Apr, 2012 05:34 PM
Thanks Matt!
I try it immediately and let you know about ;-)
4 Posted by officeproducts on 18 Apr, 2012 09:12 PM
I have update jigoshop with version 1.2 beta.
Problem PERSIST in frontend (page Shop, the one that shows all products) and in backend in Dashboard (block Stock Report): problem is always "PHP Fatal error Allowed memory size of 268435456 bytes exhausted ...."
Problem RESOLVED in backend (menù Product --> All Products): now all products i visible.
I use Skeleton theme in frontend (version downloaded from link in your site http://jigoshop.com/extend/simplethemes-skeleton/)
This is System INFO:
Begin System Info
In attach a screenshot of backend problem.
Can you help me solve this problem permanently?
Regards.
5 Posted by officeproducts on 22 Apr, 2012 02:06 PM
I have solved Dashboard problem changing the query.
Problem persist in SHOP Page: how I can modify this page?