rjhsystems Posted October 3, 2012 Share Posted October 3, 2012 Hello, i am trying to use the API w/ the API Access Key, the $api_access_key var is in the configuration.php file however, WHMCS insists on using the Allowed IPs for the API Access. resulting in result=error;message=Invalid IP xxx.xxx.xxx.xxx; (IP Hidden for security purposes) This is my Configuration.php File <?php $license = 'xxxxxxxxxxxxxxxxxxxxxxx; $db_host = 'xxxxxxxxxxxxxxxx'; $db_username = 'xxxxxxxxxxx'; $db_password = 'xxxxxxxxxxxxx'; $db_name = 'xxxxxxxxxxx'; $cc_encryption_hash = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'; $templates_compiledir = 'templates_c/'; $mysql_charset = 'utf8'; $api_access_key = "xxxxxxxxxxxxxx"; ?> Anyone have ideas? 0 Quote Link to comment Share on other sites More sharing options...
r0kawa Posted December 10, 2012 Share Posted December 10, 2012 Same here with 5.1.3 , not working with the IP is set or without the IP. I've tried a few setting, still the same. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.