• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Php Error

Phantom22

The Chosen
Joined
Dec 20, 2009
Messages
334
Reaction score
2
STEP 4
Add samples to DB:
News ticker sample is already in database. New sample is not needed.
News 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 'redskulltime' in 'field list'' in C:\xampp\htdocs\install.php:412 Stack trace: #0 C:\xampp\htdocs\install.php(412): PDO->query('INSERT INTO pla...') #1 {main} thrown in C:\xampp\htdocs\install.php on line 412



thanks in advance
 
You're using an outdated AAC (probably Gesior AAC for TFS <=0.3.4 on TFS 0.3.5+)
Change redskulltime to skulltime, and redskull to skull in install.php and any other scripts.
 
Thank you

it worked and i was able to continue but now when i search a character name i get this


Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'time' in 'order clause'' in C:\xampp\htdocs\characters.php:76 Stack trace: #0 C:\xampp\htdocs\characters.php(76): PDO->query('SELECT * FROM p...') #1 C:\xampp\htdocs\index.php(98): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\characters.php on line 76




Thank you soo much again guys your great! and have a safe new year guys! and girls!
 
ok so now im running a 3.6 on my 3.6 the only problem im having is, my steps 8 9 are gone and only i can access the website, and this is bad news for my server cause the account manager stopped working and nobody can go to my site. im starting to get worried!
 
Back
Top