PDA

View Full Version : Error in uploading...step#6


KingPANO
28th of November 2004 (Sun), 12:34
Ok I figured it out this far... files upload without a problem. In upload I follow all the steps, all good until I click on step 6. Here is what I get on an error page.


Warning: main(FTP_base.php): failed to open stream: No such file or directory in /home/yoursite/public_html/gallery/input/SCRIPT_multiupload.php on line 65

Fatal error: main(): Failed opening required 'FTP_base.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/yoursite/public_html/gallery/input/SCRIPT_multiupload.php on line 65


chmod are all ok and double-double checked.

Thank you,
Bill

Pekka
28th of November 2004 (Sun), 12:50
Check that the file name is "FTP_base.php" and not "ftp_base.php" (referring to your previous problem with changed file name case).

KingPANO
28th of November 2004 (Sun), 13:08
That was the fix...somehow the files have changed or my server is case sensitive. Either way it works.

Thank you for the quick reply...
Bill