Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: phpMyAdmin “500 internal server error”  (Read 5186 times)

0 Members and 1 Guest are viewing this topic.

lijeshk

  • Guest
phpMyAdmin “500 internal server error”
« on: November 05, 2013, 02:05:43 pm »


This error normally arises due to a recent cPanel up-gradation on your server. To resolve this issue, do the following steps:


  • Check the permissions for the following files:

              /usr/local/cpanel/3rdparty/bin/php

             /usr/local/cpanel/3rdparty/bin/php-cgi

  • Above files should have 755 permissions. If  not then change the files permission to 755.

            #chomod 755  /usr/local/cpanel/3rdparty/bin/php
            #chomod 755 /usr/local/cpanel/3rdparty/bin/php-cgi

  • Then execute the below command:
            #/scripts/makecpphp

Thats it.

--