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

Fatal error: Call to a member function fetch() on a non-object in C:\xampp\htdocs\pot

Sammol

New Member
Joined
Aug 31, 2009
Messages
30
Reaction score
0
As the title says , when i go to my website this pops up? Fatal error: Call to a member function fetch() on a non-object in C:\xampp\htdocs\pot\OTS_Account.php on line 371
 
post the line ?
if you are gesior try to insert
Code:
ALTER TABLE `ACCOUNTS` ADD `premdays` INT NOT NULL DEFAULT 0;
 
Try Changed your folder pot in C:\xampp\htdocs for this folder POT:
pot.rar - Speedy Share - upload your files here

2, DUDE IN SQL..
--------------------
You use MySQL?
for Execute Querys Only need go to website:
yourip/phpmyadmin
example in localhost
localhost:/phpmyadmin <- or where are folder phpmyadmin..
enter in SQL write query
SQL:
ALTER TABLE `ACCOUNTS` ADD `premdays` INT NOT NULL DEFAULT 0;

Enter or Ok and Query added
 
Back
Top