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

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]: 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