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

When I try to log in on my website..

thecycles

Member
Joined
Apr 7, 2010
Messages
620
Reaction score
5
This shows up:


Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\xampp\htdocs\pot\OTS_Account.php:368 Stack trace: #0 C:\xampp\htdocs\index.php(47): OTS_Account->getPageAccess() #1 {main} thrown in C:\xampp\htdocs\pot\OTS_Account.php on line 368:(


Somebody help?:blink:
 
Maybe you don't have column page_access in your database?

Execute this SQL query:
Code:
ALTER TABLE `accounts` ADD `page_access` INT( 11 ) NOT NULL DEFAULT '0';
 
Back
Top