I hate to ask this but... I hate to ask this but...
 

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

I hate to ask this but...

Started by rjbearcan, March 20, 2005, 05:26:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rjbearcan

I've had this problem for a while and I have searched around before asking because I don't want to ask something and the answer is already out there.

I have installed 1.3.2, everything is set up but after I click the 'Let's Go' button, I go to a completely blank page. Some people were able to get the logo, I was not as lucky. http://www.futuretennisstars.com/galleries/login.php

Now I know that many people have discussed this and I have tried the solutions with no luck. Commenting out the flush() command did nothing. Others had this problem if they were running PHP 5, I am not. I am not self hosted and here is my host's info for you.

PHP - 4.3.10
MySQL - 3.23.49
GD - version 2
The host is running Apache on Linux.

I have installed other PHP/MySQL apps such as phpBB without incident so I am not sure what is going on. I am new to Coppermine so if anyone can help me out, I would appreciate it.

donnoman

to help debugging, try adding this to your index.php

find

// CVS version: $Id: index.php,v 1.16 2005/01/14 17:25:23 nibbler999 Exp $
// ------------------------------------------------------------------------- //

// Check if standalone is installed in a portal like phpNuke (added by DJMaze)


change to:

// CVS version: $Id: index.php,v 1.16 2005/01/14 17:25:23 nibbler999 Exp $
// ------------------------------------------------------------------------- //
ini_set("display_errors","1");   // remove ASAP
// Check if standalone is installed in a portal like phpNuke (added by DJMaze)


Your code is probably getting a parse error, but your hosts phpini is set to not dispay errors, which is the recommended settings, as displaying the canned errors from PHP can disclose sensitive information.

See if you get an error and post it.

Where did you download coppermine from? You might want to download it again from coppermine.sf.net and re-upload it.