How to install PHP to display warnings and errors, and not to display notifications?
Put this in your php.inifile:
php.ini
error_reporting = E_ERROR | E_WARNING display_errors = 1
EDIT . As @Felix said, you should probably show these notifications. They are there for some reason.
Source: https://habr.com/ru/post/1795612/More articles:ksoap2 error sending complex object - javaWhat Java XML Parser is for easy processing? - javaProblem transferring data from Javascript to Flex - javascriptFast SQL query for months - sqlHow to include php source line number in user error message? - htmlForm.Owner is installed from a separate thread in .NET 3.5 - multithreadingQuestion from the interview: Are you familiar with Linux? - linuxHow to get the root of a tree without parsing the whole file? - pythonC # Linq question GROUP BY? - c #Cocoa - Custom NSView in NSMenuItem will not draw - cocoaAll Articles