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 just doubled checked the issue after submitting the ticket and could not reproduce the issue. I'm thinking a recent update may have solved it. Weird.
-
Hello :) Could you open a support ticket using the link in my signature so we can take a closer look at the issue? You can post the ticket number here so we can update this thread with the outcome...
-
Check the output from the command: export | grep -i ssh | grep [0-9] on that specific server. This will show your IP, check if it's correct. Yes, it shows the correct IP. Hello :) Have you whit...
-
Forgot to mention, the OS is CloudLinux 6.6 and cPanel version is 11.50.0
-
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?