I am trying to install Vanilla on my webpage - and has followed the steps in the instruction. But when I reach "Click here to install a completely brand new version of Vanilla" - When I do that, I get this:
- What is wrong ??
<?php // REPORT ALL ERRORS error_reporting(E_ALL); // DO NOT ALLOW PHP_SESS_ID TO BE PASSED IN THE QUERYSTRING ini_set('session.use_only_cookies', 1); // Track errors so explicit error messages can be reported should errors be encountered ini_set('track_errors', 1); // Define constant for magic_quotes define('MAGIC_QUOTES_ON', get_magic_quotes_gpc());
class FauxContext { var $WarningCollector; var $ErrorManager; var $SqlCollector; var $Configuration; var $Dictionary; var $DatabaseTables; var $DatabaseColumns; var $Session; function GetDefinition($Code) { if (array_key_exists($Code, $this->Dictionary)) { return $this->Dictionary[$Code]; } else { return $Code; } and allot more - Really hope you can explain what I need to do to fix it ??