Jump to content

API Access Key is not working in V5.1.2


rjhsystems

Recommended Posts

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?

Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated