PHP Fatal error: Class ‘PMA_Message’ not found

  • Class ‘PMA_Message’ not found in /usr/local/apache2/apps/phpMyAdmin-3.5.5-all-languages/libraries/Message.class.php on line 601
  • Notice: Undefined property: PMA_Error :: $ _ hash in /usr/share/phpMyAdmin/libraries/Error.class.php on line 164
  • Notice: Undefined property: PMA_Error :: $ _ params in / usr / share / phpMyAdmin / libraries / Message. class.php on line 495 Fatal error: Class ‘PMA_Message’ not found in /usr/share/phpMyAdmin/libraries/Message.class.php on line 601

It seems to try and read authority of session file problem by looking

Change your session save path in php.ini file and in apc.ini file memory limit (if  apc cache is enable)

#chown apache: apache -r / var / lib / php / session /
#chmod 700 -R / var / lib / php / session /

Leave a comment