cPanelKenneth
- Total activity 823
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 379
Comments
Recent activity by cPanelKenneth-
Hi, Which version of cPanel DNSOnly are you using? If you don't mind sharing, which CA issued the certificate? Also, what type (DV, OV, etc) of certificate were you installing?
-
Hi, The Task::Cpanel::Core meta module was pulled from distribution several years ago. The list of modules it installed is available here:
-
Hi, Who are "they"? What sources do they cite for stating FTP or SSH are "Industry-deprecated protocols"?
-
Hi, You'll need to run /usr/local/cpanel/scripts/ensure_vhost_includes after the modifications, as documented here Modify Virtualhost Containers With Include Files - EasyApache - cPanel Documentation
-
I suspect the application you are trying to use is not compatible with PHP 7. The mysql extension was removed in PHP 7.
-
I have all users on Paper Lantern but across my 30-50 users they have several different styles. How do I make a mass change for all users to be on a new style? Hi PCZero, It looks like the only ...
-
When you su to the user, make certain you are doing it like this: su - user The inclusion of - instructs su to create an environment as if the user logged in directly. I find that solves a number...
-
Hi, Everything from step 1 through step 9 need performed as the cPanel user. Only the Pre-Install and step 10 are performed as the root user.
-
Hi, According to our documentation (Guide to Standardized Hooks - Cpanel Functions - Software Development Kit - cPanel Documentation) cPanel API calls do not support the blocking attribute of the ...
-
Hi, At a guess, you need to redo how your post handler works. Slack appears to require an Authorization header with the token (based upon Using OAuth 2.0). I also suggest liberal use of print sta...