dedlfix: POST an OData Service mit PHP Klasse

Beitrag lesen

Tach!

Leider kommt bei Ausführung von $proxy->SaveChanges(); immer ein Fehler:
<b>Strict Standards</b>:  Non-static method Utility::WriteLine() should not be called statically, assuming $this from incompatible context in <b>C:\Program Files (x86)\Zend\ZendServer\data\apps\http\swro-ws-develop.local\80\lib\odataphp\Context\SaveResult.php</b> on line <b>186</b><br />

Das ist kein Fehler an sich, das ist nur ein Hinweis, dass das keine saubere Programmierung ist. Kannst du im allgemeinen ignorieren, wenn es ansonsten läuft. Stell das error_reporting nicht ganz so strikt ein, also E_ALL ohne E_STRICT.

dedlfix.