Difference between revisions of "PHP Warnings (XAMPP)"

m (RichardHeigl moved page PHP Warnings (Howto) to PHP Warnings (XAMPP) without leaving a redirect)

During the installation or some PHP warnings can be displayed. To solve this problem just follow this these 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 the folder xampp.  In this folder xampp you will find a folder htdocs, in there find folder of with your BlueSpice installation folder. 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 Like on the this image bellow:

PHPwarnings3.jpg

Save:   Ctrl + S

This will hide The PHP warnings will be hidden now.


Attachments

Discussions