Difference between revisions of "PHP Warnings (XAMPP)"
RichardHeigl (talk | contribs) (Changed categories.) |
RichardHeigl (talk | contribs) |
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]
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:
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.
__TOC__ In the installation or sometimes in wiki, warnings can show up. To solve this follow theDuring the installation or some PHP warnings can be displayed. To solve this problem just follow this steps. ==Example of warning messages== ::: [[File:PHPwarnings1.jpg|500x266px]] ==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: ::: [[File:PHPwarnings2.jpg|500x270px]] Open '''LocalSettings''' and scroll down, on the end type: '''error_reporting(0);'''<br data-attributes="%20/" data-mce-fragment="1" />'''ini_set('display_errors', 0);''' like on the image bellow: ::: [[File:PHPwarnings3.jpg|500x270px]] Save: '''Ctrl + S''' This will hide PHP warnings. [[Category:Howto]]
Line 1: | Line 1: | ||
− | + | During the installation or some PHP warnings can be displayed. To solve this problem just follow this steps. | |
− | |||
− | |||
− | |||
− | |||
==Example of warning messages== | ==Example of warning messages== | ||
− | + | [[File:PHPwarnings1.jpg|500x266px]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 21: | Line 9: | ||
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 '''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: | ||
+ | [[File:PHPwarnings2.jpg|500x270px]] | ||
− | |||
− | |||
Open '''LocalSettings''' and scroll down, on the end type: | Open '''LocalSettings''' and scroll down, on the end type: | ||
Line 34: | Line 21: | ||
::: [[File:PHPwarnings3.jpg|500x270px]] | ::: [[File:PHPwarnings3.jpg|500x270px]] | ||
− | |||
Save: '''Ctrl + S''' | Save: '''Ctrl + S''' | ||