PHP Fatal Error PHP Fatal Error
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

PHP Fatal Error

Started by xtobor, March 16, 2007, 09:29:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

xtobor

Just finished the install.  What is this?

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

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

Nibbler

You didn't upload that file. You need to upload all the files that are part of Coppermine or it won't work properly.

xtobor

I am hosting my own web server and I have coppermine running on that box.  This box is local.  the cpg1410 dir is under the /srv/www/htdocs so that should be fine.  Maybe I did not understand the product.  All files are under the cpg1410 dir.

Nibbler

Ah, you need to fix your include_path setting. Change it to include_path='.:/usr/share/php' (with the dot added) in php.ini