Page 1 of 1

SOAP API getContent() returning NULL

PostPosted:Fri Oct 26, 2012 10:40 pm
by bburim
Hi everyone.
I use the following code to fetch documents content:
$content = $OKMDocument->getContent(self::$_auth, $item->document->path, false);
In fact code is not important.
It works perfect but in one case it does not (null).
Document path is valid! I've checked in OpenKM, it exists.
Uuid too.
All other documents are returned OK.
PHP memory_limit is fine.
What can the reason be?
Please, share your suggestions.

Regards, Bogdan

Re: SOAP API getContent() returning NULL

PostPosted:Mon Oct 29, 2012 9:45 am
by bburim
Anyone alive here?

Re: SOAP API getContent() returning NULL

PostPosted:Mon Oct 29, 2012 6:15 pm
by pavila
Are you using OpenKM 6.2? Please post a pice of code to reproduce the issue.