Ive an issue while trying to set up the uploads...
Ive read a few posts on this particular issue so far, and not found anything of help to me.
Basically I'm getting
QuoteThe previous file could not be placed.
You have successfully placed all the files.
My settings:
PHP 4.3.10
Imagemagick (absolute path: /usr/bin/convert)
CPG: 1.3
albums and images directories are CHMOD set to 777
The album is set to allow users to upload to it. Although I'm running in admin mode.
In debug mode I'm getting
QuoteNotice: Undefined index: user1 in /home/alterna/public_html/gallerys/upload.php on line 2146
Notice: Undefined index: user2 in /home/alterna/public_html/gallerys/upload.php on line 2147
Notice: Undefined index: user3 in /home/alterna/public_html/gallerys/upload.php on line 2148
Notice: Undefined index: user4 in /home/alterna/public_html/gallerys/upload.php on line 2149
Notice: Undefined index: OS in /home/alterna/public_html/gallerys/include/picmgmt.inc.php on line 157
I can supply a transcript of the debug output window if you want me to....
Thanks for any help, I hope thats enough info to work off.
Regards,
Anakaine
enable debug mode, turn off notices, set upload method to "Single file uploads" in your groups panel. You should then get a more detailed error message what actually happened/failed.
Joachim