If you are moving on to the new Auroras builds of Firefox (kind of like blessed nightlies) and are running a pre-March version of the Weave Minimal Server, you may find things break. That’s because this build is trying to find API version 1.1, and the older minimal servers only recognize up to 1.0.
It’s an easy fix – either update to the current weave_minimal tarball (as discussed in the previous post) or change line 62 of php to:
if ($version != ’1.0′ && $version != ’1.1′)
And you’ll be back up and running (the api differences are largely irrelevant to the minimal server)
Advertisement