21 messages in com.mysql.lists.eventum-usersRE: eventum setup
FromSent OnAttachments
Lance Johnson08 Jul 2004 07:16 
Lance Johnson08 Jul 2004 08:20 
Joao Prado Maia08 Jul 2004 08:24 
Lance Johnson08 Jul 2004 08:57 
Joao Prado Maia08 Jul 2004 11:13 
Virg...@bunge.com08 Jul 2004 11:27 
Lance Johnson08 Jul 2004 11:38 
Joao Prado Maia08 Jul 2004 11:40 
Lance Johnson08 Jul 2004 11:47 
Joao Prado Maia08 Jul 2004 11:51 
Lance Johnson08 Jul 2004 11:57 
Joao Prado Maia08 Jul 2004 12:01 
Lance Johnson08 Jul 2004 12:12 
Joao Prado Maia08 Jul 2004 12:18 
Lance Johnson08 Jul 2004 12:33 
Virg...@bunge.com08 Jul 2004 12:34 
Joao Prado Maia08 Jul 2004 12:36 
Lance Johnson08 Jul 2004 12:38 
Joao Prado Maia08 Jul 2004 12:39 
Joao Prado Maia08 Jul 2004 12:47 
Lance Johnson09 Jul 2004 07:21 
Subject:RE: eventum setup
From:Lance Johnson (ljoh@DOCS.com)
Date:07/08/2004 12:12:31 PM
List:com.mysql.lists.eventum-users

I was wondering about that and before you sent the e-mail it clicked and I finally got it figured out. And then I had to change the user account it created in mysql. It didn't create the grants for localhost only for user@%. So after I did all that, I now have a login screen that appears with an e-mail and password. Now, how do I setup a user to begin with? I feel like I'm pretty much there now.

-----Original Message----- From: Joao Prado Maia [mailto:jp@mysql.com] Sent: Thursday, July 08, 2004 2: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