ndmanhcuong
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by ndmanhcuong-
I tried those steps and these people still don't solve my problem
-
I think I see the issue now - you are saying when you create a new account that it will show up with that "Unavailable" box next to PHP-FPM, and you need to manually change that for new accounts? ...
-
Thanks for those screenshots. In your current configuration, any new accounts would be set to PHP 5.6 by default unless you change them from the "inherit" value. "Inherit" just means they will t...
-
Hey there! The "inherit" value should be what is set in the WHM >> MultiPHP Manager page for the default version. Under the data listed there you'll see the following: "This setting applies to ...
-
@albatroz give this a try: cut -d":" -f1 /etc/trueuserowners | while read user;do whmapi1 unset_all_service_proxy_backends username=$user;done If only one account was transferred then: whmapi1 ...