"can't find gallery url"
piovere
Joined: 2004-05-18
Posts: 7 |
Posted: Wed, 2004-05-19 04:10 |
I'm trying to get gallery to work, and it seems to install just fine, but I can't upload pictures. I've tried gallery remote, the form upload, the iPhoto plugin, and none of them succeed. The closest thing i get to an error message is "Error: Server contacted, but Gallery not found at this URL ( http://www.techie.net/~piovere/gallery/gallery_remote2.php )" any ideas? Gallery does see my .htaccess file, and everything appears to be set right. ---- |
|
Posts: 13451
piovere, enable debug mode ( FAQ Gallery:c.31 ) and try uploading with the form based uploader. Then post the results here.
Posts: 7
Enabled debug mode, the form upload page displays the text
"Processing status...
No email sent as no valid email addresses were found No images uploaded!"
the source for the page contains no more information. I can upload images from the web via the URL method. that seems to work perfectly
If a test account would be of some help, username "test" password "test" is on there.
Posts: 13451
Seems like the file never reaches the server at all, any chance of us having a look at your gallery in config mode?
Posts: 7
in config mode now
Posts: 13451
no? http://www.techie.net/~piovere/gallery/setup gives me a 403 (access denied)
Posts: 7
sorry, I had run configure.sh, but it hadn't worked. just did "chmod 777 -R setup", so it should be good now. also, for some reason it's not automatically loading index.php, but the file is there if you type it in.
sorry about that
Posts: 13451
Seems like your php install doesn't have the upload_tmp_dir set, you could try putting this into the .htaccess file in the gallery/ directory:
php_value upload_tmp_dir=/tmp
It might help.
Posts: 7
adding "php_value upload_tmp_dir=/tmp" to the end gave me an internal server error...
i changed it to "php_value upload_tmp_dir /tmp" and the same problem appears to remain. any other thoughts?
Posts: 7
in case it helps, here is my .htaccess file as it stands now
the stuff in red is the line i just added (obviously)
Posts: 13451
You'll need to contact your host then, if you cant set that value in the .htaccess file.
Posts: 7
anything specifically i should tell him?
Posts: 13451
piovere, that the missing upload value is probably causing Gallery to not work on their system.