Difference between revisions of "PHP Warnings (XAMPP)"
RichardHeigl (talk | contribs) m (RichardHeigl moved page PHP Warnings (Howto) to PHP Warnings (XAMPP) without leaving a redirect) |
RichardHeigl (talk | contribs) |
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]
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:
Open LocalSettings and scroll down, on the end type:
error_reporting(0);
ini_set('display_errors', 0);
like Like on the this image bellow:
Save: Ctrl + S
This will hide The PHP warnings will be hidden now.
During the installation or some PHP warnings can be displayed. To solve this problem just follow thisthese steps. ==Example of warning messages== [[File:PHPwarnings1.jpg|500x266px]] ==How to hide warnings== 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 your BlueSpice installation with your BlueSpice installation folder. 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 Like on thethis image bellow: ::: : [[File:PHPwarnings3.jpg|500x270px]] Save: '''Ctrl + S''' This will hide PHP warningsThe PHP warnings will be hidden now. [[Category:Howto]]
Line 1: | Line 1: | ||
− | During the installation or some PHP warnings can be displayed. To solve this problem just follow | + | During the installation or some PHP warnings can be displayed. To solve this problem just follow these steps. |
==Example of warning messages== | ==Example of warning messages== | ||
Line 7: | Line 7: | ||
==How to hide warnings== | ==How to hide warnings== | ||
− | Open '''your computer''', on '''System C''' go to folder '''xampp'''. In folder '''xampp''' you will find folder '''htdocs''' | + | Open '''your computer''', on '''System C,''' go to the folder '''xampp'''. In this folder '''xampp''' you will find a folder '''htdocs''' with your BlueSpice installation folder. In that folder you will find '''LocalSettings''' as image below shows: |
[[File:PHPwarnings2.jpg|500x270px]] | [[File:PHPwarnings2.jpg|500x270px]] | ||
Line 15: | Line 15: | ||
'''error_reporting(0);'''<br data-attributes="%20/" data-mce-fragment="1" />'''ini_set('display_errors', 0);''' | '''error_reporting(0);'''<br data-attributes="%20/" data-mce-fragment="1" />'''ini_set('display_errors', 0);''' | ||
+ | Like on this image: | ||
− | + | [[File:PHPwarnings3.jpg|500x270px]] | |
− | |||
− | |||
− | |||
Save: '''Ctrl + S''' | Save: '''Ctrl + S''' | ||
− | + | The PHP warnings will be hidden now. | |
− | |||
[[Category:Howto]] | [[Category:Howto]] |