Closed (fixed)
Project:
Boost
Version:
6.x-1.11
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2009 at 14:48 UTC
Updated:
26 Oct 2009 at 06:50 UTC
Jump to comment: Most recent file
After upgrade to Boost 1.11 any node edit operation (after pushing the 'Save' button) leads to white blank page if CCK is not installed.
This is a error displayed:
Fatal error: Call to undefined function content_types() in ...../boost/boost.module on line 525
As the piece of code around line 525 is about CCK, it looks like Boost module doesn't check for the availability of CCK module (not the case on my installation).
The quick workaround that worked with me was to change line 522 from
if (BOOST_FLUSH_CCK_REFERENCES) {
to
if (BOOST_FLUSH_CCK_REFERENCES && module_exists('cck')) {
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | boost-601514.patch | 1.32 KB | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedComment #2
mikeytown2 commentedcommitted