Difference between revisions of "Mobile App: Invalid Special Character"
From WHMCS Documentation
(Created page with "The error message '''Invalid special character in Access Key''' occurs if unsupported characters are detected in the access key entered into the WHMCS Mobile App. To resolve,...") |
(No difference)
|
Revision as of 08:31, 23 June 2020
The error message Invalid special character in Access Key occurs if unsupported characters are detected in the access key entered into the WHMCS Mobile App. To resolve, please follow these steps:
- Open the configuration.php file found in your WHMCS installation directory using a text editor
- Look for the $api_access_key variable
- Remove or replace any unsupported characters
- Acceptable characters in the API Access Key are:
- Letters,
- Numbers,
- Acceptable Special Characters are:! @ # $ % . ( ) * [ ] - _
- Save changes to the configuration.php file and upload to your server
- Return to the WHMCS Mobile App and re-enter the updated API Access Key value
- Click the Validate Credentials button to test the connection
Upon success, the connection profile will be created and saved and you will be redirected to the app dashboard.