Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

shoutbox query problem

Asked Modified Viewed 4,237 times
C
Cupid
C
Cupid 10
  • Member, joined since
  • Contributed 151 posts on the community forums.
  • Started 49 threads in the forums
  • Started this discussions
asked
Member

My site's shoutbox is having a problem. I have no idea what that means.

Here's the site

http://tribes.vivalavoltz.com


Quote

tYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5


I know there have been threads posted about this problem but all the solutions on those threads don't seem to help me.

EDIT: Also, when I hit infuse for the shoutbox, it does nothing.
0 replies

6 posts

S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

Open up the file /infusions/shoutbox_panel/infusion.php - and find:
TYPE=MyISAM;

- change it to:
ENGINE=MyISAM;


Then infuse the shoutbox again.
0 replies
C
Cupid
C
Cupid 10
  • Member, joined since
  • Contributed 151 posts on the community forums.
  • Started 49 threads in the forums
  • Started this discussions
answered
Member

It already says

Quote

ENGINE=MyISAM;
0 replies
G
gittedl
G
Gitte
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
answered
Newbie

I´ve just solved the same error on my new website. What seems to solve it, is this solution:

Quote

gh0st2k wrote:

Try to infuse the shoutbox. If it not works:

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]<?php
$result = dbquery("UPDATE ". DB_INFUSIONS." SET inf_folder='shoutbox_panel' WHERE inf_folder='../infusions/shoutbox_panel/shoutbox_admin.php'");
?>[/syntaxhighlighter]

Enter this code in a custom page, enter a title and your admin password, press 1x preview and everything should be okay.


After this go to Admin Panel --> System Admin --> Infusions and infuse the shoutbox, and then it should work
0 replies
C
Cupid
C
Cupid 10
  • Member, joined since
  • Contributed 151 posts on the community forums.
  • Started 49 threads in the forums
  • Started this discussions
answered
Member

That doesn't work.
0 replies
S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

Quote

Cupid wrote:
Also, when I hit infuse for the shoutbox, it does nothing.


Can you infuse/install other infusions ?

If yes, then try to re-opload a new fresh folder shoutbox (from the right version of PHPFusion) to /infusions/ on the server.
0 replies
S
senseijulio
S
http://www.svdeportes.com
Julio M. Campos
SVDEPORTES
www.svdeportes.com/../../images/firma_cabecera.jpg
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
answered
Junior Member

my shoutbox not work.. i try all solutions, but dont fix
i have the last version of fusion. in phpmyadmin , in database, shoutbox table no exist.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 6 posts
  • Votes 0 votes
  • Topic users 4 members

4 participants

S
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
S
S
http://www.svdeportes.com
Julio M. Campos
SVDEPORTES
www.svdeportes.com/../../images/firma_cabecera.jpg
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
G
G
Gitte
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
C
C
Cupid 10
  • Member, joined since
  • Contributed 151 posts on the community forums.
  • Started 49 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet