I'm trying to get weave registration server (1.3.101115 , 2a73b7376e2c,
2010-11-15 15:08 -0800) running on OpenBSD 4.4 and Apache/1.3.29, but
I'm encountering a lot of problems.
When I run test_1.0.php, some of the tests fail, but the responses from
the server seem "plausible" even though the test considers them to be
"NOT OK". I've checked mysql logs, and all of the actions seem to be
taking place without any problem. I've also tried stopping the tests
halfway through, and the mysql database contains the newly-created test
data.
I've also tried creating a new user using Sync 1.6.1, but this doesn't
recognise the server as being valid (won't move past the creation
screen, with a "Please enter a valid server URL" message), even though I
can see in the server log that its probes have been successful.
Below is the output from test_1.0.php on the server. Anyone recognise
this behaviour?
Thanks,
Granville Moore
# php test_1.0.php
Creating user: THWIYH768AEPQAT
Check for username (shouldn't exist)...OK
Create user (fail, bad password)...OK
Create user (fail, bad username)...NOT OK
Create user...NOT OK
got:
thwiyh768aepqat
Check for username (should exist)...OK
Create user again (should fail)...OK
Change user password (fail, bad password)...OK
Change user password (fail, wrong old password)...NOT OK
got:
"Authentication failed"
Change user password...NOT OK
got:
success
Change user email (fail, wrong password)...NOT OK
got:
"Authentication failed"
Change user email...NOT OK
got:
12
Get user node...NOT OK
got:
"No location"
Delete user...NOT OK
#