php broken?

Dale Fredrikson

New Member
Joined
Nov 30, 2009
Messages
16
Reaction score
0
Hi. When I go to phpMyAdmin in FreePBX, here's what I see:

phpMyAdmin - Error

Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.


Any ideas?


Regards,


Dale
 
I had a PHP error once. It said: phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
Error
MySQL said:
#1045 - Access denied for user 'root'@'localhost' (using password: YES)

SOLUTION:
To change the password in phpmyadmin, find the line: -
$cfg['Servers'][$i]['password'] = 'passw0rd';
in /var/www/html/maint/phpMyAdmin/config.inc.php
and change it to what ever you set you MySQL root password to.
Then run the mysql_install_db script.
 
Hi

Have you updated anything recently.

Try

chown -R asterisk:asterisk /var/lib/php/session

Joe
 

Members online

Forum statistics

Threads
26,687
Messages
174,411
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top