Error after install

Use phpBB to authenticate users in Roster

Moderator: Munazz

Error after install

Postby Pheratral » Fri Jul 25, 2008 9:12 pm

I've got a brand new phpBB2 install with Categories Hierarchy, and a brand new, clean roster install with my guild uploaded and exactly one user's data (mine own).

When I turn phpbb_login authentication on, after installing it as per the install.txt doc, I get this when I try to hit the page not logged on as anyone:

Could not query PHPBB Config information
SQL:
SELECT * FROM phpbb_config
File: addons/phpBB_login/inc/login.php
Line: 127
Backtrace (most recent call last):

* lib/functions.lib.php
o Line: 189
o Function Called: backtrace
* addons/phpBB_login/inc/login.php
o Line: 127
o Function Called: die_quietly
o Arguments:
+ Could not query PHPBB Config information
+ Roster Auth
+ /var/www/TLUDocuments/roster/addons/phpBB_login/inc/login.php
+ 127
+ SELECT * FROM phpbb_config
* addons/phpBB_login/inc/login.php
o Line: 86
o Function Called: checkLogin
* settings.php
o Line: 275
o Function Called: RosterLogin
* index.php
o Line: 34
o Function Called: require_once
o Arguments:
+ /var/www/TLUDocuments/roster/settings.php


I have done the install three times to make sure I wasn't doing something stupid. My roster and phpBB are in the same database now.

Thoughts?

Thanks!
Last edited by Pheratral on Fri Jul 25, 2008 9:12 pm, edited 1 time in total.
Pheratral
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Fri Dec 15, 2006 12:17 am

Error after install

Postby Munazz » Tue Jul 29, 2008 9:46 pm

I'm not sure why are you are getting this error, other than maybe because it is a fresh install of phpBB.

Do you have direct access to your database? And if so, can you check to see if the table phpbb_config has any rows in it?

It is funny, because it didn't throw an error connecting to the database which is where I would expect it to bug out if it was going to have a communication issue.

Let's try to modify the error return to further debug this.
Line 127 should be
die_quietly("Could not query PHPBB Config information", 'Roster Auth', __FILE__,__LINE__,$sql);
Change it to
die_quietly("Could not query PHPBB Config information (". $this->database->sql_error->message .")", 'Roster Auth', __FILE__,__LINE__,$sql);

Perhaps that will give us some further insight into the error.
Image
User avatar
Munazz
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 36
Joined: Mon Jul 31, 2006 7:50 am
Location: Fairfax, VA


Return to phpBB Login

Who is online

Users browsing this forum: No registered users and 0 guests

cron