Thanks for the help Joao,
I used the patch you supplied and I got everything working ... I noticed
all the other changes that you had made to the codebase so I manually
migrated all the other tables and data across to use it for myself.
Keep up the good work I really like the changes you have been making.
ciao
Todd
Todd,Sorry for taking so long to reply to your email. I marked it as read
anddidn't notice that I never replied to you.</snip>> 'DB Error: syntax
error'>This bug was fixed and pushed to the bitkeeper repo.> so I don't
know if this is the problem or merely a coincidence (as I think> I was
deleting the existing reminder and starting over).>> Any thoughts?>> Does
this functionality work in the 1.1 Dev build? or am I doing something>
wrong again?While the database error was a definite problem, the reminder
systemwouldn't work unless you run a cron job to check for triggered
issues.Here's what we use in our production environment:*/10 * * * * cd
path-to-eventum/misc; /usr/bin/php check_reminders.phpThat will execute
the check_reminders.php script every 10 minutes, and itwill take care of
sending any reminders, if appropriate.Be warned that we changed the
database schema for this feature since yourlast email, so you will need to
update the schema with the attached SQLsnipplet.Please let me know if you
still have any problems.--Joao
(See attached file: reminder_system.sql)
CAUTION - The information in this message may be of a privileged or confidential nature
intended only for the use of the addressee or someone authorised to receive the
addressee's e-mail. If you are not the intended recipient, you are hereby notified that
any dissemination, distribution or copying of this e-mail is strictly prohibited. If you
have received this email in error please notify postmaster@stripped. Any views
expressed in this message are those of the individual sender and may not necessarily
reflect the views of eGlobal Securix.