Hello.

Can someone point me to a link or help me to install PHP Modules in a windows 2003 .NET Server??

I think is not installed, bellow is the error runing index.php ofo phpBB (Method: php.exe index.php), any help??

Thanks, regards


<br />
<b>Warning</b>: main(./extension.inc) [<a href='http://www.php.net/function.mai
n'>function.main</a>]: failed to create stream: No such file or directory in <b>
C:\PHP\index.php</b> on line <b>25</b><br />
<br />
<b>Warning</b>: main() [<a href='http://www.php.net/function.main'>function.mai
n</a>]: Failed opening './extension.inc' for inclusion (include_path='.;c:\php4\
pear') in <b>C:\PHP\index.php</b> on line <b>25</b><br />
<br />
<b>Notice</b>: Undefined variable: phpEx in <b>C:\PHP\index.php</b> on line <b

26</b><br />
<br />
<b>Warning</b>: main(./common.) [<a href='http://www.php.net/function.main'>fun
ction.main</a>]: failed to create stream: No such file or directory in <b>C:\PHP
\index.php</b> on line <b>26</b><br />
<br />
<b>Warning</b>: main() [<a href='http://www.php.net/function.main'>function.mai
n</a>]: Failed opening './common.' for inclusion (include_path='.;c:\php4\pear')
in <b>C:\PHP\index.php</b> on line <b>26</b><br />
<br />
<b>Fatal error</b>: Call to undefined function: session_pagestart() in <b>C:\P
HP\index.php</b> on line <b>31</b><br />

    5 days later
    2 months later

    Your problem:

    <b>Warning</b>: main() [<a href='http://www.php.net/function.main'>function.mai
    n</a>]: Failed opening './common.' for inclusion (include_path='.;c:\php4\pear')
    in <b>C:\PHP\index.php</b> on line <b>26</b><br />
    <br />

    under Windows/IIS can be resolved by setting include_path in php.ini to "c:"

    works for me (no idea why, seems to be a bug in latest PHP release)

    hope it helps

    Have fun

      Write a Reply...