Problems, need help? Have a tip or advice? Post it here.
8 posts Page 1 of 1
Can not upload images to gallery page when i try to upload pic there this is the error i get.

Attachments

hi - your upload image is 3MB - this could be the reason if you haven't managed to override the 2MB upload limit somehow. You could try a smaller size image and see if this works.
i have changed it all. but am still getting this error
@kofyeb
From the error code being reported (500), it looks like a 'Internal server error'.

As @potato suggested, running out of memory could be a cause. Please try uploading a smaller than 2 mb sized image - do you still get the same error?

Take a look at your web-server's error log and it can show us the exact reason for the error.

P.S. you mentioned you've already increased the max upload size. Can you please tell us where you changed that?
I have already made changes in php.ini and couch/includes/fileuploader/config.php
Code: Select all
$Config['k_max_upload_size'] = '0'; //Size in MB. Set to '0' to allow any size.

and couch/includes/plupload/upload.php
Code: Select all
max_file_size : '42mb',


But am still have the error.

Thanks
OK, the settings are fine.
So, I assume you are getting the error for all images (even smaller ones).
Did you take a look at the error log as I suggested?
i don't know where to locate the log so i couldn't check as you suggested..
Is your setup still on local machine or is it online?

If it is online, login into your CPanel (or whatever utility has been given to you) and you'll find an icon for the error logs. Drop an email to your web host if you have any difficulty.

For local stacks (WAMP etc.) there is an menu item somewhere saying "logs" etc.
8 posts Page 1 of 1