We moved a new customer's WordPress website to one of our cPanel boxes by setting up the account, installing Wordpress with the site software tool, then dropping in the tar ball and sql files. Site works fine, customer happy.
Now, the customer is trying to update a bunch of plugins through the WP console and and is getting nothing - blank page - and no updates. I've searched through the forums and can only find outdated info that doesn't apply. Customer sent a screen shot (attached).
I know that manually updating WP after it's been installed using Site Software can hose the site, but I understood that plugins can still be installed manually.
In wp-config, there is the following:
Does this affect updating plugins? Is this the proper way to update plugins? Did I miss any code in any other files that may affect updating plugins? Is there anything else I should be looking at?
Customer screenshot - note cPanel & WHM plugin inactive:

Now, the customer is trying to update a bunch of plugins through the WP console and and is getting nothing - blank page - and no updates. I've searched through the forums and can only find outdated info that doesn't apply. Customer sent a screen shot (attached).
I know that manually updating WP after it's been installed using Site Software can hose the site, but I understood that plugins can still be installed manually.
In wp-config, there is the following:
Code:
/*
* cPanel & WHM® Site Software
*
* Core updates should be disabled entirely by the cPanel & WHM® Site Software
* plugin, as Site Software will provide the updates. The following line acts
* as a safeguard, to avoid automatically updating if that plugin is disabled.
*
* Allowing updates outside of the Site Software interface in cPanel & WHM®
* could lead to DATA LOSS.
*
* Re-enable automatic background updates at your own risk.
*/
define( 'WP_AUTO_UPDATE_CORE', false );
Customer screenshot - note cPanel & WHM plugin inactive:

Last edited by a moderator: