Please Log in or Create an account to join the conversation.
Enable debug mode and maximum error reporting in Joomla global configuration then retry to see if any errors output. If not check server error log or CBSubs > History Log for any errors to see why it's throwing a server error. Depending on how many users you have it could be a matter of too many to process at once.1)
The birthday mailer set up per pdf doc works only with "But do not send message if it's later than " Set to 1 year. Anything beyond IE 2 years/5 years etc gives a server error 500. This is the only field causing the 500.
I have tried different fields to compare to IE Last MEMBERS LAST ONLINE DATE and exactly same issue. Will work with 1 year, but not beyond. I have checked the data in Users.RegisterDate for any issues, none there.
The CBSubs Mailer isn't really design for what you're trying to do. You'd need a +1 year repeating mailer or a way to customize what it conditions off of. Neither of which are possible and unsure if they're to be implemented as it's a bit outside the scope of what the plugin is meant for. So not sure what to suggest other than maybe look into a newsletter extension or a mail scheduler extension that can handle repeat mailing that increments the year per user mailing (not sure that'll even exist either). It maybe possible with CB Auto Actions, but the CRON would need to run daily and parse every user object which would just be too heavy.2) The other issue i foresee is it makes a comparison to the REGISTERED DATE in users table. Many of our members can go back to 2008. Now if the field cannot go beyond 5 years which is the max setting relative to sign up date, the members will get a birthday message, but only if they signed up no more than 5 years ago. We need a 5 years > selection which has no limit for this function. (if i am understanding the field selection/criteria correctly here)
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.