• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Error Website

batba15

New Member
Joined
Sep 15, 2009
Messages
1
Reaction score
0
Any Help Me?


Notice: Undefined index: action in C:\xampp\htdocs\index.php on line 12

Notice: Undefined index: account_login in C:\xampp\htdocs\index.php on line 34

Notice: Undefined index: password_login in C:\xampp\htdocs\index.php on line 35

Notice: Undefined variable: main_content in C:\xampp\htdocs\latestnews.php on line 36

Notice: Undefined variable: tickers_to_add in C:\xampp\htdocs\latestnews.php on line 88

Notice: Undefined variable: group_id_of_acc_logged in C:\xampp\htdocs\latestnews.php on line 90

Notice: Undefined variable: group_id_of_acc_logged in C:\xampp\htdocs\latestnews.php on line 96

Notice: Undefined variable: news_content in C:\xampp\htdocs\latestnews.php on line 117

Notice: Undefined variable: group_id_of_acc_logged in C:\xampp\htdocs\latestnews.php on line 118

Notice: Undefined variable: group_id_of_acc_logged in C:\xampp\htdocs\latestnews.php on line 197
 
Any Help Me?


Notice: Undefined index: action in C:\xampp\htdocs\index.php on line 12

Notice: Undefined index: account_login in C:\xampp\htdocs\index.php on line 34

Notice: Undefined index: password_login in C:\xampp\htdocs\index.php on line 35

Notice: Undefined variable: main_content in C:\xampp\htdocs\latestnews.php on line 36

Notice: Undefined variable: tickers_to_add in C:\xampp\htdocs\latestnews.php on line 88

Notice: Undefined variable: group_id_of_acc_logged in C:\xampp\htdocs\latestnews.php on line 90

Notice: Undefined variable: group_id_of_acc_logged in C:\xampp\htdocs\latestnews.php on line 96

Notice: Undefined variable: news_content in C:\xampp\htdocs\latestnews.php on line 117

Notice: Undefined variable: group_id_of_acc_logged in C:\xampp\htdocs\latestnews.php on line 118

Notice: Undefined variable: group_id_of_acc_logged in C:\xampp\htdocs\latestnews.php on line 197

Those are not errors, and you can turn them off in xampp/php/php.ini
look for error_reporting and set it to E_ALL & ~E_NOTICE ( make sure that you're editing the line that doesn't have ; at the beginning of the line).

another option (not recommended - if you're the developer) is to turn off errors by setting display_errors to off (also located in php.ini)
 
Back
Top