As for the JavaScript errors:
1. templates\en\reports\tree.tpl.html:
Need to add this to the JavaScript (also the first line should be tree.config.useCookies, not tree.useCookies). The images do not show up unless you do the fix.
tree.config.useCookies = false;
tree.icon.root = {$rel_url} + 'images/dtree/base.gif';
tree.icon.folder = {$rel_url} + 'images/dtree/folder.gif';
tree.icon.folderOpen = {$rel_url} + 'images/dtree/folderopen.gif';
tree.icon.node = {$rel_url} + 'images/dtree/page.gif';
tree.icon.empty = {$rel_url} + 'images/dtree/empty.gif';
tree.icon.line = {$rel_url} + 'images/dtree/line.gif';
tree.icon.join= {$rel_url} + 'images/dtree/join.gif';
tree.icon.joinBottom = {$rel_url} + 'images/dtree/joinbottom.gif';
tree.icon.plus = {$rel_url} + 'images/dtree/plus.gif';
tree.icon.plusBottom = {$rel_url} + 'images/dtree/plusbottom.gif';
tree.icon.minus = {$rel_url} + 'images/dtree/minus.gif';
tree.icon.minusBottom = {$rel_url} + 'images/dtree/minusbottom.gif';
tree.icon.nlPlus = {$rel_url} + 'images/dtree/nolines_plus.gif';
tree.icon.nlMinus = {$rel_url} + 'images/dtree/nolines_minus.gif';
2. templates\en\manage\custom_fields.tpl.html:
f.support_form_required.disabled = !(f.support_form.checked);
if (f.support_form_required.disabled) {
f.support_form_required.checked = false;
}
This field does not exist on the page and a JavaScript error results. I commented it out as I'm not sure if you were in the process of adding a new field.
--Andrew
-----Original Message-----
From: Joao Prado Maia [mailto:jpm@stripped]
Sent: Wed 6/2/2004 3:07 PM
To: eventum-users@stripped
Cc:
Subject: RE: Email not being sent
Andrew,
> I setup Eventum and configured it to use the proper SMTP server
> but it is not sending email notifications to the recipients. I
> checked the SMTP server logs and I see nothing so it does not
> appear to be sending anything. Is there something I'm missing?
> Is this functionality working?
>
Yes, the current bitkeeper snapshot has a new feature that queues the outgoing emails in a separate table, and requires a cron job to run a script to process that mail queue. Please check and confirm that your outgoing emails are being stored in the eventum_mail_queue table.
I'm in the middle of writing up some documentation on this, but this is the important bits on your case:
==================== // ====================
1)- Mail Queue Process (misc/process_mail_queue.php)
Beginning with the first release of Eventum, emails are not directly sent out
from the various scripts, but rather added to a mail queue table that is
processed by a cron job. If an email cannot be sent, it will be marked as such
in the mail queue log, and the cron job script will re-try to send it again the
next time it runs.
* * * * * cd /path-to-eventum/misc; /usr/bin/php -q process_mail_queue.php
The above line will run the mail queue script every minute. To setup the SMTP
server that Eventum should use to send these queued emails, go to:
Administration >>> General Setup > SMTP (Outgoing Email) Settings
==================== // ====================
Please let me know if that works for you.
> Also, I have fixed a couple JavaScript errors and wanted to know
> if you would like those fixes.
>
Yes, please send the fixes over as patches. Or you could just tell me where the errors are and I'll fix them myself.
--Joao
--
Eventum Users Mailing List
For list archives: http://lists.mysql.com/eventum-users
To unsubscribe: http://lists.mysql.com/eventum-users?unsub=aberman@stripped
NOTICE:
This message is for the designated recipient only and may contain privileged or confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of this e-mail by you is prohibited.