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

Another Error... Help??

Naxtie

mapper, designer
Joined
Oct 15, 2011
Messages
1,565
Solutions
1
Reaction score
250
Location
Sweden
This pops up when im logging in..
Would appreciate some help, thanks!

Code:
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\xampp\htdocs\pot\OTS_Account.php:368 Stack trace: #0 C:\xampp\htdocs\index.php(32): OTS_Account->getPageAccess() #1 {main} thrown in C:\xampp\htdocs\pot\OTS_Account.php on line 368
 
Maybe you don't have column page_access in your database?

try adding this
SQL:
ALTER TABLE `accounts` ADD `page_access` INT( 11 ) NOT NULL DEFAULT '0';

next time try searching instead of making a lot of threads, or update 1 thread :)
 
Back
Top