Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: phpdenora error  (Read 6810 times)

0 Members and 1 Guest are viewing this topic.

Leon

  • Anope User
  • Offline Offline
  • Posts: 36
phpdenora error
« 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 ?
Logged

Hal9000

  • Team
  • *
  • Offline Offline
  • Posts: 103
Re: phpdenora error
« Reply #1 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
Logged
Pages: [1]   Go Up