MyBB Community Forums

Full Version: SpiceFuse AJAX help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hey guys. the install file i had didnt help at all and the SpiceFuse site just says:
2. Extract the zip and upload the files to the MyBB directory on the server.


[Image: 2welb2t.png]

i dont know where to upload it...

Any ideas?

-thanks =D
Anyoneee? helpppp =[
Upload the .txt files(both of them) and the spicefuse_shoutbox.php to inc/plugins
Upload sf_shoutbox.lang.php to inc/languages/YOUR_LANGUAGE/
Hey man. I put everything where it should be and i get


 
MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1050 - Table 'mybb_sf_shouts' already exists
Query:
    CREATE TABLE `mybb_sf_shouts` ( `id` int(10) NOT NULL auto_increment, `uid` int(10) NOT NULL, `shout_msg` text NOT NULL, `shout_date` int(10) NOT NULL, `shout_ip` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM  
You tried to activate it already.
You must delete the tables now. Can you use PHPMyAdmin?
I dont know what that is... what do i have to delete?
Are you using firefox?
If yes, install Firebug add-on.
Then go to Configuration -> Plugins and right click over the Activate link which activates the Spicefuse Shoutbox plugin.
Then click Inspect Element and at the bottom of the window, a new "frame" should open with highlighting the link, change the 'activate' part to 'deactivate'.
And then click the link.
It _should_ fix that. After that you can activate it again
Is this right?
[Image: 2rztidy.png]

If so i still get this:

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1050 - Table 'mybb_sf_shouts' already exists
Query:
    CREATE TABLE `mybb_sf_shouts` ( `id` int(10) NOT NULL auto_increment, `uid` int(10) NOT NULL, `shout_msg` text NOT NULL, `shout_date` int(10) NOT NULL, `shout_ip` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM  


Also just changing the first ACTIVATE to DEACTIVATE, it deactivates but when i click activate again i get


MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1136 - Column count doesn't match value count at row 1
Query:
    INSERT INTO `mybb_settings` VALUES (NULL, 'sf_sb_shouts_main', '# of Shouts to display', 'The maximum number of shouts you want to be displayed.', 'text', '10', 1, 30) 
you just need to change the first 'activate' to 'deactivate'. No caps.
I don't know if it will work, sometimes it work but depends of the plugin too
Doesnt work =[ i just get the same error message.


Anything else i can do?
You can do it via PHPMyAdmin but you don't know what it is.. search it from google. Do you have a free or paid host?
Pages: 1 2