Closed (won't fix)
Project:
Workflow Extensions
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2012 at 07:45 UTC
Updated:
29 Jan 2013 at 03:31 UTC
This module do not work good with og_workflow latest dev
I get memory segfault when trying to edit a page.
Comments
Comment #1
rdeboerHmmm... this module was never intended to work with Organic Groups Workflow...... but for those who want it to: patches welcome!
And... it's still in alpha... Anyone who wants to help out with the issue queue... please join us!
Rik
By the way: some more details of the error and the circumstance under which it happens would be welcome!
Comment #2
haggan commentedIt worked quite good at first.
I have activated button instead of the checkbox. And I put them in a block.
I can update state with it and it work as planned. But trying to edit a a page that is controlled by a workflow. Just generate segfault or out of memory on the server side. So I do not even get a html page back.
I have worked around this by using the flag module and action and rules and rules view.
Comment #3
rdeboerHow much memory do you have on the server? You can see this on the Admin >> Reports page (admin/reports/status). Look for "PHP memory limit"
Comment #4
haggan commentedFirst 128M in php.ini
I tried to rise to 256M but still the memory
if I used 512M no error but the whole httpd segfault.
Comment #5
rdeboerThat amount of memory should be enough for a small to medium site.
Something is sending your site in a spin in which case no amount of memory will ever be enough....
I'm happy to accept there's things wrong with the module, but at this point I can't see how Workflow Extensions would cause these symptoms.
Comment #6
haggan commentedDisabling the extensions module. Fix the problem. But of course it could be another module that miss behave.
Comment #7
rdeboerWhat happens if you disable Organic Groups Workflow instead of Workflow Extensions...
Comment #8
haggan commentedDisabling organic groups workflow access
also fixes this. So something is fishy.
Comment #9
rdeboerClosing due to inactivity.