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.