MySQL Forums
Forum List  »  General

Re: Eventum's email not functioning
Posted by: Bryan Alsdorf
Date: March 04, 2005 10:31AM

You should always check for errors in logs/errors.log but in this case I think I know your problem.


There was a database change that was left out of the 1.5 push which will cause the script to fail. Apply the following 2 database statements and it should start to work.

ALTER TABLE eventum_mail_queue ADD COLUMN maq_type varchar(30) DEFAULT '';
ALTER TABLE eventum_mail_queue ADD COLUMN maq_usr_id int(11) unsigned NULL DEFAULT NULL;

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.