
04-17-2006, 10:43 AM
|
 |
|
|
Join Date: Feb 2005
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Whenether I try to insert a bot I get this error:
Quote:
Database error in vBulletin 3.5.3:
Invalid SQL:
INSERT INTO `vb3_rpg_ibots`
(`botname`,
`levelrequired`,
`cost`,
`expdrop`,
`cashdrop`
`limitname`,
`hp`,
`maxhp`,
`mp`,
`maxmp`,
`pp`,
`maxpp`,
`ap`,
`xp`,
`genderid`)
VALUES
('Test',
'0',
'0',
'99',
'99',
'Test',
'99',
'99',
'99',
'99',
'99',
'99',
'99',
'99',
'1');
MySQL Error : 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 'limitname`,
`hp`,
`maxhp`,
`mp`,
`maxmp`,
`p
|
EDIT: Ok, I've tried to install again on a different board (my test vB) it but now it gives this error on the 6th installation step:
Quote:
Fatal error: Call to undefined function: fetch_table_info() in /home/zeldafo/public_html/forum/installer/class_installer.php on line 849
|
|