Modules/clientexec/troubleshooting
From GameCPWiki
You may find yourself having issues with the ClientExec module for GameCP.
Most issues are due to configuration errors.
[edit]
Error Messages
- An error has occured, a detailed explantion has been emailed to...
- An error has occured, unable to suspend server.
- An error has occured, unable to unsuspend server.
- An error has occured, unable to delete server.
All of these errors will be seen when the GameCP API has failed to return a valid result to ClientExec.
Enable debugging (below) to find out what is going wrong.
[edit]
Enable Debugging
You can enable debugging in the plugins's php file to view the API result when Activating a new user.
Edit PluginGamecp.php and change the following:
define('DEBUGGING','FALSE');
to
define('DEBUGGING','TRUE');
Then try to Activate a users package and view the API result.
Command Execution Result: Ok
Is what you want to see, anything thing that isnt OK means it has failed.

