
N1ghteyes
- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
Comments
Recent activity by N1ghteyes-
Could you provide more details on any specific error messages you receive? Thank you. For me at least, is specifically a cURL call to a direct URL. I don't get any error messages, it returns a 20...
-
What is the best method to capture the returned message (if any) and display it ? Hi lvt, Could you post an issue on Github? That way more people are likely to see it and I can mark it as a Doc...
-
I have been using UAPI 2 via URL Sorry this should read I have been using the API2 via URL
-
Hi Michael, I have been using UAPI 2 via URL calls however the 54 build has broken this and i can't seem to get it working again. (Something to do with the way the form submittion completes in cpa...
-
Ticket ID: 7441573
-
Ah.. ignore me. Multiple Ip addresses for SSL.
-
I'm getting: The provided IP (5.133.180.184) and support access id do not match. When using the support ID located on WHM, for the hostname I'm using....
-
Hi Michael, No luck I'm afraid. Upgraded to 54.0.7 and the issue persists. Tested on both the X3 and paper lantern themes, and on a couple of different accounts.
-
to manually fix, add the following to your .htaccess (replacing where appropriate): AuthType Basic AuthName "" AuthUserFile "/home//.htpasswds/public_html//passwd" require valid-user
-
Hi Angela It is a known bug, theres a fix waiting to be pushed to git, but in the mean time, change line 99 from $content = $this->curl_exec_follow($ch); to $content = $this->curl_exec_follow($ch,...