Hello
I need help with some permissions problem.
I have several WP sites working normally on ea4-5.6 Cloudlinux and suPHP
I have a couple of older sites that were transferred from another server and they require php5.5 and they work fine on this, except for when I need to install WP updates etc in the admin backend I get the annoying:
"To perform the requested action, WordPress needs to access to your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host."
I have checked phpconf and I can see that suPHP is not enabled on the 5.5
However when I enable suphp on the 5.5 the sites return the "500 Internal Server Error". I get the same result if I change php to version 5.6.
In the error logs I see these:
In cPanel for the user, all file / folder permission appear to be correct 755. There are no residual rules in .htaccess from previous server and there is no custom php.ini file.
So I believe this is a "owner" permissions error but I am not really sure how to fix and would like advice.
Thank you
I need help with some permissions problem.
I have several WP sites working normally on ea4-5.6 Cloudlinux and suPHP
I have a couple of older sites that were transferred from another server and they require php5.5 and they work fine on this, except for when I need to install WP updates etc in the admin backend I get the annoying:
"To perform the requested action, WordPress needs to access to your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host."
I have checked phpconf and I can see that suPHP is not enabled on the 5.5
Code:
[root~]# /usr/local/cpanel/bin/rebuild_phpconf --current
DEFAULT PHP: ea-php56
ea-php55 SAPI: cgi
ea-php56 SAPI: suphp
ea-php70 SAPI: cgi
In the error logs I see these:
Code:
End of script output before headers:
SoftException in Application.cpp:362: GID of script "/home/user/public_html/index.php" is smaller than min_gid
So I believe this is a "owner" permissions error but I am not really sure how to fix and would like advice.
Thank you
Last edited: