cPanelThomas
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
Comments
Recent activity by cPanelThomas-
I did some investigation on this in the code, as your results looked about like what I'd expect to see when multiple args for a key are *not* in fact supported for a given API call. My suspicions t...
-
Probably an oversight when bulk conversion of the old API docs to swagger/openapi was done. Sorry about this. There's a way to get those $NAME-0,1,2... params to work right, but it looks like that ...
-
So if I'm understanding your script correctly, you do the create_user_session call, grab the needed bits to construct the URL yourself then hit it and are being redirected to something without the ...
-
So long as the IF block for manipulating the value in quota_info.inodes_used from my previous post is keying on CPANEL.CPDATA.PLAN being equal to 'Startup', I don't see how that would be a problem....
-
So, the variable you will want to reference in this file would be `CPANEL.CPDATA.PLAN`, as that would correspond to the logged in user's package name. For reference, the CPANEL.CPDATA variable is j...
-
Without knowing more about specifically what index.tt file you are referring to (maybe a full path?), I'll probably not be able to give a good answer to this. I can't really know what variable the ...
-
It sounds like JetBackup is not installed on the system(s) you are testing this on. If I recall correctly, JetBackup itself is what provides the Cpanel/API/JetBackup.pm module. You may want to do `...
-
As far as I'm aware, PHP7/8 differences shouldn't really matter here. The only thing that should matter is what user whostmgrd is executing as (who is REMOTE_USER). If it is root, everything should...
-
Looked into the code (/usr/local/cpanel/Whostmgr/Templates/Command.pm in case you are curious), and it is creating the directory for the file 0700 with root owner. Even correcting permissions on th...
-
Sounds highly likely to me. Probably why Rex was concerned about permissions. I know we've had a bug that sounded simliar to that open for a while regarding non-root WHM users and template compiles...