Closed (fixed)
Project:
Upload path
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2008 at 16:02 UTC
Updated:
22 Nov 2008 at 23:32 UTC
Hi, I use uploadpath and workflow module together.
But when i use workflow tab to change state it get error:
Fatal error: Cannot use object of type stdClass as array in C:\wamp\www\modules\uploadpath\uploadpath.module on line 36
Although if I use "Edit" tab to change state, it ok.
Can you resolve this conflict ?
Upload path Ver 6.x-1.0
Workflow Ver 6.x-1.0-rc3
Sorry, because I don't know to ask for support in Uploadpath module or Workflow module.
Comments
Comment #1
jvandyk commentedLooks like a bug in uploadpath module where it is not handling the case where a node is being updated via node_save() programatically instead of through the node form?
Comment #2
Alpha5 commentedSeem this module do not have support. I will try other module.
Comment #3
davidwhthomas commentedHave patience ;-)
Please try this patch to see if it fixes the problem, you'll need to edit your uploadpath.module file
This is for the D6 version
Comment #4
Alpha5 commentedHi, I have try your patch and it worked great. Thanks for your support.
Comment #5
davidwhthomas commentedcommitted to dev branch