Error when click 'Configure' for RedShop

GK User
Wed Nov 30, 2011 7:50 am
Hi everyone

I get this error when trying to click on the Configure button fro RedShop;
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 311435 bytes) in /home/xxxx/public_html/libraries/joomla/document/html/html.php on line 602

Any ideas how to fix this one?

Also (sorry I know that this has nothing to do with Gavick but...) how to make redshop a catalogue only?
No pricing or ordering... ?

Cheers

Mark
User avatar
Junior Boarder

GK User
Wed Nov 30, 2011 10:32 am
If this in your localhost increase memory by editing php.ini. Below is suggested settings by redshop

Code: Select all
memory_limit = 512M
upload_max_filesize = 20M
post_max_size = 20M
max_execution_time = 200
max_input_time = 200

If this is on your live host ask them to at least increase memory allocated to your package for around 128mb.

You can hide price text/images and buy buttons, carts etc by using css : display:none in their appropriate css classes.
User avatar
Platinum Boarder


cron