kdub
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
Comments
Recent activity by kdub-
backup works correctly but filename on remote server is YYYY-MM-DD--HH-mm-username.tar.gz i would is 2019-05-03--11-04-cpaneluser.tar.gz If I'm reading this correctly, your issue is that when you ...
-
Unfortunately, WHM is provided by my hosting provider so I'm not able to submit a ticket directly to cPanel. I think submitting a ticket with my host is going to be a waste of time. The issue seems...
-
In WHM 76 I was forced to migrate to EA4. The EA3 profile was grandfathered in by EA4 and included Apache 2.2, PHP5.4, fastcgi, and php-FPM which several hosted sites were using. WHM was then updat...
-
Ideally, rather than call uapi externally from action hooks, you could put the uapi code in a LiveAPI perl module and bring it into your action hook so you don't have to mess with all the overhead ...
-
All this is a bit above my experience level so I'm afraid I don't have a clear answer for you. As I mentioned, I think you can only use Cpanel::LiveAPI in LiveAPI modules. I don't think you can use...
-
It would probably help if you posted your complete script. 'use LiveAPI;' would need to be 'use Cpanel::LiveAPI();' you would also need to deconstruct it with $cpliveapi->end(); after you're done ...
-
Logger is a module specific to Cpanel and should be automatically loaded by cpanel core. I believe it's located at /usr/local/cpanel/Cpanel/Logger.pm You can enable debugging in WHM >> Home >> Ser...
-
I guess I answered my own question. I followed the guide Tutorial - Create a Standardized Hook - Developer Documentation - cPanel Documentation to write a hook as a perl module to test. Turns out y...
-
@John Ang Ah, ok that registrar makes sense. Happy to help. Good luck getting everything up and running again! Edit; just wanted to add that you should look into enabling the ConfigServer Security...
-
@John Ang If you're not running a local nameserver, then having your registrar set up (ns1.example.com, ns2.example.com) is probably not what you want to do since technically speaking they don't ac...