coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: brixio on December 28, 2005, 03:32:47 PM

Title: after install cpg 1.4.3 login does not work - error message
Post by: brixio on December 28, 2005, 03:32:47 PM
Hi all,
I just installed cpg 1.4.3. and everithing go well until last confirmation during installation procedure is pressed (to login) but login does not work.
My system is a opensuse linux 10.0 with apache & php 4 & mysql, the error message is:

Warning: main(include/debugger.inc.php): failed to open stream: No such file or directory in /srv/www/htdocs/coppermine/include/init.inc.php on line 26

Fatal error: main(): Failed opening required 'include/debugger.inc.php' (include_path='/usr/share/php') in /srv/www/htdocs/coppermine/include/init.inc.php on line 26

Someone can help me please?
Thanks in advance.  ???
Title: Re: after install cpg 1.4.3 login does not work - error message
Post by: kegobeer on December 28, 2005, 05:45:29 PM
Verify you uploaded all of the files.
Title: Re: after install cpg 1.4.3 login does not work - error message
Post by: Joachim Müller on December 28, 2005, 07:28:21 PM
and while you're at it: fix your include path.
Title: Re: after install cpg 1.4.3 login does not work - error message
Post by: brixio on December 30, 2005, 11:13:36 AM
Very sorry but I'm a newbe of coppermine.... where I've to change the include path???
::)
Title: Re: after install cpg 1.4.3 login does not work - error message
Post by: Nibbler on December 30, 2005, 11:14:31 AM
Ask your host to fix it.
Title: Re: after install cpg 1.4.3 login does not work - error message
Post by: brixio on December 30, 2005, 11:24:08 AM
the site server is into my computer on an linux box running Apache... what Iìve to do??  ;D
Title: Re: after install cpg 1.4.3 login does not work - error message
Post by: Nibbler on December 30, 2005, 11:25:45 AM
Change the include_path setting in your php.ini to include_path='.:/usr/share/php'
Title: Re: after install cpg 1.4.3 login does not work - error message
Post by: brixio on December 30, 2005, 11:48:23 AM
My php.ini is already correct.....
Title: Re: after install cpg 1.4.3 login does not work - error message
Post by: Joachim Müller on December 30, 2005, 12:03:42 PM
re-post your actual error message then. Did you make sure to re-start the webserver service after making changes to php.ini
Title: Re: after install cpg 1.4.3 login does not work - error message
Post by: brixio on December 30, 2005, 12:29:00 PM
My actual error message is:

Warning: main(include/debugger.inc.php): failed to open stream: No such file or directory in /srv/www/htdocs/coppermine/include/init.inc.php on line 26

Fatal error: main(): Failed opening required 'include/debugger.inc.php' (include_path='/usr/share/php') in /srv/www/htdocs/coppermine/include/init.inc.php on line 26

my php.ini file contain include_path="/usr/share/php"

also on my server is perfectly running a test of phpBB2 - xoom - gallery2 - nucleus

thats all

thanks in advance for your kind help
Title: Re: after install cpg 1.4.3 login does not work - error message
Post by: Nibbler on December 30, 2005, 12:31:52 PM
You need to work on your attention to detail.

Quote from: Nibbler on December 30, 2005, 11:25:45 AM
Change the include_path setting in your php.ini to include_path='.:/usr/share/php'
Title: Re: after install cpg 1.4.3 login does not work - error message
Post by: brixio on December 30, 2005, 01:02:53 PM
Sorry, before I did not inform you completely.. I tried to change the include_path setting in your php.ini to include_path='.:/usr/share/php', restart apache, and tried again open coppermine but the erro message chanded in "FATAL"

so I change back again, restart apache and roll the situation to previous configuration.
Title: Re: after install cpg 1.4.3 login does not work - error message
Post by: brixio on December 30, 2005, 01:07:50 PM
changing again how you told again the error message is:

Warning: main(include/debugger.inc.php): failed to open stream: No such file or directory in /srv/www/htdocs/coppermine/include/init.inc.php on line 26

Fatal error: main(): Failed opening required 'include/debugger.inc.php' (include_path=''.:/usr/share/php'') in /srv/www/htdocs/coppermine/include/init.inc.php on line 26

Title: Re: after install cpg 1.4.3 login does not work - error message
Post by: Nibbler on December 30, 2005, 01:29:33 PM
And /srv/www/htdocs/coppermine/include/debugger.inc.php definitely exists ?
Title: Re: after install cpg 1.4.3 login does not work - error message
Post by: brixio on December 30, 2005, 01:33:32 PM
yes exist  :(