![]() |
Just a little update:
You can post vB Code, IMG code, smilies and html, and it will reply (it'll work in the forums it's allowed only, of course) :) hellsatan: great idea, I'm sure people would want this, I'll send you a pm. :) |
Invalid SQL: INSERT INTO patterns (bot, word, ordera, parent, isend) VALUES ('0','WIE','2','1','0')
mysql error: Unknown column 'bot' in 'field list' |
ah! BOT is a table on the DB, all the other ones (word, ordera, parent, isend) are within patterns.
Bot didn't exist within my patterns table. I have the latest version of the bot installed... Perhaps you need an 'ADD TABLE' in your install file? |
Ok, I added bot:
Code:
Database error in vBulletin Control Panel 2.2.9: |
From db.sql in the Tombot 1.1 release:
# # Table structure for table `patterns` # CREATE TABLE patterns ( bot tinyint(3) unsigned NOT NULL default '0', id int(11) NOT NULL auto_increment, word varchar(255) default NULL, ordera tinyint(4) NOT NULL default '0', parent int(11) NOT NULL default '0', isend tinyint(4) NOT NULL default '0', PRIMARY KEY (id), KEY wordparent (parent,word), KEY botid (bot) ) TYPE=MyISAM; Please verify that you have run that query, if not, add the missing columns. |
This is what i can see:
CREATE TABLE patterns ( id int(11) NOT NULL default '0', word varchar(255) default NULL, ordera tinyint(4) NOT NULL default '0', parent int(11) NOT NULL default '0', isend tinyint(4) NOT NULL default '0', PRIMARY KEY (id), KEY id (id), KEY wordparent (parent,word) ) TYPE=MyISAM; |
Sorted, thanks. :)
I only had bot missing though?? Anyway, works now. :) |
No it hasn't. Shouldn't bot be sending a value of 1, not 0?
|
No, the bot value should be 0. :)
If it's not working though, I really recommend re-installing the tables (actually, reinstalling Tombot 1.1 completely). You're using the db.sql that came with Tombot 1.0 (non working version). The db.sql that comes with Tombot 1.1 (first working release) is different. Nuclion: I give you the same advice for the same reason. |
Ok tnx, installing tables right now and the aiml files. Tombot 1.0 was working though but this hack is to handy to let it that way. ;)
Reporting back after install, stay tuned. |
All times are GMT. The time now is 12:45 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|