[Solved]: Fatal Error: Cannot find init.inc.php [Solved]: Fatal Error: Cannot find init.inc.php
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: Fatal Error: Cannot find init.inc.php

Started by sackbut, November 24, 2009, 09:58:58 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sackbut

Using Win7 with IIS7, Apache 2.2.4 , MySQL 5.1.33, PHP 5.2.11, Coppermine 1.4.25

Apache and mySQL and PHP all work OK - e.g. am running Joomla 1.5.15 without any problems

Coppermine installed OK. Made its' database in mySQL etc.. but when I try to start it get the following messages:

----------------
Warning: require_once(include/debugger.inc.php) [function.require-once]: failed to open stream: No such file or directory in C:\ApacheRoot\cpg\include\init.inc.php on line 26
----------------
Fatal error: require_once() [function.require]: Failed opening required 'include/debugger.inc.php' (include_path='c:\PHP_Apache\pear') in C:\ApacheRoot\cpg\include\init.inc.php on line 26
----------------

The folder and the file mentioned are both present. The folder is read/writeable - the installer wrote config.inc.php into it.

HELP !!

sackbut

Not a reply - an addition. Cannot find any way of editing the original.

The file it's looking for line 26 of init.inc.php is debugger.inc.php. That file is alos present in the referenced directory

KT

sackbut

OK - I found out the problem - the php include path in php.ini was not set correctly
duh !!

phill104

Thanks for resolving your thread. I'll mark it as solved for you but we would prefer it if userd did this themselves by pressing the little tick in the top right of their post.
It is a mistake to think you can solve any major problems just with potatoes.

sackbut

Thanks Phil.

I understand now about marking the thread as Solved. Will do next time

KT