Jump to content

Phpmyadmin error


garevn

Recommended Posts

Hello when i am trying to open phpmy admin i get this error"Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly."My error log file has those lines[Mon May 16 10:51:34 2011] [error] [client 127.0.0.1] PHP Notice: Undefined property: MySqlConnection::$password in C:\\wamp\\www\\MySite\\_mmServerScripts\\mysql.php on line 101[Mon May 16 10:51:34 2011] [error] [client 127.0.0.1] PHP Stack trace:[Mon May 16 10:51:34 2011] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\MySite\\_mmServerScripts\\MMHTTPDB.php:0[Mon May 16 10:51:34 2011] [error] [client 127.0.0.1] PHP 2. MySqlConnection->Open() C:\\wamp\\www\\MySite\\_mmServerScripts\\MMHTTPDB.php:77[Mon May 16 10:52:21 2011] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico

line 77 isif (isset($oConn) && $oConn){	$oConn->Open();        <----- line 77line 101 isfunction Open()	{	  $this->connectionId = mysql_connect($this->hostname, $this->username, $this->password);                 <------line 101

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...