[Solved]: PHP Warning error [Solved]: PHP Warning error
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[Solved]: PHP Warning error

Started by drsparks, March 18, 2004, 01:22:54 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

drsparks

Hello,

I am running IIS 6, and it seems that I have PHP and MySQL up and running, although it's a first for the latter 2.  I was able to run the 'install.php' script, and abel to enter all of my info, but when I attempt to run the index.php or login.php scripts, I get the following:

PHP Warning: Main(include/config.inc.php): failed to opoen stream: No such file or directory in c:\wwwroot\include\init.inc.php on line 135 PHP Fatal error: main(): Failed opening required 'include/config.inc.php' (include_path='c:\php\includes') in c:\wwwroot\include\init.inc.php on line 135.

I I can't be sure but it looks like I may have my paths crossed...no pun intended.  THanks for the help!

Updated - 17March, 8:18pm

I think I have it figured out...I commented out the reference to the include folder in php.ini...seems to work now.

Dizko

Hello,

I have the same problem but I don't know how to solve this.  :?

Joachim Müller

you're probably both self-hosted and have set the include path in your php.ini (there are good reasons to do so, but for ease of use on your own server: don't).

Edit php.ini accordingly.

GauGau