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

How to disable newest XAMPP notices?

arturhaddad

Member
Joined
Aug 14, 2010
Messages
217
Reaction score
8
I downloaded the newest xampp but now...
it sucks to have that messages in the welcome page, need to know how to disable that notices:

PHP:
Notice: Undefined index: sqliteDatabase in C:\xampp\htdocs\config-and-functions.php on line 23

Notice: Undefined index: useMD5Passwords in C:\xampp\htdocs\config-and-functions.php on line 25

Notice: Undefined variable: file_data in C:\xampp\htdocs\config-and-functions.php on line 372

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

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

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

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

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

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

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

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

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

Notice: Undefined variable: server in C:\xampp\htdocs\latestnews.php on line 157

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

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

SOLUTION:

Open XAMPP/PHP/PHP.ini file.

In this file search for the phrase “ error_reporting = E_ALL” ,[without inverted commas]

Here replace this with “error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING “


cykotitan pwnedme
 
Last edited:
Back
Top