 |
MySQLTalk.org MYSQL discussions groups
|
| View previous topic :: View next topic |
| Author |
Message |
Ray Garrison Guest
|
Posted: Wed Apr 18, 2007 12:34 am Post subject: First time install please help |
|
|
Hi.
I am completely new to Eventum, and wanted to install it and try it out. I
downloaded the tar file for 2.0, extracted the files into a directory on my
server (www.periship.com/Eventum/eventum-2.0) and tried to access it. The
install instructions indicate that is all I need to do. When I connect to
that directory, I get this error:
Database Error:
There seems to be a problem connecting to the database server specified in
your configuration file. Please contact your local system administrator for
further assistance.
I looked at the config.php, and there are obviously some constants that need
to be set, but I don't see anything anyplace that documents what should be
set initially by the user who installed the product, and what will be set by
Eventum as you go through a (suppsed?) configuration process. It appeared
to me that Eventum expects there to be an eventum database available when it
starts up (again, not documented anyplace?). It also looks as through
several constants need to be manually configured? So, I created an eventum
database and a database user, and modified the following constants thusly:
define('APP_SQL_DBTYPE', 'mysql');
define('APP_SQL_DBHOST', 'localhost');
define('APP_SQL_DBPORT', '3306');
define('APP_SQL_DBNAME', 'periship_eventum');
define('APP_SQL_DBUSER', 'periship_admin');
define('APP_SQL_DBPASS', 'PASSWORD');
but still get the same error message. I am now officially conflabbergasted.
How do I configure / install this thing so I can try it out?
Ray Garrison, CIO
<http://www.periship.com/>
420 East Main Street
Bld 2, Suite 2
Branford, CT 06405
203.315.8637 Office
203.315.0429 Fax
www.periship.com <http://www.periship.com/> |
|
| Back to top |
|
 |
Bryan Alsdorf Guest
|
Posted: Wed Apr 18, 2007 1:10 am Post subject: Re: First time install please help |
|
|
Hi Ray,
Ray Garrison wrote:
| Quote: | Hi.
I am completely new to Eventum, and wanted to install it and try it out. I
downloaded the tar file for 2.0, extracted the files into a directory on my
server (www.periship.com/Eventum/eventum-2.0) and tried to access it. The
install instructions indicate that is all I need to do. When I connect to
that directory, I get this error:
|
Unfortunately it looks like there was a packaging error in 2.0. We are
working on a minor update to fix this. For now please delete the
contents of your config/ directory and reload the page. This should
trigger the install program located in the setup/ directory.
Best Regards,
/bryan
| Quote: |
Database Error:
There seems to be a problem connecting to the database server specified in
your configuration file. Please contact your local system administrator for
further assistance.
I looked at the config.php, and there are obviously some constants that need
to be set, but I don't see anything anyplace that documents what should be
set initially by the user who installed the product, and what will be set by
Eventum as you go through a (suppsed?) configuration process. It appeared
to me that Eventum expects there to be an eventum database available when it
starts up (again, not documented anyplace?). It also looks as through
several constants need to be manually configured? So, I created an eventum
database and a database user, and modified the following constants thusly:
define('APP_SQL_DBTYPE', 'mysql');
define('APP_SQL_DBHOST', 'localhost');
define('APP_SQL_DBPORT', '3306');
define('APP_SQL_DBNAME', 'periship_eventum');
define('APP_SQL_DBUSER', 'periship_admin');
define('APP_SQL_DBPASS', 'PASSWORD');
but still get the same error message. I am now officially conflabbergasted.
How do I configure / install this thing so I can try it out?
Ray Garrison, CIO
http://www.periship.com/
420 East Main Street
Bld 2, Suite 2
Branford, CT 06405
203.315.8637 Office
203.315.0429 Fax
www.periship.com <http://www.periship.com/
|
--
Bryan Alsdorf, Manager of Support Systems
MySQL AB, www.mysql.com
MySQL Conference & Expo - http://www.mysqlconf.com/
April 23-26 in Santa Clara, California (US) |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|