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

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

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.