Fatal error:.../include/functions.inc.php on line 292 Fatal error:.../include/functions.inc.php on line 292
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Fatal error:.../include/functions.inc.php on line 292

Started by adular, March 29, 2016, 09:27:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

adular

I have this error "Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 524288 bytes) in /.../include/functions.inc.php on line 292" when I click on the pictures of the latest files (if I am registered).
The image display in the folder works without problems.
The template I have already changed.

My php.ini
...
file_uploads = on;
memory_limit = 128M
upload_max_filesize = 120M
post_max_size = 24M
...

What I have to adapt?

allvip

Change memory_limit = 128M to memory_limit = 200M or even much more until it works.

adular

I have set to memory_limit = 1000M. The error occurs again.

allvip

Quote from: adular on March 29, 2016, 10:20:04 AM
I have set to memory_limit = 1000M. The error occurs again.

No need for that much.
Try using the curve theme maybe is something wrong in your theme.php.

ΑndrĂ©

Quote from: adular on March 29, 2016, 10:20:04 AM
I have set to memory_limit = 1000M. The error occurs again.

The error message should contain at least some different values. Please post the current error message. Please also post a link to your gallery.