You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2023. It is now read-only.
When uploading a too big image I get the following error
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 28672 bytes) in I:\Apache242\htdocs\cfcmssmallpro_thumb_mysqli_utf4_n\cms\tinymce\filemanager\UploadHandler.php on line 596
That is this line $this->image_objects[$file_path] = $func($file_path);
so I think there should be a check for memory limit and the return false to stop the script
The text was updated successfully, but these errors were encountered:
In the meantime, you can limit the images to process with the max_width and max_height options, which have the biggest impact on the required memory for image scaling.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When uploading a too big image I get the following error
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 28672 bytes) in I:\Apache242\htdocs\cfcmssmallpro_thumb_mysqli_utf4_n\cms\tinymce\filemanager\UploadHandler.php on line 596
That is this line $this->image_objects[$file_path] = $func($file_path);
so I think there should be a check for memory limit and the return false to stop the script
The text was updated successfully, but these errors were encountered: