forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: samdart on June 17, 2004, 12:35:02 am

Title: Cannot get Coppermine 1.3.0 to work
Post by: samdart on June 17, 2004, 12:35:02 am
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
Title: Re: Cannot get Coppermine 1.3.0 to work
Post by: Joachim Müller on June 17, 2004, 01:13:55 am
link?
Title: Re: Cannot get Coppermine 1.3.0 to work
Post by: samdart on June 17, 2004, 01:19:36 am
http://sampath.homelinux.com/gallery
Title: Re: Cannot get Coppermine 1.3.0 to work
Post by: davtheultimate on June 18, 2004, 09:13:00 am
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
Title: Re: Cannot get Coppermine 1.3.0 to work
Post by: Joachim Müller on June 18, 2004, 01:47:07 pm
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
Title: Re: Cannot get Coppermine 1.3.0 to work
Post by: samdart on June 18, 2004, 07:45:54 pm
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
Title: Re: Cannot get Coppermine 1.3.0 to work
Post by: spr on July 04, 2004, 09:32:14 pm
I'm having the same problem with Fedora Core 1 http://spr.mahonri5.net/photo/
Any help would be appreciated
Title: Re: Cannot get Coppermine 1.3.0 to work
Post by: buddyv on July 08, 2004, 07:50:15 pm
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
Title: Re: Cannot get Coppermine 1.3.0 to work
Post by: Joachim Müller on July 09, 2004, 06:16:03 am
make sure you CHMODed as suggested in the documnentation that comes with coppermine.

GauGau
Title: Re: Cannot get Coppermine 1.3.0 to work
Post by: buddyv on July 12, 2004, 10:16:35 pm
Thank you I'll try it tonight.


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


Buddy
Title: Re: Cannot get Coppermine 1.3.0 to work
Post by: samdart on July 16, 2004, 08:43:00 pm
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.
Title: Re: Cannot get Coppermine 1.3.0 to work
Post by: Joachim Müller on July 17, 2004, 09:09:22 am
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