The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
hi guys thanks for the help here is the link for the mod i am having problems with thanks
https://vborg.vbsupport.ru/showthrea...amp%3B+Ladders |
#12
|
|||
|
|||
run this query
Code:
CREATE TABLE `tmnt_announcements` ( `id` int(11) NOT NULL auto_increment, `title` varchar(50) NOT NULL default '', `announcement` text NOT NULL, `userid` int(10) NOT NULL, `time` int(10) NOT NULL, `ip` varchar(50) NOT NULL, `le_userid` int(10) NOT NULL, `le_time` int(10) NOT NULL, `le_ip` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM; |
#13
|
||||
|
||||
hi mate did it. and here's the result
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 12 |
#14
|
|||
|
|||
It works for me. Where did you run the query from
|
#15
|
||||
|
||||
in php myadmin
|
#16
|
||||
|
||||
Try:
Code:
CREATE TABLE `tmnt_announcements` ( `id` int(11) NOT NULL auto_increment, `title` varchar(50) NOT NULL default '', `announcement` text NOT NULL, `userid` int(10) NOT NULL, `time` int(10) NOT NULL, `ip` varchar(50) NOT NULL, `le_userid` int(10) NOT NULL, `le_time` int(10) NOT NULL, `le_ip` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM; |
#17
|
|||
|
|||
Do it from inside admincp but first make sure you add your userid to config file so you can run them
Thx lynne but mine works in admincp as well. Just taking what is in the script as it was writen wrong |
#18
|
||||
|
||||
Now Iam getting this message
Database error in vBulletin 3.8.4: Invalid SQL: SELECT userid, username, description, title, type, pot, noplayers, id, status, freeslots FROM tmnt_tmnts ORDER BY id DESC LIMIT 0, 5; MySQL Error : Table 'the1234_forum.tmnt_tmnts' doesn't exist Error Number : 1146 Request Date : Monday, August 19th 2013 @ 09:28:00 PM Error Date : Monday, August 19th 2013 @ 09:28:00 PM Script : http://XXXXXXXXXXXXXXXXX/forum/competitions.php Referrer : http://XXXXXXXXXXXXXXXXX/forum/index.php IP Address : XXXXXXXX Username : xxxxxxx Classname : vB_Database MySQL Version : 5.5.30-cll |
#19
|
|||
|
|||
Will put up a test forum same version as you, to test it. You seem to be having too many problems
--------------- Added [DATE]1376956313[/DATE] at [TIME]1376956313[/TIME] --------------- I have tested this plugin on a new install same version you are using and it installs without a problem. |
#20
|
||||
|
||||
Quote:
Quote:
|
Благодарность от: | ||
ForceHSS |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|