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

Old wlj! asking AGIEN

Aaztrox

C++,Lua,Scripts
Joined
Jun 3, 2009
Messages
34
Reaction score
0
Location
Sweden
PHP:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'name' in 'field list'' in C:\xampp\htdocs\pot\OTS_Account.php:229 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Account.php(229): PDO->query('SELECT `id`, `n...') #1 C:\xampp\htdocs\install.php(459): OTS_Account->load(1) #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Account.php on line 229

what is wrong i askt u one time before !

If it is something in localhost how i add ;s :wub::wub:

<3
 
Last edited by a moderator:
Use phpmyadmin

http://localhost/phpmyadmin/
or http://127.0.0.1/phpmyadmin/

Log on the root (admin db), chosse on the left the accounts table, in structures add 1 field named "name", type TEXT or VARCHAR (50 characters could be ok).
did fix

PHP:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'name' in 'field list'' in C:\xampp\htdocs\pot\OTS_Account.php:229 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Account.php(229): PDO->query('SELECT `id`, `n...') #1 C:\xampp\htdocs\install.php(459): OTS_Account->load(1) #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Account.php on line 229

what is wrong i askt u one time before !

If it is something in localhost how i add ;s :wub::wub:

<3

FIXED!
 
Back
Top