
Andy Baugh cPanel Staff
Developer for over five years at cPanel.
- Total activity 66
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 25
Comments
Votes on activity by Andy Baugh-
We do have some documentation here, but I will say that unless you already know what to look for, it isn't that easy to find. For example, regarding header/footer for PHP applications, it is docume...
-
cPanel >> Backups was not designed in such a way to anticipate pluggability like this. While we do have the ability for system administrators in WHM to configure the backup process to upload copies...
-
Howdy Koree, Honestly I'd just look at what we did for the old Calendar and Contacts plugin (cpanel-ccs-calendarserver); I had a custom TaskProcessor module there. It installs to /var/cpanel/perl/C...
-
Consistency of output data structures is indeed hard to get across the various APIs. It is somewhat easier if you can execute from the context of whmapi1's "cpanel" function (which executes cPanel ...
-
Howdy, Any API2 calls that do not have UAPI equivalent will very likely *not* be dropped from the product despite the deprecation (which at this point is 10 years deprecated yet still in use at man...
-
Thank you for the clarification. I talked to the documentation team about this, as that does seem odd. It appears that this breaks when cookies for the site are not accepted. I don't think that is ...
-
They work with any browser, and on any OS. You likely just need to replace the relevant bits of the URL with what matches for your server & login. For example: https://hostname.example.com:2087/cps...
-
I wish I could have better news for you on this, but as of yet I have not gotten approval to even work on this myself. We have had an immense backlog of work for various things getting in the way s...
-
If I recall correctly, the error message you have needs to start with "BAILOUT" when dying on blocking events in order to halt execution of the relevant hooked action. See here: https://api.docs.cp...
-
So, if I had to guess, this is just a difference between what PHP INI (or FPM config) is in play in the context of php executed via apache versus on the command line. If the configuration loaded vi...