Fehlermeldungen header (Version 3.1.10) und upd 3.2.0
Verfasst: 12.01.2017 09:45
Hallo, wie ich jetzt gerade feststellen musste, habe ich in meinem Forum Fehlermeldungen oberhalb von header stehen. Diese stehen dort allerdings nur, wenn das Portal (also die Startseite) aufgerufen wird. Dabei ist es völlig wumpe, ob ich als User angemeldet bin oder nicht. Ist mir vorher nie aufgefallen und ich habe zuletzt eigentlich rein gar nichts geändert. Ich erkenne immerhin, dass es mit dem Exifviewer von canonknipser zu tun hat und mit Zeile 116 ...................
$timestamp = mktime($timestamp_hour, $timestamp_minute, $timestamp_second, $timestamp_month, $timestamp_day, $timestamp_year);
Als blutiger Laie würde ich mal vermuten dass das Datum/Zeitformat ein Problem macht und dass die Headerinfos in Zeile 5336 und 3925 der functions.php konkurrieren.
Erbitte Hilfe. Lieben Dank im Voraus.
http://www.digitalebu.de
loewenpille
$timestamp = mktime($timestamp_hour, $timestamp_minute, $timestamp_second, $timestamp_month, $timestamp_day, $timestamp_year);
Code: Alles auswählen
[phpBB Debug] PHP Warning: in file [ROOT]/ext/canonknipser/viewexif/event/main_listener.php on line 116: mktime() expects parameter 4 to be long, string given
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5336: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5336: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5336: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
Als blutiger Laie würde ich mal vermuten dass das Datum/Zeitformat ein Problem macht und dass die Headerinfos in Zeile 5336 und 3925 der functions.php konkurrieren.
Erbitte Hilfe. Lieben Dank im Voraus.
http://www.digitalebu.de
loewenpille