2015-01-15, 18:58:47
(2015-01-14, 20:10:06)AndreaP Wrote: Hello,
I installed Imagizer on my localhost to test on GSCMS, and it is not working with files of an approximate size of 2.8M.
I have the following error :
Error : the file could not be uploaded.
My configuration is the following : GS CMS 3.3.4
line GSNOUPLOADIFIY uncommented in the gsconfig.php file
Chmod 777 on the imagizer folder in the plugins
chmod 666 on the config.xml file in the imagizer folder.
Do you know what could be the cause of this error ? I tried to enter the debug mode, but could not find anywhere the logs corresponding to my error.
I am new to GS CMS.
Thank you very much,
Andréa
Hi,
First, GSNOUPLOADIFIY option needs to be uncommented only with GS 3.0, so you can comment this line in your 3.3.4 to use uploadify flash plugin.
Second, try uploading other images, non-image file (a .pdf for example) with Imagizer enabled and Imagizer disabled (you can enable/disable it in plugins section). If you cannot upload any file, then it's not Imagizer's fault.
Third, try uploading smaller images. If this succeeds, try to increase upload limit.
Fourth, check php and server (apache, nginx) logs for any warnings/errors/notices.
Hope, some of this will help.