(01-29-2017, 09:09 AM)modpluz Wrote: Hmm...what happens if you comment out the following method calls one after the other?
Code:InvoiceReminder();
//Disable Expired Domains
DisableExpiredDomains();
//Renewal Reminder
RenewalReminders();
//Delete Expired Domains after X Days - this will probably come in the next version
DeleteExpiredDomains();
Might point us to the problem child here
Will test it out now
PHP Code:
InvoiceReminder();