Subversion Broken for Now

Archive for the ‘Bug Hunter’ Category

Subversion Broken for Now

Monday, January 7th, 2008

If you’re running a production server with the trunk version (i.e. from Subversion), please realise that it will be broken for about another day or so while we convert to SimplePie (in the complete opposite of my other post).

We should be fully converted by tomorrow and a heap of new template tags will make life easier for templaters, especially those with a WordPress background.

About the SOAP client and the Google API

Tuesday, December 4th, 2007

Google has officially stopped allowing new signups for their SOAP search API which was used in Lilina 0.7. Although we have removed it from 1.0, we still get many people asking why they are getting errors about the soapclient class and nusoap.php

The reason behind this error is that in PHP 5, a built in SOAP client was added with the same class name. This has effected other PHP applications which used the Nusoap class.

The simple fix for this is to comment out the line that says require_once './inc/google.php' ;
Simply add // in front of this line and it should work beautifully.