Cannot get Coppermine 1.3.0 to work Cannot get Coppermine 1.3.0 to work
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Cannot get Coppermine 1.3.0 to work

Started by samdart, June 17, 2004, 12:35:02 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

samdart

Hi there,

I am using debian woody and have all the pre-requisits for coppermine (I think). I extracted the zip file to /var/www/gallery.

When I type in http://<mydomain>/gallery/ I get a link to install.php

I go in and fill all the details... click "Let's Go!". It stops by displayng the logo banner and does nothing else. ???

Please help me!

Thanks

Joachim Müller



davtheultimate

Mandrake Linux 10
Apache httpd2
Mysql
php

i have the same problem, I go in and fill all the details... click "Let's Go!". It stops by displayng the logo banner and does nothing else

help us please

Joachim Müller

I get a timeout both for http://sampath.homelinux.com/gallery/ and for http://sampath.homelinux.com/, so I guess there's something fishy with your server.

GauGau

samdart

Sorry Gau Gau,

I had to reboot the machine to windows and forgot to switch it back to linux.

I will do that this afternoon (In may be couple of hours).

Thanks

spr

I'm having the same problem with Fedora Core 1 http://spr.mahonri5.net/photo/
Any help would be appreciated

buddyv

I to am having the same issues.

www.buddyv.com

I've been reading the forum but yet to solve the issue.

One diffrence I think is that I am on Mandrake 10.


Buddy

Joachim Müller

make sure you CHMODed as suggested in the documnentation that comes with coppermine.

GauGau

buddyv

Thank you I'll try it tonight.


FYI I did set it to 777 upon install. I'll try 755 tonight.


Buddy

samdart

I figured out that "extension=mysql.so" is commented in "/etc/php.ini".

When I uncomment it and restart the web server... Voila! It works...

I think it is better to have an error message or atleast a notification when the extension is unavailable.

Joachim Müller

Coppermine has as minimum requirement: a webserver with php, mySQL and either GD or ImageMagick. If your webserver doesn't fulfill the minimum requirements, there's little coppermine could do. There are so many pre-requisites that have to be fulklfilled, we can't create an install routine that checks every pre-requisite and prompts an exact error message. Additionally, it's part of the security concept of php that you can't access every resource and check if it's there or not. How would you code a routine that checks if mySQL is working? You would try to establish a mySQL connection - if it fails, either mySQL isn't running or you supplied the wrong credentials. What should the error message be in this case?
It is adviable that everyone who decides to run his own webserver makes sure his server is set up properly and running well before even thinking of actually publishing pages on the internet.

GauGau