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

Blank page

LoLaye

Active Member
Joined
Dec 23, 2008
Messages
3,774
Solutions
1
Reaction score
44
Location
Sweden
Hello otlanders,

Im having a problem with my gesior aac, when i try to acces it i get a blank page
 
Find file called php.ini and look for line starting with DisplayErrors and set it to On, then go to page that get's bugged and copy errors here, ffs.
 
Okay, now when i search for a player i get this error

PHP:
Notice: Undefined index: sqliteDatabase in C:\UniServer\www\config-and-functions.php on line 23 Notice: Undefined index: useMD5Passwords in C:\UniServer\www\config-and-functions.php on line 25 Notice: Undefined index: passwordType in C:\UniServer\www\config-and-functions.php on line 25 Notice: Undefined index: passwordType in C:\UniServer\www\config-and-functions.php on line 27 Notice: Undefined index: action in C:\UniServer\www\index.php on line 13 Notice: Undefined index: account_login in C:\UniServer\www\index.php on line 35 Notice: Undefined index: password_login in C:\UniServer\www\index.php on line 36 Notice: Undefined variable: main_content in C:\UniServer\www\characters.php on line 13 Notice: Undefined variable: number_of_rows in C:\UniServer\www\characters.php on line 14 Notice: Undefined variable: number_of_rows in C:\UniServer\www\characters.php on line 14 Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\UniServer\www\pot\OTS_Player.php:276 Stack trace: #0 C:\UniServer\www\characters.php(23): OTS_Player->getOldName() #1 C:\UniServer\www\index.php(99): include('C:\UniServer\ww...') #2 {main} thrown in C:\UniServer\www\pot\OTS_Player.php on line 276

When i just went to my website i get 3 errors but i can see the website heres the errors

PHP:
Notice: Undefined index: sqliteDatabase in C:\UniServer\www\config-and-functions.php on line 23 Notice: Undefined index: useMD5Passwords in C:\UniServer\www\config-and-functions.php on line 25 Notice: Undefined index: passwordType in C:\UniServer\www\config-and-functions.php on line 25 Notice: Undefined index: passwordType in C:\UniServer\www\config-and-functions.php on line 27 Notice: Undefined variable: file_data in C:\UniServer\www\config-and-functions.php on line 372 Notice: Undefined index: action in C:\UniServer\www\index.php on line 13 Notice: Undefined index: account_login in C:\UniServer\www\index.php on line 35 Notice: Undefined index: password_login in C:\UniServer\www\index.php on line 36 Notice: Undefined index: name in C:\UniServer\www\characters.php on line 2 Notice: Undefined variable: main_content in C:\UniServer\www\characters.php on line 4

PHP:
Notice: Undefined variable: news_content in C:\UniServer\www\layouts\tibiacom\layout.php on line 465

PHP:
Notice: Undefined variable: p in C:\UniServer\www\layouts\tibiacom\layout.php on line 535 Notice: Undefined variable: group_id_of_acc_logged in C:\UniServer\www\layouts\tibiacom\layout.php on line 545
 
They're notices only, not errors. Find error_reporting and replace to error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED. Then go to pages that caused blank page and copy errors.
 
They're notices only, not errors. Find error_reporting and replace to error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED. Then go to pages that caused blank page and copy errors.

Heres the error/notice at characters

PHP:
Notice: Undefined index: sqliteDatabase in C:\UniServer\www\config-and-functions.php on line 23 Notice: Undefined index: useMD5Passwords in C:\UniServer\www\config-and-functions.php on line 25 Notice: Undefined index: passwordType in C:\UniServer\www\config-and-functions.php on line 25 Notice: Undefined index: passwordType in C:\UniServer\www\config-and-functions.php on line 27 Notice: Undefined index: action in C:\UniServer\www\index.php on line 13 Notice: Undefined index: account_login in C:\UniServer\www\index.php on line 35 Notice: Undefined index: password_login in C:\UniServer\www\index.php on line 36 Notice: Undefined variable: main_content in C:\UniServer\www\characters.php on line 13 Notice: Undefined variable: number_of_rows in C:\UniServer\www\characters.php on line 14 Notice: Undefined variable: number_of_rows in C:\UniServer\www\characters.php on line 14 Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\UniServer\www\pot\OTS_Player.php:276 Stack trace: #0 C:\UniServer\www\characters.php(23): OTS_Player->getOldName() #1 C:\UniServer\www\index.php(99): include('C:\UniServer\ww...') #2 {main} thrown in C:\UniServer\www\pot\OTS_Player.php on line 276

and heres account managment

PHP:
Notice: Undefined index: sqliteDatabase in C:\UniServer\www\config-and-functions.php on line 23 Notice: Undefined index: useMD5Passwords in C:\UniServer\www\config-and-functions.php on line 25 Notice: Undefined index: passwordType in C:\UniServer\www\config-and-functions.php on line 25 Notice: Undefined index: passwordType in C:\UniServer\www\config-and-functions.php on line 27 Notice: Undefined index: action in C:\UniServer\www\index.php on line 13 Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\UniServer\www\pot\OTS_Account.php:403 Stack trace: #0 C:\UniServer\www\accountmanagement.php(23): OTS_Account->getCreated() #1 C:\UniServer\www\index.php(135): include('C:\UniServer\ww...') #2 {main} thrown in C:\UniServer\www\pot\OTS_Account.php on line 403
 
Okay here is the real errors

When i login my account :

PHP:
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\UniServer\www\pot\OTS_Account.php:403 Stack trace: #0 C:\UniServer\www\accountmanagement.php(23): OTS_Account->getCreated() #1 C:\UniServer\www\index.php(135): include('C:\UniServer\ww...') #2 {main} thrown in C:\UniServer\www\pot\OTS_Account.php on line 403

When i search for a character

PHP:
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\UniServer\www\pot\OTS_Player.php:276 Stack trace: #0 C:\UniServer\www\characters.php(23): OTS_Player->getOldName() #1 C:\UniServer\www\index.php(99): include('C:\UniServer\ww...') #2 {main} thrown in C:\UniServer\www\pot\OTS_Player.php on line 276

EDIT:

Fixed, i dont really know the problem but i dropped all stuff in my database, then i imported my server and setup my website again, and everything worked fine, rep to everyone who tried to help..
 
Last edited:
Back
Top