CMS MADE SIMPLE FORGE

SmartImage

 

[#12576] Php memory to process this image

avatar
Created By: Franck DELAUNAY (forprogress)
Date Submitted: Fri Nov 18 09:57:19 -0500 2022

Assigned To: Fernando Morgado (JoMorg)
Version: 1.0
CMSMS Version: 2.1.5
Severity: Minor
Resolution: None
State: Open
Summary:
Php memory to process this image
Detailed Description:
Notice: We have estimated that PHP probably does not have enough memory to
process this image: 127k in
/homepages/0/d283147129/htdocs/modules/SmartImage/action.default.php on line 44

Using news summary template with:
{SmartImage src1=$entry->file_location src2=$entry->fields['imsommaire']->value
filter_croptofit="160,120"}

Increase PHP memory limit  (php.ini) do the trick but this message did not
appear with the calguy version.



History

Comments
avatar
Date: 2023-07-14 12:20
Posted By: Tristan (tristan)

Having a similar problem here, when the global serverwide memory limit is
written like:

memory_limit = 1G

I'm getting there errors and unprocessed images all over the place, when I
change it to:

memory_limit = 1024M

everything is hanky dory again. Maybe SmartImage can't read memory limits
written in gigabytes?