You are viewing an old version of this page. Return to the latest version.
PHP Warnings (XAMPP)
-
- Last edited 7 years ago by Richard Heigl
-
-
- No status information
Revision as of 11:02, 18 August 2017 by RichardHeigl (talk | contribs) (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 steps.
Example of warning messages
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:
Open LocalSettings and scroll down, on the end type:
error_reporting(0);
ini_set('display_errors', 0);
like on the image bellow:
Save: Ctrl + S
This will hide PHP warnings.