Closed GoogleCodeExporter closed 9 years ago
It seems that your http-server configuration does not allow to create a
temporary file.
This is required by command-line WBXML decoder.
Maybe your "tmp" directory is not writable or there is some permissions
misconfiguration.
At line 163 in WbxmlHelper.php you can see "$file = tempnam('tmp', 'sml');"
PHP documentation says that tempnam function does following:
Creates a file with a unique filename, with access permission set to 0600, in
the specified directory. If the
directory does not exist, tempnam() may generate a file in the system's
temporary directory, and return the
name of that.
Original comment by artico.b...@gmail.com
on 21 May 2010 at 6:54
Hi
thank you for your help. I got it working now. Time to shutdown my Funambol
server
which was just to big for me. ;)
You were right. /tmp was not writable by user www.
Best regards
Osik
Original comment by osikt...@googlemail.com
on 24 May 2010 at 3:15
Original issue reported on code.google.com by
osikt...@googlemail.com
on 18 Apr 2010 at 1:39