[OpenSIPS-Users] [opensips_cp]: Blank Page after Login
Markus Klaus Schäffauer
markus at mkschaeffauer.de
Mon Jan 12 13:11:04 CET 2015
Hello,
this is the relevant part of my /var/www/opensips-cp/config/db.inc.php :
###########################################
//database driver mysql or pgsql
$config->db_driver = "mysql";
//database host
$config->db_host = "localhost";
//database port - leave empty for default
$config->db_port = "";
//database connection user
$config->db_user = "root";
//database connection password
$config->db_pass = "opensipsrw";
//database name
$config->db_name = "opensips";
if (!empty($config->db_port) ) $config->db_host = $config->db_host .
":" . $config->db_port;
?>
############################################
And this is what "pear list" is listing:
############################################
Installed packages, channel pear.php.net:
=========================================
Package Version State
Archive_Tar 1.3.12 stable
Auth 1.6.2 stable
Auth_SASL 1.0.4 stable
Console_Getopt 1.3.1 stable
HTTP_Request2 2.1.1 stable
Log 1.12.8 stable
MDB2 2.5.0b5 beta
MDB2_Driver_mysql 1.5.0b4 beta
Mail 1.2.0 stable
Mail_Mime 1.8.4 stable
Mail_mimeDecode 1.5.5 stable
Net_LDAP2 2.0.9 stable
Net_SMTP 1.6.1 stable
Net_Socket 1.0.9 stable
Net_URL 1.0.15 stable
Net_URL2 2.0.0 stable
PEAR 1.9.5 stable
Structures_Graph 1.0.4 stable
XML_Util 1.2.3 stable
############################################
Is that MDB2_Driver_mysql wrong here?
As I told before, I am not able to get pear/MDB2#mysql:
############################################
pear install MDB2#mysql
Skipping package "pear/MDB2", already installed as version 2.5.0b5
No valid packages found
install failed
############################################
I have no idea why pear does not find any valid packages of MDB2#mysql.
With kind regards,
Markus
More information about the Users
mailing list