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

websight log in problem

Werewolf

Forbidden Ascension
Joined
Jul 15, 2012
Messages
886
Reaction score
123
Alright my web sight works perfectly, i can make an account and all. However, when i Login to my account, the websight turns into a plank screen, and the websight will no longer work, until i go into phpmyadmin and deleat the account, then i can finaly see the websight again, Does anyone know whats going wrong?
 
You can't see error ,so you need edit your index.php
go to index.php and put inside
PHP:
ob_start("ob_gzhandler");
put
PHP:
ini_set( 'display_errors', 1 );
make reload your website in blank web and see now what erro have and now go to fixed
 
thank you, alright this is the error i got


Notice: Undefined index: sqliteDatabase in C:\Users\Gamer\Desktop\UniserverV2\UniServer\www\config-and-functions.php on line 30 Notice: Undefined variable: file_data in C:\Users\Gamer\Desktop\UniserverV2\UniServer\www\config-and-functions.php on line 456 Notice: Undefined index: action in C:\Users\Gamer\Desktop\UniserverV2\UniServer\www\index.php on line 14 Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\Users\Gamer\Desktop\UniserverV2\UniServer\www\pot\OTS_Account.php:388 Stack trace: #0 C:\Users\Gamer\Desktop\UniserverV2\UniServer\www\index.php(29): OTS_Account->getPageAccess() #1 {main} thrown in C:\Users\Gamer\Desktop\UniserverV2\UniServer\www\pot\OTS_Account.php on line 388
 
i sware to god speedy share does not work, wont let me make an account, and i dont see the download button

can you send pot.rar another way?
 
When i go to my websight, it works fine. but when i log into any account at all, the screen turns white and gives me this error

Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\Users\Gamer\Desktop\UniserverV2\UniServer\www\pot\OTS_Account.php:388 Stack trace: #0 C:\Users\Gamer\Desktop\UniserverV2\UniServer\www\index.php(28): OTS_Account->getPageAccess() #1 {main} thrown in C:\Users\Gamer\Desktop\UniserverV2\UniServer\www\pot\OTS_Account.php on line 388

How do i fix this?? does anyone know?
 
Last edited:
OTS_Account.php, replace
PHP:
throw new E_OTS_NotLoaded();
with
PHP:
return NULL;;
 
Back
Top