-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] #48
Comments
can something similar work or make the code work, maybe an answer and how long until the problem is solved |
here the producer died, no answer and no change, why don't you delete them if they are no longer functional |
Read the Disclaimer in readme.md |
Constant spam does not speed up the process of solving your problem. If this functionality is so important to you, then it would be worth hiring a developer or it would be better to contact the official WHMCS forum. As for the hook AutoTerminateFreeTrialsAfterXMinutes.php, the solution to the problem is to replace 41 line $orderIDs = Capsule::table('tblorders')->whereRaw('NOW() <= date + INTERVAL 1 DAY')->pluck('date', 'id')->all(); |
does not solve the problem after 5 minutes, finish the product not at the time set here ($terminateAfter ='10'; // Terminate or suspend products after the given number of minutes (1440 = full day - 0 to disable) |
on this older version , WHMCS 7.9.2 only certain product options work and only when it does its cron at 5 minutes you can solve it to work on the WHMCS version 8.6.1
PHP 7.4
The text was updated successfully, but these errors were encountered: