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

Pages: [1]
1
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!

2
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?

3
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

4
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.

5
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?

6
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!

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

8
Feature requests / Ability to make tasks dependent
« on: June 05, 2009, 07:58:23 pm »
I'm often in a situation where one task (ie. design banner ad) cannot be started until another task is complete (ie. deliver assets). It would be nice to have a feature where the end date for the task Design Banner Ad is populated dynamically (from estimated time) based on the completion date of the task Deliver Assets.

Thanks!

9
How To's / Document Editor Problem
« on: June 02, 2009, 11:10:47 am »
Using version 1.4.1 - I'm having a problem with the document editor. When I click to save (after entering a file name and comment) there is no action - ie. the pop-up simply stays on the screen. Any ideas on this?

Pages: [1]