Closed (fixed)
Project:
Project
Version:
6.x-1.x-dev
Component:
Projects
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
8 Feb 2010 at 22:39 UTC
Updated:
4 Mar 2010 at 00:40 UTC
Jump to comment: Most recent file
I just upgraded my Drupal site to Project 1.0-alpha4, and now whenever I try to click on the node page for a project, I get the error:
Fatal error: Call to a member function preview() on a non-object in /var/www/modules/project/release/project_release.module on line 1189
I am using PHP 5.3, if that makes a difference.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | case_of_the_disappearing_views_exhibit2.patch | 1.02 KB | bdragon |
| #2 | case_of_the_disappearing_views.patch | 1.06 KB | bdragon |
Comments
Comment #1
bdragon commentedSeeing this myself. It's accompanied by the views going missing in my test install.
Comment #2
bdragon commentedOh ho ho, I think I see what's going on here.
This should knock out that nasty little bug.
Comment #3
bdragon commentedTwiddling the issue fields.
Comment #4
bdragon commentedAlso, uh, that was patch for project_issue, not project. The same bug is occuring in both modules.
Funnily enough, the patch actually applies here as well if you type in the correct filename ;)
Here's the one for Project.
Comment #5
dwwYup, tested, and confirmed. However, you missed the default views from project/package/views/project_package.views_default.inc and project/release/views/project_release.views_default.inc. I fixed those, too. Committed to HEAD. Also committed the fix for project_issue (after cleaning up the formatting of the code comment a bit) -- see also #716756: issue views broken with latest Views 6.x-2 ...
Thanks, bdragon!