ERROR: PHP MySQL extension is missing!
This component is required to run phpDenora. Please contact your Administrator.
'); } if (extension_loaded('gd') != 1) { die('
ERROR: PHP GD extension is missing!
This component is required to run phpDenora. Please contact your Administrator.
'); } require ("libs/phpdenora/init.php"); # Load the initialization functions $link = sql_db_connect(); if ($_SERVER['HTTP_HOST'] != 'localhost' && file_exists('setup.php')) { include('setup.php'); # Load the setup page exit; } ?> Theme Error: main.php missing in theme ".$theme.""; } if (sql_errno() != 0) { echo "
MySQL Error " . sql_errno() . ": " . sql_error(). "
"; } sql_db_close($link); ?>
php-mysql and php-gd are installed what to do next ?