hi guys
just installed the nukefeeds which is great
just a couple of questions
1, how many tables should have been created as i have only one
myprefix_seo_feed
is that correct ?
and two every thing works good except for the forum feed where i get a
Quote: |
phpBB : Critical Error
Could not query config information
DEBUG MODE
SQL Error : 1046 No Database Selected
SELECT * FROM myprefix_bbconfig
Line : 443
File : common.php |
which relates to
Code:$sql = "SELECT *
FROM " . CONFIG_TABLE;
if( !($result = $db->sql_query($sql)) )
{
message_die(CRITICAL_ERROR, "Could not query config information", "", __LINE__, __FILE__, $sql);
}
|
3. In the admin section it reads
Quote: |
A newer version is available! - 1.1.0
|
thing is i downloaded and installed in order all 3 version available
only mod i can think of installed here is the calander for the forum and that didnt touch the config table for the forum