This version of webtrees cannot be installed on this web-server.
You have the following options:
- Upgrade the web-server from PHP to PHP 5.3 or higher.
- Install (or re-install) webtrees 1.4.6
locale=''; // Invoke the Zend Framework Autoloader, so we can use Zend_XXXXX and WT_XXXXX classes set_include_path(WT_ROOT.'library'.PATH_SEPARATOR.get_include_path()); require_once 'Zend/Loader/Autoloader.php'; Zend_Loader_Autoloader::getInstance()->registerNamespace('WT_'); require 'includes/functions/functions.php'; require WT_ROOT.'includes/functions/functions_utf-8.php'; define('WT_LOCALE', 'en'); if (version_compare(PHP_VERSION, '5.3.2', '>=')) { header('Location: index.php'); } header('Content-Type: text/html; charset=UTF-8'); ?>
This version of webtrees cannot be installed on this web-server.
You have the following options: