Closed (fixed)
Project:
Workflow Extensions
Version:
6.x-1.0-alpha1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
13 Nov 2010 at 12:55 UTC
Updated:
28 Nov 2010 at 20:10 UTC
Notice: Undefined index: workflow in workflow_extensions_form_alter() (line 96 of /var/aegir/pressflow3/sites/all/modules/contrib/workflow_extensions/workflow_extensions.module).
Comments
Comment #1
rdeboerHey pkej... just to complete the picture before I look into this more...
Which version of the Workflow module are you using?
PHP 5.2.x or 5.3.x ?
Comment #2
pkej commentedProject : workflow_extensions
Type : module
Title : Workflow extensions
Description : Replace workflow radio buttons by more intuitive buttons with configurable labels. Automatically invoke actions, like emailing reminders, when a workflow has not transitioned state for some time.
Version : 6.x-1.0-alpha1
Package : Workflow
Core : 6.x
PHP : 4.3.5
Status : enabled
Path : sites/all/modules/contrib/workflow_extensions
Schema version : module has no schema
Requires : none
Required by : none
PHP Version => 5.2.13
Just let me know if you need any other info, or if there is something you need me to test.
I
Comment #3
rdeboerHi pkej,
Just wondered about the version of the "Workflow" (as opposed to the "Workflow extensions") module... 6.x1.4 or 6.x1.5 ?
There have been some changes that in that module that affect Workflow extensions....
Rik
Comment #4
pkej commentedAh, my mistake. It is 6.x-1.5:
Project : workflow
Type : module
Title : Workflow
Description : Allows the creation and assignment of arbitrary workflows to node types.
Version : 6.x-1.5
Package : Workflow
Core : 6.x
PHP : 4.3.5
Status : enabled
Path : sites/all/modules/contrib/workflow
Schema version : 6101
Requires : none
Required by : workflow_access
Comment #5
pkej commentedI think the error reporting level in PHP must be turned very low on my server. Several modules I've used before have lots of notices, which doesn't show up on some other servers I use. It is mostly undefined variables and indexes.
Comment #6
rdeboerI think you're right about the E_NOTICE warnings not showing up. They certainly don't in my MAMP development environment and I have it configured to show all notices, warnings and errors....
Anyway, I believe I've fixed it, see 6.x-1.0-beta1, available now.
To others reading this... this is a harmless notice that does not affect functionality.
Comment #7
rdeboerComment #8
pkej commentedYep, now all the notices are gone. Thank you for the fast fix; I'm trying to find out where to turn the E_NOTICE to a more apropriate level
Paul