require_once problem on IIS
This repository is no longer maintained!
Brought to you by:
easy_israel,
gscom
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