Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bobena

Pages: [1]
1
How To's / Re: Cannot send email
« on: May 27, 2010, 03:02:44 pm »
On ours we had to send with "No Authentication" in order for it to go out from individual email accounts... no other settings would work.

2
How To's / 1.7 RC - Security Errors in IE
« on: May 27, 2010, 02:59:51 pm »
I'm not an IE fan personally, but my boss is...

We're running this program in a secure environment, but when you pull it up in IE you get the "Do you want to view..." security warning from IE.  I've searched and searched but I can't figure out what's causing it.  I said "Yes" in one window and "No" in another and compared them, but there is  nothing that's glaringly missing.

How can I stop the error - does anyone know what's causing it?

3
Older versions / Re: 1.7 RC - Can't receive new email
« on: May 27, 2010, 01:18:09 pm »
nevermind - we figured it out

4
IE 8.  It works in Mozilla - haven't checked Safari yet.

5
Older versions / 1.7 RC - Can't receive new email
« on: May 27, 2010, 11:10:45 am »
We have no idea what happened here.  At 6:12 last night I checked email, saw that a new one had come in, responded, and shut off my computer.  In the 14 hours since we haven't received one single email - but there are emails in the remote mail box.  We haven't changed anything - code, passwords, email addresses, etc... no one has touched it - what happened?

6
Older versions / 1.7 beta - Select Mail Account doesn't work in IE
« on: May 20, 2010, 12:23:09 pm »
When composing a new message, clicking the "From" doesn't work in IE, but it does work in Mozilla.  In IE, all that shows is the "From: Account from which the mail will be sent", but not the select box, and there is a java error.

7
Older versions / Re: [1.7 beta] email not going into workspace
« on: May 19, 2010, 01:54:06 pm »
It seems that application/layout/websites.php is trying to call version.php, which doesn't exist... I just downloaded a fresh install to be sure I didn't do anything, and the websites.php file shows the same as mine, so I know it's not me.  There is no version.php file in that directory - do you know where it is?

websites.php starting on line 14:
Code: [Select]
$version = include "version.php";
if (defined('COMPRESSED_CSS') && COMPRESSED_CSS) {
echo stylesheet_tag("ogmin.css");
} else {
echo stylesheet_tag('website.css');
}

cache/log.php

Code: [Select]
ERROR: Error: include(version.php) [<a href='function.include'>function.include</a>]:
failed to open stream: No such file or directory in
'***removed for security***/application/layouts/website.php'
on line 14 (error code: 2)

8
Older versions / Re: [1.7 beta] email not going into workspace
« on: May 14, 2010, 02:30:23 pm »
Yes, they both have write permissions set for the cron user, but it's still not working

9
Older versions / Re: [1.7 beta] email not going into workspace
« on: May 13, 2010, 05:29:10 pm »
1.7 beta

10
Older versions / Re: [1.7 beta] email not going into workspace
« on: May 13, 2010, 02:14:53 pm »
No, if you click on one in the overview that came in through the cron we cannot see content, nor is there a workspace highlighted.  It's also not showing in the og_workspace_objects table like the ones that come in when we click "Check mail"

11
Older versions / Re: [1.7 beta] email not going into workspace
« on: May 13, 2010, 12:19:11 pm »
Thank you :)

12
Older versions / Re: [1.7 beta] email not going into workspace
« on: May 13, 2010, 10:23:20 am »
No - not at all.  There is no email in ALL - and that doesn't make any sense.  Wouldn't I be able to see different users emails by classifying them to a different workspace?

Anyway -that's not the point.  The point is: 

When you setup the email account there is an option for:

 "Autoclassify to Workspace" If selected, all email sent to or from this account will be automatically classified to the selected workspace.


This only works if you manually check email, not if it comes in via the cron. 

13
Older versions / [1.7 beta] email not going into workspace
« on: May 11, 2010, 01:15:45 pm »
Perhaps I'm just missing something, but I have a problem with the cron and email. 

I have two email accounts setup, both are POP due to prior issues with IMAP.  Anyway - when we manually click "check mail" the mail is visible in the workspace.  When the cron checks the mail, we can't find it in the workspace.  It shows in the "Unread mails" section in the overview, but not in the email tab itself.

Any ideas?

14
Older versions / Re: 1.7 beta - cron/email issue
« on: April 07, 2010, 01:19:48 pm »
We only have two email accounts setup in the system so far - we're still learning and creating our own internal training documentation.

Both of those emails work when clicking "check email" - which would indicate to me that neither of them is a problem.  Is that correct?

15
Older versions / 1.7 beta - cron/email issue
« on: April 06, 2010, 07:22:28 pm »
We've setup the cron job to check email every 10 minutes.  After setting it up I sent a test email to the address, then waited 30 minutes.  I also changed workspaces, and logged in and back out but didn't receive the email.  Clicking "check mail" worked, and the email came back in.

At this point we stopped the job in crontab -e.  I changed the cron date in Administration to a date in the pas and manually pulled the page up in the browser (FF).  The page says "checking email..." and that's it - it just stops.  When I go back into administration the time for the next run has increased by 30 minutes, which I can tell means there was some type of error by looking at cron.php, but I can't tell what the error is.  Going back in and clicking "check email" in the account itself works.

Is there something I'm missing in order to get the cron to actually work?

Pages: [1]