Sie betrachten eine alte Version der Seite. Zur neuesten Version gehen.
Version vom 11:07, 18. Aug. 2017 von Lsireta
Keine Kategorien vergeben
PHP Warnings (XAMPP)
-
- vor 7 Jahren zuletzt von Lsireta bearbeitet
-
-
- Keine Statusinformation
Version vom 18. August 2017, 11:07 Uhr von Lsireta (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „__TOC__ In the installation or sometimes in wiki, warnings can show up. To solve this follow the steps. ==Example of warning messages== ::: Datei…“)
Inhaltsverzeichnis
In the installation or sometimes in wiki, warnings can show up. To solve this follow the 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.