[Solved]: 2nd screen of Install just gives Coppermine Banner [Solved]: 2nd screen of Install just gives Coppermine Banner
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[Solved]: 2nd screen of Install just gives Coppermine Banner

Started by vancouverpc, July 28, 2004, 10:55:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

vancouverpc

 ???  ???  ???

Fedora Core 2, all up2date

Coppermine 1.3.0

I have made all files and folders 777

I have quadruple checked the db in webmin.

1st screen of install.php asks me for username, password, db name, user, password, table name thing, and location of convert.  

I fill all that in, hit "Let's Go", and the next screen is just a blank page with Coppermine banner at the top (images/logo.gif).  No error message, no nothing.  Just that banner.

screenshot of 2nd screen attached.

thanks in advance for your time,

Peter
Vancouver

Casper

It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

vancouverpc

Patient reading of forum posts pays off.

All I had to do to fix it was:

'"yum install php-mysql" followed by an apache restart '

which I found in this exact post:

http://forum.coppermine-gallery.net/index.php?topic=1642.msg17231#msg17231

Thanks DeadKenny, GauGau, and all other contributors.

Peter
Vancouver

Joachim Müller

thanks for resolving your issue, not all users asking for support do that (alas).

GauGau

raromachine

( I didn't want to start a new thread because I figured this issue was in some way related ).

I have a similar issue to this, infact its exactly the same, blank pages on everything except some of the installation screen. I've looked at all the instances and tried the various fixes for blankpages on the forum I'm still having the problem.

I recently upgraded my debian box from PHP 4.3.7 to 4.3.8 ( from the dotdeb.org backports repository ) and things just haven't been the same.
Most of www.raromachine.com works ( it all it's aged and horribly coded glory ) but www.raromachine.com/album is pretty much dead.
I know I've got mysql installed, that the usernames and so forth are correct as I've interogated it with phpmyadmin and other bespoke tools I've hacked up.
I've even gone so far as to remove and clean out the php4-* packages and mysql, followed by a reboot and reinstall - same issue; blank pages for Africa.
It seems other things are affected too - like Wordpress.
It's starting to bug me a bit as I can usually find something in a log somewhere or turn on some really verbose debugging to find out where it falls over.

Has anyone else had issues with PHP4.3.8 - or will I be recompiling from source? :\
Any help much appreciated!

Cheers
raromachine/stuart


Joachim Müller

your install hasn't been run successfully - we I go to http://www.raromachine.com/album/install.php , I can see the install screen. After a successfull install (if coppermine can write the database configuration file and the install locl file to  the include directory, the installer get's locked. Make sure the script has write permissions to the include folder when running the install file.

GauGau

raromachine

Quote from: GauGau on August 12, 2004, 05:14:14 AM
your install hasn't been run successfully - we I go to http://www.raromachine.com/album/install.php , I can see the install screen. After a successfull install (if coppermine can write the database configuration file and the install locl file to  the include directory, the installer get's locked. Make sure the script has write permissions to the include folder when running the install file.

You're probably right - too much copying fresh versions over the top of installed versions in that case.
The fix for the dot deb packages with the purging and reinstallation - as per the link above seems to make mysql install properly - meaning Coppermine can find it.
So fixed for now... just need to turn debug mode off now :)

Cheers!