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

rdeboer’s picture

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

pkej’s picture

Project : 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

rdeboer’s picture

Hi 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

pkej’s picture

Ah, 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

pkej’s picture

Priority: Normal » Minor

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

rdeboer’s picture

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

rdeboer’s picture

Assigned: Unassigned » rdeboer
Status: Active » Fixed
pkej’s picture

Yep, 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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.