Error when attempting to open Image Show GK4 Module

GK User
Thu Mar 07, 2013 3:10 am
Hello,

I am getting the following error when I attempt to open the Gavick Imageshow GK4: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1048576 bytes) in /home/branchin/public_html/libraries/phputf8/utils/unicode.php on line 208
User avatar
Fresh Boarder

GK User
Thu Mar 07, 2013 5:12 am
As the memory says you have run out of memory while doing a conversion.

Check following.
1. Size of your image in dimension which might require more memory to process so use lower resolution then the one you are using. True for high def image formats.
2. Check your webservers php setting > "php_value memory_limit" and set it to "64M" if possible.
3. Alternatively add following in to your .htaccess file
Code: Select all
php_value memory_limit 64M


See you around...
User avatar
Platinum Boarder

GK User
Thu Mar 07, 2013 3:01 pm
Excellent! I upgraded php yesterday and it changed the config! Thanks!
User avatar
Fresh Boarder

GK User
Fri Mar 08, 2013 9:23 am
No problem at all, see you around...
User avatar
Platinum Boarder