yappa-ng Extended Setup Information
Select here if you want your PHP Hypertext Preprocessor to send:
| ERRORS | "fatal run-time errors". The execution of the script is halted. These Errors will not get surpressed - you will always see them. |
| WARNINGS | "run-time warnings" (non-fatal errors). Execution of the script is not halted. yappa-ng is programmed to have no Warnings in normal runs. Every Warning should be examined! It is recommended to leave the display of the warnings on to get a hint if something is amiss! |
| NOTICES | "run-time notices". Execution of the script is not halted. Notices mean that the script encountered something that could indicate an error, but could also happen in the normal course of running a script. There may be situations where notices would be displayed. I would recommend to supress the display of notices. |
If ANY Error, Warning or Notice gets sent to the browser you will get one (or more) additional Warnings displayed. For example this Warning might look like this one:
This Warning has the meaning, that another Error/Warningmessage has been displayed on your screen (generated at the Error in the file album.class.php on line 477) and that the server cannot send the cookie it wants to send in the file themes_support.inc.php on line 73. This "Cannot add header information" line will go away if you resolve all other Errors/Warnings/Notices which are displayed above this line!
--> Recommended setting for yappa-ng is "Errors & Warnings"
Part of yappa-ng Documentation by Fritz 'wizard' Berger: >> yappa-ng Homepage <<