cPanelThomas
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
Comments
Recent activity by cPanelThomas-
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...
-
The script which populates the cache_keys.json file is `scripts/rebuild_whm_chrome`. Re-run that and see if that fixes the problem. That error message could definitely be better, but I'm pretty sur...
-
> I guess I feel like this should be included as part of the standard header so there is uniformity amongst plugins. I definitely agree on that point. I filed CPANEL-42488 internally to track this...
-
Howdy, I'm Thomas A. Baugh, developer at cPanel (and the author of the example used above by Rex). While this information is correct, I thought I'd provide a little bit more information in case you...