Jump to content

kirchaj

Members
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

About kirchaj

  1. 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
  2. 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
×
×
  • Create New...