1
Im trying to run the teamspeak module and it installs fine and i have put my details in the config files.
When i try and access it i get this error.
MySQL Error in [ delete from xoops_ts2_weblist where (server_timestamp + ) < '1119317656' ]: 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 ') < '1119317656'' at line 1
Please contact a the site admin immediately.
Anyone shed any light on this?
This is what was in the config files.
// Begin User Config
$dblink = "localhost"; // Host
$dbuser = "tswn"; // Username
$dbpw = "tswn@TOK6000_mysql_svr"; // Password
$dbname = "xoops_tswn_2k4"; // Database
$dbprefix = "xoops_ts2_"; // Prefix for tables
// End User Config
/*
I just added my details like i did for the other stuff as normal.
If you can explain it in an easy to understand way that would be great cheers.
Do i just need to make a new table?
Any info would be great.*/