forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: VictoriaBlue on March 30, 2004, 05:50:22 pm

Title: "No picture was uploaded!"
Post by: VictoriaBlue on March 30, 2004, 05:50:22 pm
I'm not sure what adjustment i need to make to allow my server to let me upload pictures, but when i tried to start to add pictures to my albums, i go the following error ...

No picture was uploaded !

If you have really selected a picture to upload, check that the server allows file uploads...


any suggestions on what to try!?

my gallery is @ http://www.victoriablue.net/gallery
Title: "No picture was uploaded!"
Post by: hyperion on March 30, 2004, 06:54:13 pm
Usually this is due to a configuration that changes the php temp file from the system temp files to individual temp files.  Try again after adding a temp directory to your webroot.

Example:

http://www.victoriablue.net/tmp

or

http://www.victoriablue.net/temp

Try both.
Title: Webroot
Post by: greggy on March 30, 2004, 08:04:06 pm
Super, smashing great!!
I was kicking myself trying to sort that one out  :D
My new OpenBSD install does a chroot for the apache server and.....
as you rightly say no 'tmp' directory under the webroot!

Thanks - got mine going  :idea:
Title: "No picture was uploaded!"
Post by: VictoriaBlue on March 31, 2004, 03:38:38 am
i triedi tried adding a "tmp" & a "temp" directory to my webroot in my server, but it still wouldn't allow me to upload pictures from the site itself.  i am able to add them if i add them to my server first, but often i am not able to access it so it is not the easiest method.
Title: "No picture was uploaded!"
Post by: hyperion on March 31, 2004, 04:11:58 am
Okay, next you should check phpinfo() to see if file uploading is enabled.