Processing Status....No Images Loaded

myles

Joined: 2002-08-22
Posts: 2
Posted: Thu, 2002-08-22 15:28

I'm not able to upload images.

The status window reports:
Processing Status....
No Images Uploaded.
<Dismiss>

I tried:
- as admin and as a user (verified permissions allowed to add photos).
- from the server, from winXP, win2000
- with gallery remote from winXP, win2000

All configuration testing (which is very handy!)
from setup page reports everything OK.

I have debugging turned on and see no errors in httpd error_log;
but there are hits in access_log.

"albums" directory is writable by apache:apache

specs:
http://www.bigcrankchaingang.com/gallery
gallery v1.3.1
php 4.1.2
apache 1.3.23
Redhat 7.3 on 166MHz Pent. 80Mb RAM
netscape 6.2 and IE 6

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Thu, 2002-08-22 19:56

The common cause for this is that you've got file_uploads disabled in your PHP configuration. Check the PHP diagnostics page and search for file_upload. If it's not enabled , then Gallery won't be able to upload files from your desktop. You can still upload via URL or via local filesystem upload.

 
myles

Joined: 2002-08-22
Posts: 2
Posted: Thu, 2002-08-22 20:53

ooooo, thankyouthankyouthankyou!!!
Gallery has another very satisfied customer!