Forum

upload problem

Pippo
2 September 2007, 19:21
I have installed Coppermine and Gallery (photo gallery) on hiawatha.
When i try to upload an image Mozilla return "Loading error page".

I have enabled the following directives on hiawatha.

- Upload directory
- EnableAlter
- ALterList

Here is the code:

#GENERAL SETTINGS
UploadDirectory = /var/lib/hiawatha

...

Binding {
...
EnableAlter = yes
...
}

...

VirtualHost {
...
AlterList = 0.0.0.0/0
...
}


I also checked php.ini under upload section and all is right but it is not possible to sort the problem out.

What's wrong?

Thanks in advance.
Hugo Leisink
2 September 2007, 19:39
The UploadDirectory and *Alter* settings are only usefull if you want to use the PUT HTTP request. I don't think that's what you will be doing. Use the ErrorLogfile to log errors. Look into that errorlogfile to see what's going wrong.
This topic has been closed.