Hi Bram,
with BaseX 8 we changed the client/server protocol. So you will need do update to a compatible PHP client version. Fortunately, there is a PHP client compatible with BaseX 8 onwards: https://github.com/BaseXdb/basex/tree/master/basex-api/src/main/php
Cheers, Dirk
On 09/07/2016 10:29 AM, Bram Vanroy wrote:
Hi everyone
We’re in a bit of a pickle. We upgraded to BaseX 8.3 after some hard drives failed, but now the PHP Basex client can’t connect to the server any more.
Here is the general idea:
basexserver is launched from server A, but the .basex
configuration file it uses is stored on server B. This is the unchanged file we used in BaseX 7.9;
the data that the .basex file refers to is on server C,
this has not changed either since the hard drive crash;
the PHP basex client is on server D, this file has not been
changed either.
So I am guessing that either we need to update one of our files, OR we’d need to re-import our data into the new BaseX server. Do you have any idea how to handle this?
Kind regards
Bram