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. ???
Verify you uploaded all of the files.
and while you're at it: fix your include path.
Very sorry but I'm a newbe of coppermine.... where I've to change the include path???
::)
Ask your host to fix it.
the site server is into my computer on an linux box running Apache... what Iìve to do?? ;D
Change the include_path setting in your php.ini to include_path='.:/usr/share/php'
My php.ini is already correct.....
re-post your actual error message then. Did you make sure to re-start the webserver service after making changes to php.ini
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
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'
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.
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
And /srv/www/htdocs/coppermine/include/debugger.inc.php definitely exists ?
yes exist :(