User Tools

Site Tools


tutorials:image_upload_problems:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tutorials:image_upload_problems:start [2012/07/23 23:29]
127.0.0.1 external edit
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.  To narrow down the possible causes of this, attempt to upload the same file **using the Legacy Uploader**: 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.  To narrow down the possible causes of this, attempt to upload the same file **using the Legacy Uploader**:
  
 +  * 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, a timeout error, or something like that which stopped the rest of the script from continuing.  You will need to make sure that PHP error logging is turned on, and look within the php error_log file for the error, or if the legacy uploader displays a Fatal Error that would also point to the problem.   * If the Legacy Uploader produces a //white screen// or PHP Fatal Error: There was a PHP error such as running over the memory_limit, a timeout error, or something like that which stopped the rest of the script from continuing.  You will need to make sure that PHP error logging is turned on, and look within the php error_log file for the error, or if the legacy uploader displays a Fatal Error that would also point to the problem.
   * If the Legacy Uploader works but the standard uploader does not:   * If the Legacy Uploader works but the standard uploader does not:
tutorials/image_upload_problems/start.1343086173.txt.gz · Last modified: 2014/09/25 16:55 (external edit)