coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: WreckRman2 on January 05, 2005, 07:26:28 AM

Title: 0 uploads were successful.
Post by: WreckRman2 on January 05, 2005, 07:26:28 AM
I know another one but I can not find a resolve searching old threads...

All of a sudden my upload is returning a "0 uploads were successful." message. Notice I have not changed a single thing on Coppermind... this has to be the result of an update of some other software.

PHP Version 4.3.10
Zend Optimizer v2.5.7
GD Version 2.0.28

When I try an upload I get these errors at the top of the page.

Notice: Undefined index: file_upload_array in /home/rcflying/public_html/gallery/upload.php on line 1014

Notice: Undefined index: URI_array in /home/rcflying/public_html/gallery/upload.php on line 1261

Notice: Undefined variable: escrow_array in /home/rcflying/public_html/gallery/upload.php on line 1939

Notice: Undefined variable: file_failure_array in /home/rcflying/public_html/gallery/upload.php on line 1940

Notice: Undefined variable: URI_failure_array in /home/rcflying/public_html/gallery/upload.php on line 1941

Notice: Undefined variable: zip_failure_array in /home/rcflying/public_html/gallery/upload.php on line 1942


In the Debug info box:


USER:
------------------
Array
(
    [ID] => d119527fc60ff592c66e3ddedaf2d51c
    [am] => 1
    [liv] => Array
        (
           
Title: Re: 0 uploads were successful.
Post by: Joachim Müller on January 05, 2005, 04:10:43 PM
Quote from: WreckRman2 on January 05, 2005, 07:26:28 AM
When I try an upload I get these errors at the top of the page.
QuoteNotice: Undefined index: file_upload_array in /home/rcflying/public_html/gallery/upload.php on line 1014
Notice: Undefined index: URI_array in /home/rcflying/public_html/gallery/upload.php on line 1261
Notice: Undefined variable: escrow_array in /home/rcflying/public_html/gallery/upload.php on line 1939
Notice: Undefined variable: file_failure_array in /home/rcflying/public_html/gallery/upload.php on line 1940
Notice: Undefined variable: URI_failure_array in /home/rcflying/public_html/gallery/upload.php on line 1941
Notice: Undefined variable: zip_failure_array in /home/rcflying/public_html/gallery/upload.php on line 1942
Those are no errors, but notices - it's safe to ignore them (or disable them in coppermine config if they don't mean anything to you). Temporarily enable "single file uploads only" in "Groups" and check the actual error message (if any).

Joachim