Closed GoogleCodeExporter closed 9 years ago
You have the answer for your question in your error log: "open_basedir
restriction in effect" means that PHP cannot access "/usr/bin/" directory due
to security reasons.
You should turn off "open_basedir" in PHP or move (create symlinks for)
"wbxml2xml" and "xml2wbxml" files inside protected scope.
If you cannot do that there is only option to set WBXML_USE_EXTERNAL costant to
FALSE (in config.php)
Original comment by artico.b...@gmail.com
on 25 Aug 2011 at 10:25
Original issue reported on code.google.com by
sergey.s...@gmail.com
on 8 Jul 2011 at 8:48