This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:image_upload_problems:start [2011/11/21 16:13] jonyo [Standard Uploader Debugging Messages] |
tutorials:image_upload_problems:start [2014/09/25 16:55] (current) |
||
---|---|---|---|
Line 41: | Line 41: | ||
This means that the uploader did not get back any meaningful error messages, such as "wrong file type" or an error code as mentioned in the previous section. | This means that the uploader did not get back any meaningful error messages, such as "wrong file type" or an error code as mentioned in the previous section. | ||
+ | * Do you have basic authentication on the directory you are using the software on? If so remove it for a test. The flash uploaded does some behind the scenes communication with the server to hide any errors from direct client view and basic authentication can corrupt that communication. | ||
* If the Legacy Uploader produces a //white screen// or PHP Fatal Error: There was a PHP error such as running over the memory_limit, | * If the Legacy Uploader produces a //white screen// or PHP Fatal Error: There was a PHP error such as running over the memory_limit, | ||
* If the Legacy Uploader works but the standard uploader does not: | * If the Legacy Uploader works but the standard uploader does not: | ||
- | * The most common culprit is " | + | * The most common culprit is " |
+ | SecFilterScanPOST Off</ | ||
* It could be the server " | * It could be the server " | ||
* If you have added a < | * If you have added a < | ||
Line 63: | Line 65: | ||
Simply uploading one image at a time cuts down on many errors. | Simply uploading one image at a time cuts down on many errors. | ||
- | |||
===== Legacy Uploader Debugging Messages===== | ===== Legacy Uploader Debugging Messages===== | ||