Drupal – HTTP Error 0 when uploading files
Ran into this issue today with a site I am developing. Read through a lot of posts, on a lot of different sites. Steps I’ve tried include:
- Fixed write permissions on /tmp and sites/default/files
- Install and enable pecl upload progress
- Disable/Re-Enable IMCE & IMCE Wysiwyg API bridge module
- memory_limit already set to 512M
- Installed the jquery update module
- Replaced jquery.form.js
- Set the value of baseurl in settings.php
- Modified vhost file ServerName
- Last but not least…
I downloaded filefield-6.x-3.0-alpha2 and replaced filefield-6.x-3.9. Ran into 2 undefined functions:
copy/pasted from them from the corresponding filefield-6.x-3.9 files. Everything is running fine so far. The real test is in the morning when the rest of the developers are working on the site.