Goodday,
Im new ( newbie ) to drupal and been busy some time now. At this moment i'm trying to get fupload to work. At this moment i get an error after uploading a file or files:
"http error 500 occured /fupload/js/image" after this the page refresh and i get the "Next step button". I search everything but i can't seem to find the probleem ( solved the next step button problem )
I e-mailed the provider to ask about the mod_security it isnt on the server, but to make it sure i have put in the .htaccess file the following:
---------------------
SetEnvIfNoCase Request_URI ^/fupload/flash$ MODSEC_ENABLE=Off
SetEnvIfNoCase Request_URI ^/index.php?q=fupload/flash$ MODSEC_ENABLE=Off
---------------------
on the Home » Administer » Site configuration » Images » image import : i have as importh path: /tmp/image ( i made this on the server with rights: 777 )
on the Home » Administer » Site configuration » Images » Files en size i have Default image path: images ( i made this on the server with rights: 777 )
i use:
imagecache-6.x-2.0-beta9.tar
image_fupload-6.x-3.0-rc2.tar
imageapi-6.x-1.6.tar
imagefield-6.x-3.1.tar
image-6.x-1.0-alpha5.tar
cck-6.x-2.4.tar
SWFUpload v2.2.0.1 Core
and the latest version of drupal.
Hopefull someone can point me to the right direction.
thanks in forward!
Comments
Comment #1
dijkjes commentedI guess i found it, its probally the memery of php 32mb now , i can only upload littly photo's. Guess i have to upgrade it. Thanks
Comment #2
grandcat commentedThat's it =)
Comment #4
riskyfuel commentedI'm getting this same error, but it's
http error 500 occured /fupload/js/imagefield
It pops up after or during each file's progress bar and I have to click ok for each file. It then works ok, but this error is really annoying.
I have even set my php memory to 1028M and both execution times to 3000. I also disabled mod_security completely!
I'm uploading at 27 files that are about 500K each at once.
Any ideas? Could it be a JS conflict?
Comment #5
riskyfuel commentedThere is also strangely no evidence of this error in my Apache error log.