Channel Apps

navigation

β˜…Blog β˜…Anleitungen/Tutorials β˜…Lese-Log
πŸ“ Artikel pro Kategorie: Android: (1) Datenbank: (6) Fediverse: (1) GrapheneOS: (1) Hubzilla: (14) Linux: (4) Nextcloud: (1) Terminal: (4) Tutorials: (13)

πŸ“š BΓΌcher pro Kategorie: Belletristik: (1) Holocaust: (2) Lese-Log: (8) Psychothriller: (2) Thriller: (3)
lima-city: Webhosting, Domains und Cloud

Wenn irgendwas hakt, kann man das Error Logging einschalten und die Ausgabe in die Datei "php.out" ausgeben. Die "php.out" muss beschreibbar sein. Dazu ΓΆffnet man die Datei ".htconfig.php". Zu finden im Hauptverzeichnis der Hubzilla-Installation und findet folgenden Code-Teil am Ende der Datei. Einfach bei den vier letzten Zeilen jeweils die zwei // entfernen.

// PHP error logging setup
// Before doing this ensure that the webserver has permission
// to create and write to php.out in the top level web directory,
// or change the name (below) to a file/path where this is allowed.

// Uncomment the following 4 lines to turn on PHP error logging.
error_reporting(E_ALL & ~E_WARNING & ~E_PARSE & ~E_NOTICE & ~E_DEPRECATED);
ini_set('error_log','php.out');
ini_set('log_errors','1');
ini_set('display_errors', '0');

#Hubzilla #Tutorials #PHP
πŸ•·οΈ 0 Aufrufe