Warning: strpos(): Empty delimiter. in /home/joomlaha/public_html/components/com_smf/smf.php on line 14
SMF Shoutbox 1.5, Joomla 1.011 and SMF Forums 1.1.RC3
Home arrow Forum SMF Shoutbox 1.5, Joomla 1.011 and SMF Forums 1.1.RC3
  Welcome, Guest. Please login or register.
Did you miss your activation email?
September 07, 2008, 02:07:05 PM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Mambo-SMF 1.3.x
| | | |-+  SMF Shoutbox 1.5, Joomla 1.011 and SMF Forums 1.1.RC3
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: SMF Shoutbox 1.5, Joomla 1.011 and SMF Forums 1.1.RC3  (Read 1852 times)
Tranzphat
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 10


View Profile
SMF Shoutbox 1.5, Joomla 1.011 and SMF Forums 1.1.RC3
« on: November 03, 2006, 12:56:13 PM »

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.
Logged
-Wolverine
Developer
Joomla Guru
*****

Karma: +374/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: SMF Shoutbox 1.5, Joomla 1.011 and SMF Forums 1.1.RC3
« Reply #1 on: November 03, 2006, 01:26:27 PM »

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

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.

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.
Why are you using mambo-smf bridge that is way out of date?  You should be using JSMF 2.0RC2.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Tranzphat
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 10


View Profile
Re: SMF Shoutbox 1.5, Joomla 1.011 and SMF Forums 1.1.RC3
« Reply #2 on: November 03, 2006, 08:00:14 PM »

Because I love old things. Shocked  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.
Logged
Tranzphat
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 10


View Profile
Re: SMF Shoutbox 1.5, Joomla 1.011 and SMF Forums 1.1.RC3
« Reply #3 on: November 04, 2006, 03:30:17 AM »

Ok did a complete scrub on the subdomain started with a fresh install of Joomla 1.1.011 with SMF 1.1.R3 and the 2.02 RC2 bridge and modules.  I am no longer getting the first error message but I get the second regarding Line 83 and install fails.

Has anyone else been able to get this SMF to work with Joomla?
Logged
Livebox
Guest
Re: SMF Shoutbox 1.5, Joomla 1.011 and SMF Forums 1.1.RC3
« Reply #4 on: November 04, 2006, 04:35:15 AM »

Yes I get i working Wink
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal.
None of the text or images in this public website may be copied without the expressed written consent of the authors.
Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use