RE: [MODULE] WHMCS
06-15-2015, 01:20 AM
(This post was last modified: 06-15-2015, 01:44 AM by Rynoxx.)
(06-15-2015, 12:27 AM)conceptr980 Wrote: Im not done with the tests Rynoxx as it seems to be working but it doesnt shows a success when it creates an account even thought the account is been created in the panel and database so now its the opposite (it works but in whmcs it shows an error)
-list of errors-
I believe that those options do works but it shows a php error for some reason.
Final Wrapping is required to end up with nice complete bug free Module
Thanks
conceptr980 Attempted to fix everything, though you'll have to fix the termination error yourself, added instructions to the readme for it. Also removed the ability to use default Sentora modules for some things, as it didn't fix any issues.
The suspend/unsuspend issue however, I don't think that's fixable through my module at all
Quote:**If you're having trouble with terminating clients through WHMCS**
* Edit line 21 of `sentora/modules/manage_clients/code/webservice` to be this:
`module_controller::ExecuteDeleteClient($contenttags['uid'], empty($contenttags['moveid']) ? 1 : $contenttags['moveid']);`
Instead of this.
`module_controller::ExecuteDeleteClient($contenttags['uid']);`
I'll do some edits to some of the current methods to reduce the reliability on functionality on methods in the WHMCS module (in Sentora) then I'll post an update here.
Edit: Added new update