php.ini php.ini
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

php.ini

Started by biggestanafan, June 20, 2008, 10:16:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

biggestanafan

what do i need to include in this file to remove this message?

Fatal error: Out of memory (allocated 54263808) (tried to allocate 20468 bytes) in /home/**/public_html/gallery/include/picmgmt.inc.php on line 262

phill104

Do you get this problem when uploading?

If so, I suggest you read the Trouble-shooting the upload process thread

http://forum.coppermine-gallery.net/index.php/topic,24088.0.html

It gives some advice on a number of settings you could try.
It is a mistake to think you can solve any major problems just with potatoes.

biggestanafan

not when i upload but when im using admin tools to restore thumbnails =/

phill104

Similar tasks are being performed and the same thread mentioned above has the answers. As the message suggests, you are using too much memory on the server

Unless you have root access to your server it is unlikel that you will be able to change the php.ini file.
It is a mistake to think you can solve any major problems just with potatoes.