Web Development Thread, MRBS Assistance in Coding and Web Development; I am having some problems installing MRBS on a Redhat box with MySql. I am sure it is a stupid ...
-
17th February 2010, 06:15 PM #1
- Rep Power
- 0
MRBS Assistance
I am having some problems installing MRBS on a Redhat box with MySql. I am sure it is a stupid config issue but don't know where to go with it.
MRBS displays ok until I go to login with the following config entry
$auth["session"] = "php"; // How to get and keep the user ID. One of
// "http" "php" "cookie" "ip" "host" "nt" "omni"
// "remote_user"
$auth["type"] = "db"; // How to validate the user/password. One of "none"
// "config" "db" "db_ext" "pop3" "imap" "ldap" "nis"
// "nw" "ext".
I am wanting to use the MRBS db option.
When I click on the User List I get the following errors
Warning: mysql_num_fields(): supplied argument is not a valid MySQL result resource in /var/www/html/mrbs/mysql.inc on line 312
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/html/mrbs/mysql.inc on line 33
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/mrbs/mysql.inc:312) in /var/www/html/mrbs/Themes/default/header.inc on line 30
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/mrbs/mysql.inc:312) in /var/www/html/mrbs/Themes/default/header.inc on line 31
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/mrbs/mysql.inc:312) in /var/www/html/mrbs/Themes/default/header.inc on line 32
The MRBS user table is not created and I am unable to login. Any ideas what I have missed?
Thanks for the help.
TK
-
-
IDG Tech News
-
17th February 2010, 06:46 PM #2 From memory you have to create the user table(in mySQL), and one admin user (using the config)
-
-
17th February 2010, 08:46 PM #3
- Rep Power
- 0
Resolved
Mossj,
Thanks for the tip. Something happened during the creation of the tables and the user table was not created. I found that portion of the sql and created the table. The users link then allowed me to create the default admin account.
Everything looks good now.
Thanks for the help.
TK
-
SHARE:
Similar Threads
-
By mickeyh080 in forum Web Development
Replies: 11
Last Post: 4th December 2010, 11:32 AM
-
By wesleyw in forum How do you do....it?
Replies: 9
Last Post: 25th September 2009, 12:41 PM
-
By ltunstall in forum Windows
Replies: 3
Last Post: 25th September 2008, 10:12 AM
-
By gh256 in forum How do you do....it?
Replies: 3
Last Post: 29th June 2007, 03:27 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules