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 - mcedwards54

Pages: [1] 2
1
How To's / Re: Reporting Question
« on: August 19, 2010, 11:19:23 am »
Great!

Thanks for the info!

2
How To's / Re: Reporting Question
« on: August 19, 2010, 10:37:43 am »
Thanks for the quick reply!  Is there is no way for me to access time logged against a task outside of this custom report? It seems a fairly important metric to be inaccessible in custom reports.

Do you have a rough estimate on 1.7.1 release?

3
How To's / Reporting Question
« on: August 18, 2010, 02:08:10 pm »
Apologies if this was posted/asked before, I did a search, but who knows...

I'm trying to get a handle on the reporting system in Feng 1.7.

My goal is to be able to view (and export to CSV) task execution time ordered by workspace. I though the "Total task execution time" preset report would suffice, but while there is an option to group by workspace, there is no way to display workspace name. There also doesn't seem to be a way to export to CSV from this report, only "Print View". I'm hoping to avoid running the report on each individual workspace and manually copying/pasting the results into a spreadsheet.

I am also curious why I seem to be unable to include Task Time in any custom reports.

Any help would be greatly appreciated!

4
Installation problems / Re: Error upgrade 1.6.2 -- 1.7.0
« on: July 02, 2010, 12:29:15 pm »
Running 1.6.2. This is related to installed_version.php.

When I go to /public/upgrade it tells me "You already have upgraded to the latest possible version."

I checked config/installed_version and see "return '1.6.2'; "

Anyone know what could be causing this problem?

5
Thanks for the reply! I've inserted the code, but I'm still not getting notification emails.

Just to be sure, I tested and manually assigned tasks receive the notifications, so the email functionality works.

Not sure if it matters, but I'm using 1.6.2.

Oh, and debug isn't showing errors.

Any help would be greatly appreciated.

6
I appreciate the quick reply!

I'm not sure exactly where I should be inserting Notifier::taskAssigned($task);.

I went through TemplateController, tried dropping it in a few places that I thought made sense and got 500 internal server errors.

Do you have an idea of where this should be invoked?

Thanks!

7
First off, great program - I really enjoy working with it.

Apologies if this has been asked/resolved, I searched but didn't find anything.

Using 1.6.2

Background: When tasks are created from a template with Assigned To set through parameters, no task notification email is sent. Working under the assumption that the "Send Email Notification" box must be unchecked when creating a task from template, I went through the code and found this in TaskController.class:

if(array_var($task_data, 'notify') == 'true') {
     try {
          Notifier::taskAssigned($task);
          } catch(Exception $e) {
     } // try
}

Which seems to be the piece that checks if "Send Email Notification" piece and then sends the notification. I can modify this piece to effects the send when manually creating a task, but the effects don't carry over to template created tasks.

Are templated created tasks created through TaskController.class, or are they added by a different controller (TemplateController.class maybe)?

Secondarily, is this (templated tasks not sending notifications) expected/intentional behavior?

8
Installing on standard GoDaddy server - no problems with any previous versions of Goo/Feng.

When installing 1.7 all versions since initial beta I receive the following error message on the initial screen (Step 1: Welcome) though the screen displays properly otherwise:
Warning: Call-time pass-by-reference has been deprecated in /home/content/u/p/c/upcreative/html/staging/delorean/environment/functions/general.php on line 579

If I ignore this and hit "Next" I receive the following and the second screen does not display:
Warning: Call-time pass-by-reference has been deprecated in /home/content/u/p/c/upcreative/html/staging/delorean/environment/functions/general.php on line 579

Warning: Cannot modify header information - headers already sent by (output started at /home/content/u/p/c/upcreative/html/staging/delorean/environment/functions/general.php:579) in /home/content/u/p/c/upcreative/html/staging/delorean/environment/functions/general.php on line 374

I have tried manually setting the "Config.php" settings, but that doesn't work either.

Any help would be greatly appreciated.

Thanks,
Morgan

9
"Currently milestone dates can be set as template parameters."

I'm not seeing this option. When I try to add Object Properties to a Milestone the only 2 options that pop up are Name and Description, it's only when I work with a Task that Date pops up.

Please help.

10
Older versions / Copying Documents in 1.6.2
« on: June 16, 2010, 04:57:37 pm »
When copying a document in 1.6.2, if I try to rename the document before I close it and allow the Documents list to re-populate, the program creates 2 copies. One is named correctly (the name I entered) and the other has the default copy name "Copy of FILE NAME".

Sorry if I'm not describing this well, please let me know if you need more info.

11
How To's / Re: Document Editor Problem
« on: June 15, 2009, 12:22:38 pm »
UPDATE: Found the problem (i think) - Document editor doesn't seem to work in Google Chrome.

12
How To's / Require assign time to task in order to mark as complete
« on: June 09, 2009, 09:44:54 am »
Does anyone know if it is possible to force the user to enter time for a project before they can mark it as complete?

13
How To's / Question about feed links
« on: June 05, 2009, 10:23:29 pm »
Under "administration" "general" the last option is "Show Feed Links." I have enabled this, but there doesn't seem to be any change in the program. Is this feature implemented in 1.4.1 - or am I just missing something?

Thanks!

14
Components / Re: Excel / PDF documents
« on: June 05, 2009, 09:56:38 pm »
Looks great. I'm going to investigate adding this in for my company. If it works (really, if it doesn't look like too big of a hassle), I'll let you know what i did.

15
Older versions / Problem with SMTP and PHP mailer
« on: June 05, 2009, 08:23:10 pm »
I am unable to end mail by either SMTP or PHP (a feature I need before I can switch over to OpenGoo). (if it makes a difference I'm hosting OpenGoo on a GoDaddy linux server running Apache).

For SMTP - I am trying to go through gmail (server: smtp.gmail.com) - i've checked the settings (they work in Thunderbird). When I try to send, I get the following error message: "Error Notifier has failed to construct mailer object".

For PHP - When I try to send mail using PHP settings, i recieve a "success" message, but the messages never show up at the destination.

Error logs are as follows:

SMTP:
 Session "default" started at 2009-06-05T23:10:36+0000
#1 ERROR: Error: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to ssl://smtp.gmail.com:587 (Connection refused) in '/home/content/u/p/c/upcreative/html/opengoo/library/swift/lib/Swift/Connection/SMTP.php' on line 149 (error code: 2)
Time since start: 6.3776860237122 seconds

For PHP:
Session "default" started at 2009-06-05T23:08:46+0000
#1 ERROR: Error: mail() [<a href='function.mail'>function.mail</a>]: Bad parameters to mail() function, mail not sent. in '/home/content/u/p/c/upcreative/html/opengoo/library/swift/lib/Swift/Stream/MailProxy.php' on line 374 (error code: 2)
Time since start: 1.0442860126495 seconds

Thanks!

Pages: [1] 2