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
Which other post did you read ?
A link to your site would be nice ;)
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
Fix your include_path in php.ini - it must contain a dot.
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
Add a dot as suggested.
include_path = ".:/usr/local/lib/php"
Nope, no difference. I will try another install now I have made the changes.
Spoodle
OK, still the same although I am not now getting the errors, just a blank page.
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
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().
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