Hey there, this is my first time back to OT's (last one that I used properly was 8.1, messed with 8.4 and the AAC to match)
I'm trying to set this one up.
When I'm at step 4:"Add samples to DB"
I get this
Code:
STEP 4
Add samples to DB:
News ticker sample is already in database. New sample is not needed.
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'world_id' in 'field list'' in C:\xampplite\htdocs\RRoT\install.php:515 Stack trace: #0 C:\xampplite\htdocs\RRoT\install.php(515): PDO->query('INSERT INTO `pl...') #1 {main} thrown in C:\xampplite\htdocs\RRoT\install.php on line 515
And if I try to goto the next step, I then get.
Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'name' in 'field list'' in C:\xampplite\htdocs\RRoT\pot\OTS_Account.php:237 Stack trace: #0 C:\xampplite\htdocs\RRoT\pot\OTS_Account.php(237): PDO->query('SELECT `id`, `n...') #1 C:\xampplite\htdocs\RRoT\install.php(572): OTS_Account->load(1) #2 {main} thrown in C:\xampplite\htdocs\RRoT\pot\OTS_Account.php on line 237
Any help please?