First, I couldn't find any documentation on how to setup the
environment. So I have threw the code into an Apache PHP server. The
root index.php fails when I submit with missing files.
Warning: include(HTTP/WebDAV/Client.php) [function.include]: failed to
open stream: No such file or directory in /Users/xiaoxin/Sites/
weave.php on line 3
Warning: include() [function.include]: Failed opening 'HTTP/WebDAV/
Client.php' for inclusion (include_path='.:/usr/lib/php') in /Users/
xiaoxin/Sites/weave.php on line 3
Warning: file_get_contents() [function.file-get-contents]: Unable to
find the wrapper "webdavs" - did you forget to enable it when you
configured PHP? in /Users/xiaoxin/Sites/weave.php on line 13
Warning: file_get_contents(webdavs://...@services.mozilla.com/0.2/user/
javascript/meta/version) [function.file-get-contents]: failed to open
stream: No such file or directory in /Users/xiaoxin/Sites/weave.php on
line 13
Warning: file_get_contents() [function.file-get-contents]: Unable to
find the wrapper "webdav" - did you forget to enable it when you
configured PHP? in /Users/xiaoxin/Sites/weave.php on line 18
Warning: file_get_contents(webdav://...@services.mozilla.com/0.2/user/
javascript/meta/version) [function.file-get-contents]: failed to open
stream: No such file or directory in /Users/xiaoxin/Sites/weave.php on
line 18
Warning: Cannot modify header information - headers already sent by
(output started at /Users/xiaoxin/Sites/weave.php:3) in /Users/xiaoxin/
Sites/weave.php on line 28
0.2? is this the code I'm supposed to use?
Then I tried running workers/index.php and this is the error I get in
Firebug.
payload is undefined
http://localhost/~xiaoxin/workers/javascripts/actions.js
Line 453
Any guidance would be appreciated!
- Xiaoxin
You probably want http://tobyelliott.wordpress.com/2009/09/11/weave-minimal-server/
though if you want the scalable implementation, you'll want to start at https://wiki.mozilla.org/Labs/Weave/API
Regards,
Toby Elliott
Mozilla
> --
> You received this message because you are subscribed to the Google Groups "mozilla-labs-weave-dev" group.
> To post to this group, send email to mozilla-lab...@googlegroups.com.
> To unsubscribe from this group, send email to mozilla-labs-weav...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/mozilla-labs-weave-dev?hl=en.
>