Mon 15 Apr 2013 01:43:02 PM UTC, original submission:
Several places in the code the $this-> reference is missing. This is relevant for:
Line 351:
return HttpError (("not connected"), E_USER_WARNING);
Line 373:
HttpError (sprintf (("%s: file is not readable"), $value),
Line 381 and line 394:
_HttpError (sprintf
Line 403:
return HttpError (("Error while puts POST operation"),
Line 412:
return HttpError (("Error while puts HTTP headers"),
Line 419:
return HttpError (("Error while ends HTTP headers"),
Line 413:
return HttpError (("error while sending body data"),
Line 450:
return HttpError (("cannot read file to upload"),
Line 455:
return HttpError (("error while sending body data"),
Line 556:
return _HttpError(
Line 574
self::_HttpError(
|