shibby / WHMCS-SmsModule

Sms module for WHMCS
GNU General Public License v3.0
52 stars 71 forks source link

Working WHMCS7? #104

Open gersonporto opened 6 years ago

gersonporto commented 6 years ago

Anyone using it in version 7.4?

emakundi commented 6 years ago

For me it was working well on 7.4 but i updated to 7.5.1 like 2 months ago the hooks are not working anymore. but i can send messages on the dashboard. Trying to find out if i can do something about it. i'll let you know if i get a solution

And if anyone out there know what the issue is kindly share.

emakundi commented 5 years ago

After 5 hours of terrible struggle i found a solution.

Hooks are not loaded by default from 7.5 i guess.

So on your configuration file check this line below and disable it

$disable_hook_loading = true;

Set it to False, and all the hooks are working well now. and i am using WHMCS v 7.6

@shibby you can close this issue