| Hi, I am working a devsite to test some changes for a redesign on our clan site and I am looking to dump our AJAX shoutbox and use the SMF Shoutbox on the forums instead but I am running into install problems. Because the 2nd error is listed as database I was thinking it might because of the bridged forums. Looking for any ideas of next steps. Details Joomla 1.011 SMF 1.1.RC3 Bridge 1.3 SMF Template Slick Pro: Graphite Linux What is happening I get this initial error when installing as it does its pretest Quote 9. Execute Modification /home/killerba/public_html/smf/Themes/default/BoardIndex.template.php I then modified that file with the included code to display the shoutbox with this code insert in the exact spot recommended and confirmed by some users when I posted at the main SMF forums Code: // display shoutbox if (function_exists('sbox')) sbox(); So after verifying with some users I went ahead and ignored the warning and installed. It failed and gave me this error code which is the one that makes me think it has to do with the bridged forums. Quote Incorrect table name '' File: /home/killerba/public_html/devsite/smf/Packages/temp/sbox_setup.php Line: 83 This is the code referenced in the error. Code: // drop table if it exists. Should make SMF-update 1.1rc2 -> 1.1rc3 easier. $result = mysql_query("DROP TABLE `{$db_prefix}sbox_content`"); $result = db_query(" CREATE TABLE `{$db_prefix}sbox_content` ( `id` int(11) unsigned NOT NULL auto_increment, `time` int(10) unsigned NOT NULL, `ID_MEMBER` mediumint(8) unsigned NOT NULL, `content` text NOT NULL, PRIMARY KEY (`id`))", __FILE__, __LINE__); Line 83 is the last line in that code. Any ideas? I am hoping it is simple matter of changing those values but I am lost. |
Forum 





Author



Logged


Just finished updating the forums and I hand't checked here for updates. I will go ahead update and see if that resolves the issue.





