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):
So just change it to:
The idea of the stabilizer.php script was to stabilize the server environment for Form Tools so it can rely on certain variables being set reliably. Ironically, the stabilizer script was de-stabilizing the environment. *sigh*.
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:
require_once("$folder/code/stabilizer.php");
So just change it to:
PHP Code:
//require_once("$folder/code/stabilizer.php");
The idea of the stabilizer.php script was to stabilize the server environment for Form Tools so it can rely on certain variables being set reliably. Ironically, the stabilizer script was de-stabilizing the environment. *sigh*.
