coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: Spoodle on October 24, 2007, 11:30:01 AM

Title: Erm, blank page for login...
Post by: Spoodle on October 24, 2007, 11:30:01 AM
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
Title: Re: Erm, blank page for login...
Post by: Hein Traag on October 24, 2007, 11:52:22 AM
Which other post did you read ?
A link to your site would be nice ;)
Title: Re: Erm, blank page for login...
Post by: Spoodle on October 24, 2007, 12:08:17 PM
Oops, sorry,

Site is at http://www.gb7mbc.net/album

link to other thread is

http://forum.coppermine-gallery.net/index.php?topic=24121.0

Hope that helps

Spoodle
Title: Re: Erm, blank page for login...
Post by: Nibbler on October 24, 2007, 12:56:00 PM
Fix your include_path in php.ini - it must contain a dot.
Title: Re: Erm, blank page for login...
Post by: Spoodle on October 24, 2007, 01:58:53 PM
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
Title: Re: Erm, blank page for login...
Post by: Nibbler on October 24, 2007, 02:03:19 PM
Add a dot as suggested.

include_path = ".:/usr/local/lib/php"
Title: Re: Erm, blank page for login...
Post by: Spoodle on October 24, 2007, 02:05:56 PM
Nope, no difference.  I will try another install now I have made the changes.

Spoodle
Title: Re: Erm, blank page for login...
Post by: Spoodle on October 24, 2007, 02:14:28 PM
OK, still the same although I am not now getting the errors, just a blank page.

Spoodle
Title: Re: Erm, blank page for login...
Post by: Spoodle on October 24, 2007, 02:17:13 PM
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
Title: Re: Erm, blank page for login...
Post by: Nibbler on October 24, 2007, 03:20:57 PM
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().
Title: Re: Erm, blank page for login...
Post by: Spoodle on October 24, 2007, 05:35:31 PM
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