Mar 10th, 2009, 11:23 AM
Hi Steve,
Sorry - haven't had time to release a new build yet.
Here's an interim solution: edit your library.php file and comment out this line (line 229):
Sorry - haven't had time to release a new build yet.
Here's an interim solution: edit your library.php file and comment out this line (line 229):
PHP Code:
<?php
require_once("$folder/code/stabilizer.php");
So just change it to:
PHP Code:
<?php
//require_once("$folder/code/stabilizer.php");
