Page 1 of 1

Error

PostPosted: Thu Feb 08, 2018 4:34 pm
by maria122
Every time the cron run we get this error
how i can solve this problem error and see if Multithreads addon is efficient ?

Code: Select all
DEBUG=>Entry 1518120866: [FIX THREAD CRASHES]
DEBUG=>Update Thread: 0
DEBUG=>Update Job: jobid:58, affected:01518120866Get new Job to work: SELECT * FROM email_jobs WHERE jobtype='send' AND ( (jobstatus ='w' AND jobtime < 1518120866) OR  (jobstatus='r' AND jobtime < 1518120866) OR  (jobstatus='i' AND jobtime < 1518120866 AND lastupdatetime < 1518119366)) AND (approved > 0) OR (multithread>0 AND jobtype='send' AND multithread_full=0 AND (jobstatus ='w' OR jobstatus ='i' OR jobstatus ='r'))  ORDER BY jobtime ASC LIMIT 1

Re: Error

PostPosted: Sun Apr 29, 2018 5:59 pm
by MaBoRaK
loading....

Hello hello, sorry for late. Let me reply to your question

This is a debug information, you can disable this message editing the file:

Code: Select all
addons/installer/config/config.php


Change

Code: Select all
define("ADDONS_DEBUG",true);


to

Code: Select all
define("ADDONS_DEBUG",false);



Thank you.


connection closed.