No categories assigned

PHP Warnings (XAMPP)

Revision as of 09:47, 18 August 2017 by Lsireta (talk | contribs) (Created page with "__TOC__ In the installation or sometimes in wiki, warnings can show up. To solve this follow the steps.  ==Example of warning messages== ::: File:PHPwarnings1.jpg...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


In the installation or sometimes in wiki, warnings can show up. To solve this follow the steps. 

Example of warning messages

PHPwarnings1.jpg



How to hide warnings

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