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.


Topics - Xenomorph

Pages: [1]
1
Installation problems / How to set Timezone??
« on: August 03, 2009, 06:17:44 pm »
Besides not keeping track of Daylight Savings, it seems OpenGoo defaults to GMT when working with any files.

I set my Timezone for my "Owner company".
I set my Timezone for my Users.

However, everything else OpenGoo does is set to GMT, so things like Cron are several hours off.

Throwing in <?php echo date('h:i:s A');?> on some pages gives me a time that is several hours into the future!

Where is OpenGoo getting its time settings from? My server is set to GMT-6/DST. PHP outside of OpenGoo reads it as GMT-6/DST.
Everything inside OpenGoo thinks it is GMT though.

I couldn't find anything in the database or any config files.

2
How To's / Where are the logs? Error logs?
« on: July 14, 2009, 04:12:04 pm »
Where can I check error/success logs at?

I'm trying to get Email reminders to work.

SMTP works, as I can send. All other email settings I've used work as well, as I can view my Inbox, send email out, etc.

Plus, I get event alerts when someone adds or changes an item on the calendar.

I never get Calendar reminders, though.

This was part of the output after I ran cron.php:
Quote
Sending reminders...
1 reminders sent.

I want to see some sort of log letting me know what the program is doing.


3
Event reminders haven't worked for us with the Calendar.

We'd have a meeting at 12 or something. And it was set to send a reminder 15 minutes before that. 11:45 would come and go, and no one would receive an email.

We got emails when we set up the meeting, and when we change the meeting. Just none reminding us.

When I saw the changelog for 1.5 beta 3, it said it fixed this::

"Event email reminders were not being sent"

I got all excited.

I promptly installed it ... and nothing. We're still not getting reminders.

cron.php is running every minute on our server.
It says this:

Quote
Sending reminders...
0 reminders sent.

Was this not really fixed?


4
How To's / new Task via email?
« on: June 26, 2009, 03:33:26 pm »
Is it possible to have a new Task created by email?

I'm guessing "Task" is the closest thing the system has to be like a Trouble Ticket system. Could a user email their question and then we have that email converted to a Task?

Has anyone done this before?

Pages: [1]