Ja habe ich gemacht und jetzt kommt dafür:++ Datei öffnen: /includes/constants.php ++
++ FINDE ++
Zitat:
// Debug Level //define('DEBUG', 1); // Debugging on define('DEBUG', 0); // Debugging off
++ MIT FOLGENDEM ERSETZEN ++
Zitat:
// Debug Level define('DEBUG', 1); // Debugging on //define('DEBUG', 0); // Debugging off
Dadurch wird der sogenannte Debug Modus aktiviert, welcher eventuell bei Fehlermeldungen eine genauere Angabe zu Fehler und Fehlerquelle angibt, womit wir Euch dann unter Umständen besser/schneller helfen können.
Code: Alles auswählen
Warning: Cannot modify header information - headers already sent by (output started at /home/angelper/public_html/forum/includes/constants.php:184) in /home/angelper/public_html/forum/includes/sessions.php on line 182
Warning: Cannot modify header information - headers already sent by (output started at /home/angelper/public_html/forum/includes/constants.php:184) in /home/angelper/public_html/forum/includes/sessions.php on line 183
Warning: Cannot modify header information - headers already sent by (output started at /home/angelper/public_html/forum/includes/constants.php:184) in /home/angelper/public_html/forum/includes/page_header.php on line 467
Warning: Cannot modify header information - headers already sent by (output started at /home/angelper/public_html/forum/includes/constants.php:184) in /home/angelper/public_html/forum/includes/page_header.php on line 469
Warning: Cannot modify header information - headers already sent by (output started at /home/angelper/public_html/forum/includes/constants.php:184) in /home/angelper/public_html/forum/includes/page_header.php on line 470