
12-01-2012, 08:36 PM
|
 |
|
|
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by ringnews24
Fillip, thanks for the reply.
The button says NO, but it still shows up on the forums shoutbox.
|
I am unable to confirm this issue. Please note that the "Active Users" tab can not be disabled, it's only the sideblock in the shoutbox.
Quote:
Originally Posted by CybertronWizard
Hello Filip,
I am using Vbulletin 4.2.When I am importing the xml file I am getting this error.
Code:
Database error in vBulletin 4.2.0:
Invalid SQL:
INSERT INTO `dbtech_vbshout_instance`
(`name`, `description`, `active`, `autodisplay`, `deployment`, `templates`, `permissions`)
VALUES (
'Shoutbox',
'This is the default Shoutbox.
You can change this description by clicking [Edit].',
1,
1,
'index',
'',
'a:8:{i:2;i:2108;i:6;i:4092;i:4;i:12;i:8;i:0;i:7;i:3964;i:5;i:4092;i:1;i:4;i:3;i:12;}'
);
MySQL Error : Unknown column 'deployment' in 'field list'
Error Number : 1054
Request Date : Wednesday, November 28th 2012 @ 08:44:09 PM
Error Date : Wednesday, November 28th 2012 @ 08:44:18 PM
Script : http://www.cybertronwizards.com/forums/admincp/plugin.php?do=productimport
Referrer : http://www.cybertronwizards.com/forums/admincp/plugin.php?do=productadd
IP Address : 117.197.209.176
Username : tony
Classname : vB_Database
MySQL Version : 5.5.27-cll
Forum Url: www.cybertronwizards.com
Hope my problem will be solved.
|
Run the following query:
Code:
drop table if exists dbtech_vbshout_instance
and then try again
Quote:
Originally Posted by TopShelfGamer
Fillip,
I know you are very busy but could please explain this a little more.
|
Quote:
Originally Posted by itzkr0me
Works OK in the default skin. I've changed the setting you suggested. Where else could it be breaking?
|
Unfortunately I have no idea - you'll need to contact your skin developer
Fillip
|