kirchaj Posted February 17, 2010 Posted February 17, 2010 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
mossj Posted February 17, 2010 Posted February 17, 2010 From memory you have to create the user table(in mySQL), and one admin user (using the config)
kirchaj Posted February 17, 2010 Author Posted February 17, 2010 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now