super Grafik, tolles Gameplay … einfach Genial!
Habe heute den Funkblitzauslöser CTR-301P auf meiner a450 getestet, funktioniert natürlich nicht.
Update: Die Anschlüsse des iISO Blitzschuhs waren verkehrt herum verbunden. Umgelötet->funktioniert.
Verbindung mit der Quell-IP ’192.168.0.10′
$s_context = stream_context_create(array('socket' => array('bindto' => '192.168.0.10:0')));
$fp = stream_socket_client("tcp://www.google.com:80", $errno, $errstr, 30, STREAM_CLIENT_CONNECT, $s_context);
$fp kann jetzt wie ein resource handle von fsockopen() verwendet werden.
IMAP-Client zeigt folgenden Fehler:
Filesystem notification initialization error -- contact your mail administrator (check for configuration errors with the FAM/Gamin library)
Lösung:
apt-get install libgamin
Fehlermeldung im suphp log:
SecurityException in Application.cpp:511: Unknown Interpreter: php
Premature end of script headers: index.php
Das Problem sind fehlende Anführungszeichen in /etc/suphp/suphp.conf:
;Handler for php-scripts
x-httpd-php="php:/usr/bin/php5-cgi"
;Handler for CGI-scripts
x-suphp-cgi="execute:!self"