Menu

#18 require_once problem on IIS

open
nobody
None
5
2007-11-21
2007-11-21
Anonymous
No

I've installed OSP 1.2.1 on IIS.
Install script worked but then I got an empty page.

After a bit of searching I found the "bug":

File: user.inc.php tries to load the DB.php from PEAR. But that doesn't work on IIS:
require_once ("DB.php");

I had to change it to the following:
require_once ($cfgPathToProjectAdmin."/lib/pear/DB.php");

But now I have to change ~10000000 Files!!!

Can you please correct that?

cheers,
marco

Discussion


Log in to post a comment.