Hi there !
When I try to upload any photos ( JPG or PNG ) who is bigger than 10kb, I got the error 500 in the flash uploader- regular + record in ALL modules ( Events,profiles, etc...).
Video comments are for example fully operational.
I'm on a debian server with ImageMagic properly installed. I well put the folder /modules/boonex/photos/data/files in 777 and checked if the place of the .htaccess (who is well on the dolphin root).
What can I do next ? Do you have any ideas ?
Thanks a million
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Lucida Grande'} |
Check PHP.INI settings for upload_max_filesize, post_max_size and memory_limit
Those values need to be high enough to handle the files your uploading.
https://www.deanbassett.com |
Thanks for your answer,
I checked my PHP.ini and the values are already like this :
upload_max_filesize = 256M
memory_limit = 256M
Everything in the Host Params tab in dolphin admin is Ok.
|
Check your server logs (error.log / access.log ) and see if they give you some more clues what the problem might be, make sure your php.ini have a line with error_log = /tmp/php.error for example so you also can get the php problems to a local file to inspect.
Paste the information back here and I think more people can assist you with your problem. |
Did a quick search on google regarding swfupload, most common error 500 from the webserver is those who run it with mod_security and several posts indicate the same solution (if you are now running mod_security) and it's:
If you are using Apache with mod_security this will not work, you need to put the following in your .htaccess file to disable mod_security:
SecFilterEngine Off SecFilterScanPOST Off
But again, this might be not your issue so please post your error messages so it will be easier to solve your problem.
|
Hi !
I tried adding SecFilterEngine Off & SecFilterScanPOST Off to my root .htaccess but it gives me now error 500 on all my website so I removed them, I checked and I don't have mod_security installed on Apache.
I add the line error_log = /tmp/php.error in my php.ini /etc/php5/cgi/php.ini but even when I get an error 500 after uploading a media, the file php.error still empty (log_errors is well On).
Thx !
|
Please check your apache error.log for your virtual host and see if you can find any relevant information regarding the file upload.
The error_log for php.info is only relevant if the problem is within your php script, but always good to have enabled to quickly solve problems if there is any.
Upload url stated for the flash uploader is /m/photos/albums/my/add_object, please look for this string or part of it in your error.log
|
There is nothing wrong in my /var/log/apache2/error.log apart that I get a lot this message "sh: sys_modules: command not found" and no line including "/m/photos/albums/my/add_object" at all 
My config is : Apache/2.2.16 (Debian) DAV/2 mod_fcgid/2.3.6 PHP/5.3.3-7+squeeze1 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.7(2010-08-16) mod_ssl/2.2.16 OpenSSL/0.9.8o
|
HELLO
I AM USING Dolphin 7.0 i am having issues with image uploads. when i upload any image it says Upload Error : 500
Please help |
Start by checking your folder permissions are correct.
In admin go to tools->host tools-> permissions
Make sure everything says "writable".. if not that's your problem. If you have access to the main server error log you can also check and see what the error message says for each upload attempt.
HELLO
I AM USING Dolphin 7.0 i am having issues with image uploads. when i upload any image it says Upload Error : 500
Please help
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Mscott thanks for your kind information I did checked as you told me me every thing as like same you told me but the error still same , I don't know whats happen this error was n't came paste before all the data is ruuning properly images uploading properly by user but now the error is coming please help me in this case why this error is coming.
Upload Error : 500
|