• 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!

TFS 0.X PROBLEM WITH AAC STEP 5 CREATING ADMIN ACCOUNT

michaelsilvers7

New Member
Joined
Aug 8, 2011
Messages
38
Reaction score
1
Location
America: Tennessee
I'm trying to make a webpage using @Znote s geisor and everything is fine on step 1-4 on instalation at 127.0.0.1 (my root ip), but when i get to step 5 to create an admin account i get this error.

Fatal error
: Uncaught Error: Call to a member function fetch() on boolean in C:\xampp\htdocs\classes\account.php:33 Stack trace: #0 C:\xampp\htdocs\classes\account.php(21): Account->load(1, 'name') #1 C:\xampp\htdocs\install.php(517): Account->__construct(1, 'name') #2 {main} thrown in C:\xampp\htdocs\classes\account.php on line 33



This is my line in xampp/htdocs/classes/account.php on line 33

$this->data = $this->getDatabaseHandler()->query('SELECT ' . implode(', ', $fieldsArray) . ' FROM ' . $this->getDatabaseHandler()->tableName(self::$table) . ' WHERE ' . $search_string)->fetch();

Please help I've tried installing other people's htdocs with the same issue. And I've even tried reinstalling xampp. PLEASE REPLY, REP++
 

PASSO 4​

Adicione amostras ao banco de dados:

Erro fatal : exceção não detectada 'PDOException' com a mensagem 'SQLSTATE [42S02]: Tabela base ou visualização não encontrada: 1146 Tabela' database.z_news_tickers 'não existe' em D: \ Games \ xampp \ htdocs \ install.php: 517 Rastreamento de pilha: # 0 D: \ Games \ xampp \ htdocs \ install.php (517): PDO-> query ('SELECT * FROM z ...') # 1 {main} lançado em D: \ Games \ xampp \ htdocs \ install.php na linha 517

como resolvo este erro ??
 
Back
Top