Closed (fixed)
Project:
Octopus
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2012 at 21:45 UTC
Updated:
23 Feb 2012 at 12:20 UTC
The recent addition of the Cache Expiration module to the D7 platforms (o_contrib_seven) created a big issue on node editing. It contains a lot of deprecated api calls like "db_result" that break the website.
As stated in #1333894: Convert queries to use DBTNG syntax, "the current state of Expire 7.x is incomplete and still contains a lot of deprecated 6.x database api calls. It's a work in progress not ready for production use. "
No patch are available at the moment that solve the issues so it should be left disabled or removed from the platforms until fixes become available.
Comments
Comment #1
omega8cc commentedIt has been removed already before recent release, and while there was still download part, later removed in HEAD: http://drupalcode.org/project/octopus.git/commit/a71c2ea, another code
remove_incompatible_modules_002()should remove them anyway. We will force it also in the next release, just in case people were using HEAD to HEAD upgrades.Comment #3
omega8cc commentedIt has been fixed and re-introduced in head and upcoming 2.0.2 release for all D7 platforms.