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 [2009/10/15 19:10] jonyo added reference to forum post |
tutorials:image_upload_problems:start [2014/09/25 16:55] (current) |
||
---|---|---|---|
Line 11: | Line 11: | ||
LISTING SETUP > FILE UPLOAD & DISPLAY SETTINGS > Photo Directory URL | LISTING SETUP > FILE UPLOAD & DISPLAY SETTINGS > Photo Directory URL | ||
+ | |||
LISTING SETUP > FILE UPLOAD & DISPLAY SETTINGS > Server Path to Root of Photos Directory | LISTING SETUP > FILE UPLOAD & DISPLAY SETTINGS > Server Path to Root of Photos Directory | ||
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 38: | Line 39: | ||
Server Error occurred while processing! | Server Error occurred while processing! | ||
- | 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. |
- | * There was a PHP error such as running over the memory_limit, | + | * 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. |
- | * An error at the " | + | * If the Legacy Uploader produces a //white screen// or PHP Fatal Error: |
+ | * If the Legacy Uploader works but the standard uploader does not: | ||
+ | * The most common culprit is " | ||
+ | SecFilterScanPOST Off</ | ||
+ | * It could be the server " | ||
+ | * If you have added a < | ||
+ | * If you have added a < | ||
If you are still having trouble finding the cause, another thing you can try with the standard uploader is to turn on "debug mode": | If you are still having trouble finding the cause, another thing you can try with the standard uploader is to turn on "debug mode": | ||
Line 58: | 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===== | ||