Hallo Peter,
ohne Error.log kann ich Dir nicht wirklich helfen sondern nur Vermutungen anstellen.
Ich gehe mal davon aus, dass sich in Deinem BenzinPlugin.php irgendwelche Zeichen vor dem <?php eingeschlichen haben.
Gruß, Michael...
Hallo Michael,
also Auszug aus der Error.log mit Benzin-Plugin was noch läuft:
[Tue Jan 20 14:44:43 2015] [notice] Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.4 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Tue Jan 20 14:44:43 2015] [notice] Server built: Oct 18 2010 01:58:12
[Tue Jan 20 14:44:43 2015] [notice] Parent: Created child process 19440
[Tue Jan 20 14:44:45 2015] [notice] Digest: generating secret for digest authentication ...
[Tue Jan 20 14:44:45 2015] [notice] Digest: done
[Tue Jan 20 14:44:47 2015] [notice] Child 19440: Child process is running
[Tue Jan 20 14:44:47 2015] [notice] Child 19440: Acquired the start mutex.
[Tue Jan 20 14:44:47 2015] [notice] Child 19440: Starting 150 worker threads.
[Tue Jan 20 14:44:47 2015] [notice] Child 19440: Starting thread to listen on port 443.
[Tue Jan 20 14:44:47 2015] [notice] Child 19440: Starting thread to listen on port 80.
Auszug aus der Error.log mit deinem Code(Plugin heißt bei mir halt BenzinMTSDATPlugin):
[Tue Jan 20 14:42:18 2015] [error] [client 127.0.0.1] PHP Notice: Undefined index: action in C:\\xampp\\htdocs\\infoframe\\index.php on line 83
[Tue Jan 20 14:42:18 2015] [error] [client 127.0.0.1] PHP Notice: Undefined index: CallsPlugin in C:\\xampp\\htdocs\\infoframe\\index.php on line 143
[Tue Jan 20 14:42:18 2015] [error] [client 127.0.0.1] PHP Notice: Undefined index: Diesel in C:\\xampp\\htdocs\\infoframe\\plugins\\BenzinMTSDatPlugin.php on line 154
[Tue Jan 20 14:42:18 2015] [error] [client 127.0.0.1] PHP Notice: Undefined offset: 2 in C:\\xampp\\htdocs\\infoframe\\library\\imagettftextboxopt.php on line 126
[Tue Jan 20 14:42:18 2015] [error] [client 127.0.0.1] PHP Notice: Undefined offset: 2 in C:\\xampp\\htdocs\\infoframe\\library\\imagettftextboxopt.php on line 126
[Tue Jan 20 14:42:18 2015] [error] [client 127.0.0.1] PHP Notice: Undefined variable: counter in C:\\xampp\\htdocs\\infoframe\\plugins\\BenzinMTSDatPlugin.php on line 163
[Tue Jan 20 14:42:18 2015] [error] [client 127.0.0.1] PHP Notice: Undefined offset: 14 in C:\\xampp\\htdocs\\infoframe\\library\\imagettftextboxopt.php on line 126
[Tue Jan 20 14:42:18 2015] [error] [client 127.0.0.1] PHP Notice: Undefined offset: 14 in C:\\xampp\\htdocs\\infoframe\\library\\imagettftextboxopt.php on line 126
[Tue Jan 20 14:42:18 2015] [error] [client 127.0.0.1] PHP Notice: Undefined offset: 14 in C:\\xampp\\htdocs\\infoframe\\library\\imagettftextboxopt.php on line 126
[Tue Jan 20 14:42:18 2015] [error] [client 127.0.0.1] PHP Notice: Undefined offset: 14 in C:\\xampp\\htdocs\\infoframe\\library\\imagettftextboxopt.php on line 126
[Tue Jan 20 14:42:18 2015] [error] [client 127.0.0.1] PHP Notice: Undefined offset: 14 in C:\\xampp\\htdocs\\infoframe\\library\\imagettftextboxopt.php on line 126
[Tue Jan 20 14:42:18 2015] [error] [client 127.0.0.1] PHP Notice: Undefined offset: 14 in C:\\xampp\\htdocs\\infoframe\\library\\imagettftextboxopt.php on line 126
[Tue Jan 20 14:42:18 2015] [error] [client 127.0.0.1] PHP Notice: Undefined offset: 14 in C:\\xampp\\htdocs\\infoframe\\library\\imagettftextboxopt.php on line 126
[Tue Jan 20 14:42:18 2015] [error] [client 127.0.0.1] PHP Notice: Undefined offset: 14 in C:\\xampp\\htdocs\\infoframe\\library\\imagettftextboxopt.php on line 126
[Tue Jan 20 14:42:18 2015] [error] [client 127.0.0.1] PHP Notice: Undefined offset: 16 in C:\\xampp\\htdocs\\infoframe\\library\\imagettftextboxopt.php on line 126
[Tue Jan 20 14:42:18 2015] [error] [client 127.0.0.1] PHP Notice: Undefined offset: 16 in C:\\xampp\\htdocs\\infoframe\\library\\imagettftextboxopt.php on line 126
[Tue Jan 20 14:42:18 2015] [error] [client 127.0.0.1] PHP Notice: Undefined offset: 17 in C:\\xampp\\htdocs\\infoframe\\library\\imagettftextboxopt.php on line 126
[Tue Jan 20 14:42:18 2015] [error] [client 127.0.0.1] PHP Notice: Undefined offset: 17 in C:\\xampp\\htdocs\\infoframe\\library\\imagettftextboxopt.php on line 126
[Tue Jan 20 14:42:18 2015] [error] [client 127.0.0.1] PHP Notice: Undefined index: CallsPlugin in C:\\xampp\\htdocs\\infoframe\\index.php on line 153
Kopfschüttel, was mach ich falsch?
Gruß
Peter
PS: hab grad gesehen, das jetzt das richtige Datum in der Datenbank eingetragen wird. Es wird halt kein "Bild" ausgegeben.