Blue Identity
Member
Hi there,
I'm trying to get my Gesior ACC working but whatever the version of ACC is I always get the same error :/
USING TFS 0.4!
USING GESIOR http://otland.net/f118/gesior-aac-xart-edition-forgotten-server-0-4-a-115239/
STEP 2 ( set path ) Done, no errors
STEP 3 ( set DB ) Done, no errors
STEP 4 ( add samples to DB )
@ LINE 499 in install.php =
What to do? cause I'm out of ideas...
Rep++
I'm trying to get my Gesior ACC working but whatever the version of ACC is I always get the same error :/
USING TFS 0.4!
USING GESIOR http://otland.net/f118/gesior-aac-xart-edition-forgotten-server-0-4-a-115239/
STEP 2 ( set path ) Done, no errors
STEP 3 ( set DB ) Done, no errors
STEP 4 ( add samples to DB )
Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tibiaot.z_news_tickers' doesn't exist' in C:\xampp\htdocs\install.php:499 Stack trace: #0 C:\xampp\htdocs\install.php(499): PDO->query('SELECT * FROM z...') #1 {main} thrown in C:\xampp\htdocs\install.php on line 499
@ LINE 499 in install.php =
Code:
$check_news_ticker = $SQL->query('SELECT * FROM z_news_tickers WHERE image_id = 1 AND author = 1 AND hide_ticker = 0 LIMIT 1 OFFSET 0')->fetch();
What to do? cause I'm out of ideas...
Rep++