debug kapcsoló #4

Closed
opened 2022-10-31 20:39:37 +01:00 by epagris · 0 comments
Owner

globals.php elejére talán,

define('DEBUG', true);
if (DEBUG === true) {
    ini_set('display_errors', 1);
    ini_set('display_startup_errors', 1);
    error_reporting(E_ALL);
}
globals.php elejére talán, ``` define('DEBUG', true); if (DEBUG === true) { ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); } ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Photowall/Photowall_WebApp#4
No description provided.