Anope IRC Services

Denora Stats (discontinued) => phpDenora 1.4.x Support (Read Only) => Topic started by: Leon on March 16, 2012, 09:28:41 PM

Title: phpdenora error
Post by: Leon on March 16, 2012, 09:28:41 PM
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 ?
Title: Re: phpdenora error
Post by: Hal9000 on March 27, 2012, 07:29:07 PM
they are probably not enabled in your php configuration... consult the php documentation for enabling the modules