[Solved] Email cron plugin does not work anymore

georgie

Member
Hello

My Email cron plugins worked good, but since few time not.
Please what do you think about this log:

Code:
2,flock() expects parameter 1 to be resource, boolean given,/home/hgapps94/public_html/libraries/joomla/cache/storage/file.php,295

Thank you
 
THX

Joomla 3.6.5
And Fabrik 3.5.2

Precision: I have a condition in my emails cron plugins, maybe related (PHP version...). It worked good also.
Here the code:

Code:
$EmailReminder = "{customer___email_reminder_raw}" ;

// Si vide
if (empty($EmailReminder)) {
return false ;
}

else {
return true ;
};
 
ok, I can see the code in Joomla3.6.5
It's something about locking (I don't really understand what it is doing).

Maybe a cleanup can help:
have a look at System/Global checkin
checkin all items, clear caches...
 
Hello

OK it is done (many things cleared).
I will try if it changes, I will come back in any case.

#THX
 
Ouch no!

It seems because I let "Require querystring". Without I think it is better, I keep try.

THX
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top