Thread Fehlersuche falscher Image-Name (14 answers)
Opened by bianca at 2010-02-03 12:05

Gast wer
 2010-02-03 22:13
#131776 #131776
Wann immer du ein Bild irgendwo ausgibst Pack sowas davor:
Code (perl): (dl )
1
2
3
4
if( defined($config->{logfile}) && !-f $bild_pfad && open(my $log, '>>', $config->{logfile})){
  print $log __LINE__+3," No image ($bildpfad)\n";
  close($log);
}

Das lässt sich dann auch ein und auschalten.

View full thread Fehlersuche falscher Image-Name