Posted by frankspin on September 18, 2009 at 9:28am
Jump to:
| Project: | FileField |
| Version: | 6.x-3.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hello People,
After upgrading to drupal 6.14 i get a strange error when i upload a image.
An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (500 MB) that this server supports.
And my image is only 200kb, really strange i think. So now i can't upload a image to my website.
What to do ?
Comments
#1
Hi there,
installed it about 2h ago and I have the same problem.
Does anyone have a clue what causes this?
Cheers
#2
crap. having same problem.
#3
I don't know if its relevant to you, but I had the same problem.
It turns out it was because I added some rules in the .htaccess file to redirect urls that don't end with a slash to end with slash.
This rule also affected the ajax the filefield used, so I had to add this rule to ignore the ajax calls:
...RewriteCond %{REQUEST_URI} !(/js/.*)
RewriteCond %{REQUEST_URI} !(/filefield/ahah/.*)
RewriteCond %{REQUEST_URI} !(/upload/.*)
...
hope it helps someone..
#4
Closing after lack of activity.