Active
Project:
Project issue tracking
Version:
6.x-1.x-dev
Component:
Issues
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2010 at 06:10 UTC
Updated:
12 May 2012 at 23:44 UTC
Jump to comment: Most recent file
Comments
Comment #1
dwwI can't reproduce this, neither creating a new issue, previewing a new issue, editing an existing issue, or previewing the edit of an existing issue. In all cases,
$form_state['node']really is an array, as the code expects. I'm on PHP 5.2.Can you please provide more details about your environment and steps to reliably reproduce the error? Otherwise, I can't really help you.
Cheers,
-Derek
Comment #2
drupalshrek commentedI'm on
* PHP Version 5.2.6
* Apache 2.0 Handler
See attachment for a screenshot of where I click to make it happen.
I'm working with a fresh install of your module.
I am a programmer so maybe able to help a bit, but I don't know Drupal too well.
Comment #3
drupalshrek commentedI've thrown a few "watchdog" statements into the code:
And I notice that the array index doesn't seem to be a numeric but instead "rid" (see attachment). Is that what's happening?
I see too that the URL is not numeric (see other attachment). Is that as planned?
Hope this helps.
Comment #4
johne commentedI'm seeing this exact same problem with 6.x-1.0-alpha5 (and did with alpha4). To get around the WSOD, since this code seems to set some defaults, for now I've commented out lines 114-122 of includes/issue_node_form.inc
Just trying to view an existing issue, saving a new issue, etc. creates this problem. However, at one point this module worked fine for me. So, I tried tracking back to see what the difference was.
We're rendering the issue in a panel (I've attached the panel variant export). If I disable this the issue node displays fine. Testing further I found it was the content pane "node being viewed comment form" that's causing the problem. if I disable just that pane, everything is fine.
BTW, I changed status and category of this ticket.
Comment #5
johne commentedSince there was no link to download a dev version I didn't think to try it. Just did and I see the same issue exists in HEAD.