swbrains
- Total activity 381
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 84
Comments
Recent activity by swbrains-
Thanks! I'm glad it's not me (or my code) this time. ;) I appreciate you opening a case for this.
-
Thanks. Yes - I was using that Park::unpark function previously. I'm currently going through all of our code trying to eliminate any functions that don't appear in the latest API docs, since I'm...
-
I have confirmed that if my Perl script uses "root" user and password, the delete_domain succeeds in deleting the specified subdomain. Using the reseller user and password worked in the same scrip...
-
I can execute the WHMAPI1 command from a Putty shell as you did and call delete_domain successfully. However, I was logged in as root during this test. I tried logging into SSH using my reseller a...
-
Thanks for testing that. Were you logged in as root for your test? The only reason I'm doubting the auth strings is that the code has been working for years and I only substituted the URL for the...
-
I've resolved the last issue with mass_edit_zone. The function allows you to specify a dname parameter of simply "sample" and it will create a DNS record with the name "sample.example.com" (if yo...
-
Another question about mass_edit_zone: /mass_edit_zone?zone=$host&serial=$serial&add=$json[\code] When I want to add a DNS record like an SPF record, the host name on the final DNS record should ...
-
UPDATE: It seems that even though the SSL certificate was valid (I could access hosteddomain.com using https just fine and the certificate said it was not expired and valid), I deleted all SSL cer...
-
I received the same email during tonight's update with the same update log contents as you; in particular, the same failure: [2022-01-18 00:54:14 +0000] [/usr/local/cpanel/scripts/rpmup] The G...
-
Thanks for checking on this. So cPanel API version 1 = bad. WHM API version 1 = good. Got it.