Difference between revisions of "PHP Warnings (XAMPP)"

(Changed categories.)

In During the installation or sometimes in wiki, some PHP warnings can show upbe displayed. To solve this problem just follow the this steps. 

Example of warning messages[edit | edit source]

PHPwarnings1.jpg


How to hide warnings[edit | edit source]

Open your computer, on System C go to folder xampp.  In folder xampp you will find folder htdocs, in there find folder of your BlueSpice installation. In that folder you will find LocalSettings as image below shows:

PHPwarnings2.jpg

Open LocalSettings and scroll down, on the end type: 

error_reporting(0);
ini_set('display_errors', 0);


like on the image bellow:


PHPwarnings3.jpg

Save:   Ctrl + S


This will hide PHP warnings.


Attachments

Discussions