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/04/25 15:16] jonyo [Image Upload Troubleshooting] |
tutorials:image_upload_problems:start [2014/09/25 16:55] (current) |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| You can find more about these settings in the above wiki manual links. | You can find more about these settings in the above wiki manual links. | ||
| - | Once you have the above settings correct how to determine the image upload problem may depend on the method you have chosen to allow clients to upload images. | + | Once you have the above settings correct how to determine the image upload problem may depend on the method you have chosen to allow clients to upload images. |
| ===== Standard Uploader Debugging Messages ===== | ===== Standard Uploader Debugging Messages ===== | ||
| - | One of the reasons we created this uploader was to head off some of the problems clients were having with the legacy uploader. | + | One of the reasons we created this uploader was to head off some of the problems clients were having with the legacy uploader. |
| This uploader replaces those " | This uploader replaces those " | ||
| 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===== | ||