snewton
- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Comments
Recent activity by snewton-
I figured it out. For the additional hook for when accounts are modified, I needed to use "Accounts::change_package" for the event and then update the code to: my $plan = $data->{'new_pkg'}; ...
-
Thanks @cPanelTJ! I tried this code with the current registered hook and initially it didn't work, which had me shaking my head. So I started over from scratch and found that I was registering th...
-
Any word on this?
-
Are you getting any error spew from the hook module when you call whmapi1 createacct over CLI? What directory is your hook in? Is it registering properly through the manage_hooks script without ...
-
@snewton My apologies for the delay in response. It has been quite a week playing catch-up as we're working on a lot of new, cool things right now. I wasn't able to fully finish reproducing your...
-
@cPanelTJ, have you had a chance to look at this issue?
-
Just to update, I've been working with CloudLinux support regarding this and the correct command to use for enabling Reseller Limits for an account, so I am using the following code: #!/usr/local/...
-
He is who I really want to poke as he is the API/hook master, but he's out this week. Ahhh! Thanks, cPRex. I will try harassing him next week then. Hopefully he can shed some light on this and p...
-
Perhaps @cPanelTJ can suggest something or point me in the right direction?
-
I had an idea for a work around for this, but during testing the "$plan" doesn't seem to be working. I came across the event "Whostmgr::Resellers::setup". Any idea if that would achieve what I ne...