Ersetze mal:
PHP-Code:
header('Content-Type: image/png');
durch
dann ruf nochmal aufPHP-Code:
# header('Content-Type: image/png');
Lösche vorher bitte noch die Grafik aus dem images Ordner damit der Cache nicht aktiv ist.
Ersetze mal:
PHP-Code:
header('Content-Type: image/png');
durch
dann ruf nochmal aufPHP-Code:
# header('Content-Type: image/png');
Lösche vorher bitte noch die Grafik aus dem images Ordner damit der Cache nicht aktiv ist.
Diskutiere nie mit Idioten - sie holen Dich auf ihr Niveau und schlagen Dich dort mit Erfahrung!
ich meinte die letzendlich generierte die, die "nicht angezeigt werden kann".
UNd nach dem ich es geändert habe mit dem # kommt jetzt diese fehler meldung .
Warning: imagecreatefrompng(images/picker/1.png) [function.imagecreatefrompng]: failed to open stream: No such file or directory in C:\localhostxampp\htdocs\vms1\stats.php on line 17
Warning: imagecolorallocate(): supplied argument is not a valid Image resource in C:\localhostxampp\htdocs\vms1\stats.php on line 18
Warning: imagettftext() expects parameter 1 to be resource, boolean given in C:\localhostxampp\htdocs\vms1\stats.php on line 19
Warning: imagettftext() expects parameter 1 to be resource, boolean given in C:\localhostxampp\htdocs\vms1\stats.php on line 20
Warning: imagettftext() expects parameter 1 to be resource, boolean given in C:\localhostxampp\htdocs\vms1\stats.php on line 22
Warning: imagepng(): supplied argument is not a valid Image resource in C:\localhostxampp\htdocs\vms1\stats.php on line 23
Warning: imagepng(): supplied argument is not a valid Image resource in C:\localhostxampp\htdocs\vms1\stats.php on line 24
Warning: imagedestroy(): supplied argument is not a valid Image resource in C:\localhostxampp\htdocs\vms1\stats.php on line 25
du sagst es =) was macht man wenn eine Datei nicht eistiert oder der Pfad falsch istWarning: imagecreatefrompng(images/picker/1.png) [function.imagecreatefrompng]: failed to open stream: No such file or directory in C:\localhostxampp\htdocs\vms1\stats.php on line 17
dann schau dir die Grafik mal als Quelltext an, und zwar die die generiert wird.
-> PHP Code wird ausgeführt
-> generiert Header | würde ich
-> generiert Bild | austauschen
-> Browser denkt: oh toll ein Bild
-> Browser bekommt aber nur PHP-Errors, kann diese nicht als gültiges Bild erkennen
IcH habe nun die seite abgespeichert unter datei -> seite speichern unter und die datei habe ich umbenant in .txt und dann kam sowas raus :
Danke dan ZTK der mir dabei geholfen hatHTML-Code:<br /> <b>Warning</b>: imagettftext() [<a href='function.imagettftext'>function.imagettftext</a>]: Invalid font filename in <b>C:\localhostxampp\htdocs\vms1\stats.php</b> on line <b>19</b><br /> <br /> <b>Warning</b>: imagettftext() [<a href='function.imagettftext'>function.imagettftext</a>]: Invalid font filename in <b>C:\localhostxampp\htdocs\vms1\stats.php</b> on line <b>20</b><br /> <br /> <b>Warning</b>: imagettftext() [<a href='function.imagettftext'>function.imagettftext</a>]: Invalid font filename in <b>C:\localhostxampp\htdocs\vms1\stats.php</b> on line <b>22</b><br />
Wie kommt diese fehler meldung zurstanden ?