This took care of my problem too.
Thanks.
PC
-----Original Message-----
From: Joao Prado Maia [mailto:jp...@mysql.com]
Sent: Thursday, July 08, 2004 3:01 PM
To: even...@lists.mysql.com
Subject: RE: eventum setup
Lance,
Sorry about that. Let's see. I'm running IIS 5.0. The APP_PATH
constant is pointing to:
@define("APP_PATH", 'C:\\Inetpub\\eventum-1.2.2');
That'll teach me not to read the entire e-mail. That path seems to
exist and I even tried changing the '\\' to '/' to see if that helped
but the result seemed the same.
Aha, so let's try changing that constant manually to the following:
@define("APP_PATH", '/Inetpub/eventum-1.2.2/');
That should make it work. Please let me know how it works for you.
--Joao