Matt Paplham
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Matt Paplham-
Matt Paplham commented,
I changed the following and it worked: [CODE=php] $url = $this->server_address.':2087/json-api/createacct?api.version=1&username='.$this->cp_user.'&domain='.$this->domain.'&contactemail='.$this->e...
-
Matt Paplham commented,
Thanks for your response. I appreciate your time. From the command line, I am using the same endpoint, yes. And yes, our servers have a registered SSL certificate. With a fresh mind this morni...
-
Matt Paplham created a post,
{"cpanelresult":{"apiversion":"2","error":"Access denied","data":{"reason":"Access denied","result":"0"},"type":"text"}}
Hi there, I have a Gravity Form on a Wordpress website. The goal is once it is filled out, it will create a cPanel account (along with other things). I'm using WHM API 1 - Create an account. T...
-
Matt Paplham commented,
Hi Lauren - Thanks for your help. I see the error when trying to add a redirect from the "Alias" or "Addon Domains" interface in cPanel. Additionally, manually adding the redirect code (or anythi...
-
Matt Paplham created a post,
Adding Alias or Addon Domain Redirects Returns Error
Hello, We are receiving an error when trying to add a redirect to an alias or addon domain. The specific error is: AH00526: Syntax error on line 423 of /path/to/.htaccess: Invalid command 'Trust...
-
Matt Paplham commented,
I just wanted to follow up on this thread. After banging my head on the wall for too long trying to get the hook coded as a Perl Module, I decided to try BASH instead. At least for me, it was muc...
-
Matt Paplham commented,
@cPanelMichael - Are you able to share any hook.pm examples using uapi for the hook actions? equally does not show how to use uapi/api2/api1 functions, simply: # Insert your actions here. I fee...
-
Matt Paplham commented,
Thanks for all the help so far. I've spent a lot of time reading the documentation and searching for examples on the web but am also turning up empty handed. If you can't use LiveAPI Perl Modules...
-
Matt Paplham commented,
kdub - Thanks for your quick reply. I think my problem is that perl -c is not looking in /usr/local/cpanel/Cpanel for Cpanel::Logger. [root@dev ~]# perl -c /usr/local/cpanel/OnCreate.pm Can't loca...
-
Matt Paplham created a post,
Can't locate Cpanel/Logger.pm
Hi All, I've created a hook.pm that automates some of the things I do after I create a cPanel account. It compiled and registered without issue. However, when I create an account, none of the ac...