Erm, blank page for login... Erm, blank page for login...
 

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

Erm, blank page for login...

Started by Spoodle, October 24, 2007, 11:30:01 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Spoodle

Hi all,
I can see plenty of stuff around this but not one specific for my needs.  Sorry if I am a bit of a noob but here goes.

Coppermine 1.4.13
php 5.2.4 (compiled with mysql and gd)

I added a couple of lines to index.php as I saw in another post and this is the output.

-----------
Warning: require_once(include/debugger.inc.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/html/album/include/init.inc.php on line 26

Fatal error: require_once() [function.require]: Failed opening required 'include/debugger.inc.php' (include_path='/usr/share/pear') in /var/www/html/album/include/init.inc.php on line 26
-----------

Any ideas please?

Cheers

Spoodle

Hein Traag

Which other post did you read ?
A link to your site would be nice ;)

Spoodle


Nibbler

Fix your include_path in php.ini - it must contain a dot.

Spoodle

Not that I can see... as below from my php.ini

; UNIX: "/path1:/path2"
;include_path = ".:/php/includes"
include_path = "/usr/local/lib/php"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"

unless I have done it wrong, which is of course, highly possible :)

Spoodle

Nibbler

Add a dot as suggested.

include_path = ".:/usr/local/lib/php"

Spoodle

Nope, no difference.  I will try another install now I have made the changes.

Spoodle

Spoodle

OK, still the same although I am not now getting the errors, just a blank page.

Spoodle

Spoodle

I just realised I have not said that the install.php script worked as advertised, it only gives me a white page when I finish that and try to login.

Spoodle

Nibbler

You are not changing the right file anyway. The message says '/usr/share/pear' but the file you posted says '/usr/local/lib/php'. Check what file to change using phpinfo().

Spoodle

well I only have one php.ini file and I have also added the path to pear but still nothing.  Maybe it is me that is just too thick :)
Gallery seems to be working ok but I just cannot get coppermine to work.  I really wanted to use coppermine though.

Ian