I installed a totaly fresh copy of BeBot and set it up from scratch, i used the wiki as guide so i beleive i did it all correct.
I started the bot in debug mode and i'm getting alot of syntax error, i will post the screen output below.
I apologize if i'm "spaming" but i tried to upload a screenshot but file was too big.
_/_/_/ _/_/_/ _/_/_/ _/_/ _/_/
An Anarchy Online Chat Automaton
v.0.4.2 - PHP 5.2.3
===================================================
Connected to MySQL
MySQL error (# 0) on query: CREATE TABLE IF NOT EXISTS ?_security_groups
(gid INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
name VARCHAR(35) UNIQUE,
description VARCHAR(80),
access_level TINYINT UNSIGNED NOT NULL DEFAULT 0)
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 '?_security_groups
(gid INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY ' at line 1
MySQL error (# 1) on query: INSERT IGNORE INTO ?_security_groups (name, descript
ion, access_level) VALUES ('superadmin', 'Super Administrators', 255),('admin',
'Administrators', 192),('leader', 'Raid Leaders', 128)
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 '?_security_groups (name,
description, access_level) VALUES ('superadmin', 'Super' at line 1
MySQL error (# 2) on query: CREATE TABLE IF NOT EXISTS ?_security_members
(id INT UNIQUE NOT NULL AUTO_INCREMENT,
name VARCHAR(50),
gid INT,
PRIMARY KEY (name, gid),
KEY (id)
)
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 '?_security_members
(id INT UNIQUE NOT NULL AUTO_INCREMENT,
' at line 1
MySQL error (# 3) on query: CREATE TABLE IF NOT EXISTS ?_security_org
(org_gov VARCHAR(255) NOT NULL,
org_rank VARCHAR(255) NOT NULL,
org_rank_id TINYINT UNSIGNED NOT NULL,
access_level TINYINT UNSIGNED NOT NULL DEFAULT 2,
PRIMARY KEY (org_gov, org_rank, org_rank_id))
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 '?_security_org
(org_gov VARCHAR(255) NOT NULL,
org_rank ' at line 1
MySQL error (# 4) on query: INSERT IGNORE INTO ?_security_org (org_gov, org_rank
, org_rank_id) VALUES ('Department', 'President', 0), ('Department', 'General',
1), ('Department', 'Squad Commander', 2), ('Department', 'Unit Commander', 3), (
'Department', 'Unit Leader', 4), ('Department', 'Unit Member', 5), ('Department'
, 'Applicant', 6), ('Faction', 'Director', 0), ('Faction', 'Board Member', 1), (
'Faction', 'Executive', 2), ('Faction', 'Member', 3), ('Faction', 'Applicant', 4
), ('Republic', 'President', 0), ('Republic', 'Advisor', 1), ('Republic', 'Veter
an', 2), ('Republic', 'Member', 3), ('Republic', 'Applicant', 4), ('Monarchy', '
Monarch', 0), ('Monarchy', 'Consil', 1), ('Monarchy', 'Follower', 2), ('Feudalis
m', 'Lord', 0), ('Feudalism', 'Knight', 1), ('Feudalism', 'Vassal', 2), ('Feudal
ism', 'Peasant', 3), ('Anarchism', 'Anarchist', 1)
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 '?_security_org (org_gov,
org_rank, org_rank_id) VALUES ('Department', 'President' at line 1
lubtehcookie [2007-10-15 05:03:42] [CORE] [LOAD] Security.php
MySQL error (# 5) on query: CREATE TABLE IF NOT EXISTS ?_settings
(module varchar(255) NOT NULL,
setting varchar(255) NOT NULL,
value varchar(255) NOT NULL,
datatype varchar(255) DEFAULT NULL,
longdesc varchar(255) DEFAULT NULL,
defaultoptions varchar(255) DEFAULT NULL,
hidden BOOLEAN DEFAULT 0,
disporder INT UNSIGNED NOT NULL DEFAULT 1,
PRIMARY KEY (module, setting))
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 '?_settings
(module varchar(255) NOT NULL,
setting v' at line 1
MySQL error (# 6) on query: SELECT value FROM ?_settings WHERE module = 'Setting
s' AND setting = 'SchemaVersion'
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 '?_settings WHERE module =
'Settings' AND setting = 'SchemaVersion'' at line 1
MySQL error (# 7) on query: SELECT value FROM ?_settings WHERE module = 'Setting
s' AND setting = 'Schemaversion'
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 '?_settings WHERE module =
'Settings' AND setting = 'Schemaversion'' at line 1
lubtehcookie [2007-10-15 05:03:42] [SETTINGS] [ERROR] Could not determ
ine version of the settings table. Quitting.
The bot has been shutdown
D:\BeBot-v0.4.2>pause
Press any key to continue . . .
I tried to change the command prefix to a "?", i'm not sure if that's part of the problem but i have changed it back to default again.