Newbie Issue [message #2374] |
Mon, 23 November 2009 05:19 |
azalea
Messages: 2 Registered: November 2009
|
Junior Member |
|
|
Hi All
when i try to login to radicore for the first time i get the following error:
This application has encountered an unrecoverable error
The following has been reported to the administrator:
2009-11-23 11:47:19
"Fatal Error: MySQL: Unknown database 'audit' (# 1049).
Error in line 54 of file 'C:\marketing\radicore\includes\dml.mysqli.class.inc'.
Host Info: localhost via TCP/IP
Server Version: 5.0.45-community-nt-log
Client Version: 5.0.37, Character sets - client: utf8, - connection: utf8, - database: utf8, - server: utf8
PHP_SELF: /radicore/menu/logon.php
SERVER_ADDR: 127.0.0.1
SERVER_NAME: localhost
HTTP_HOST: localhost
REMOTE_ADDR: 127.0.0.1
REQUEST_URI: /radicore/menu/logon.php?csxslt=off"
I placed the radicore files in the following directory
"C:/marketing"
Apache 2.2 knows this to be the localhost directory.
The mySQL data base that i have been using is the "test" database
I am new to this type of environment. Where did i go wrong?
I have followed the installation instructions but i feel that i may have made mistake somewhere.
Thanks in advance
Azalea the Newbie
|
|
|
Re: Newbie Issue [message #2375 is a reply to message #2374] |
Mon, 23 November 2009 05:28 |
AJM
Messages: 2367 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
The Radicore framework writes all its session data to the 'php_session' table in the AUDIT database, so it is imperative that this database and table actually exist.
The error message "Unknown database 'audit'" indicates that you have not created the AUDIT database and all its tables, so I suggest you read the installation instructions again.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
Re: Newbie Issue [message #2376 is a reply to message #2375] |
Mon, 23 November 2009 06:56 |
azalea
Messages: 2 Registered: November 2009
|
Junior Member |
|
|
Hi
Thanks
I had installed all the databses as per the installation.... only i have two different mySQL computers and they were installed on the second machine which i work on through the network..... After seeing your response i feel like a right royal a.. h...
Thanks again
Azalea
|
|
|