- Posts: 235
- Thank you received: 4
Can't edit wishlist in backend
- janvankuijk
-
Topic Author
- Offline
Less
More
8 years 3 months ago #294376
by janvankuijk
Can't edit wishlist in backend was created by janvankuijk
-- url of the page with the problem -- :
www.dekreij.nl/horeca/administrator/inde...t&cart_type=wishlist
-- HikaShop version -- : 3.4.0
-- Joomla version -- : 3.8.8
-- PHP version -- : 7.0
-- Browser(s) name and version -- : all
-- Error-message(debug-mod must be tuned on) -- : See attachment
When we want to edit the wishlist in the backend we get the screen as in the attachment.
Jan
-- HikaShop version -- : 3.4.0
-- Joomla version -- : 3.8.8
-- PHP version -- : 7.0
-- Browser(s) name and version -- : all
-- Error-message(debug-mod must be tuned on) -- : See attachment
When we want to edit the wishlist in the backend we get the screen as in the attachment.
Jan
Please Log in or Create an account to join the conversation.
8 years 3 months ago #294378
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Can't edit wishlist in backend
Hello,
Please activate temporally the debug mode in your Joomla global configuration.
The goal is to have details about the PHP fatal error message in that page.
Regards,
Please activate temporally the debug mode in your Joomla global configuration.
The goal is to have details about the PHP fatal error message in that page.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
- janvankuijk
-
Topic Author
- Offline
Less
More
- Posts: 235
- Thank you received: 4
8 years 3 months ago #294386
by janvankuijk
Replied by janvankuijk on topic Can't edit wishlist in backend
Jerome,
I'm getting this error:
Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 266240 bytes) in /home/dekreij/domains/dekreij.nl/public_html/horeca/administrator/components/com_hikashop/classes/cart.php on line 2790
Jan
I'm getting this error:
Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 266240 bytes) in /home/dekreij/domains/dekreij.nl/public_html/horeca/administrator/components/com_hikashop/classes/cart.php on line 2790
Jan
Please Log in or Create an account to join the conversation.
8 years 3 months ago #294403
by nicolas
Replied by nicolas on topic Can't edit wishlist in backend
Hi,
Note that on the listing of carts (wishlists), HikaShop has to load all the products of all the carts (wishlists) on the page along with the different inofrmation necessary to initialize each cart (wishlist).
So if your listing have 20 elements per page, that's 20 carts with all their products, variants, prices, discounts, shipping methods, addresses, payment methods, etc.
That requires a lot of memory.
You can increase the memory limit of your PHP to 256 or 512 instead of 128 and it should help.
Note that on the listing of carts (wishlists), HikaShop has to load all the products of all the carts (wishlists) on the page along with the different inofrmation necessary to initialize each cart (wishlist).
So if your listing have 20 elements per page, that's 20 carts with all their products, variants, prices, discounts, shipping methods, addresses, payment methods, etc.
That requires a lot of memory.
You can increase the memory limit of your PHP to 256 or 512 instead of 128 and it should help.
Please Log in or Create an account to join the conversation.
Time to create page: 0.151 seconds