Closed (fixed)
Project:
Path Breadcrumbs
Version:
7.x-2.0-beta14
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2012 at 19:36 UTC
Updated:
3 Jul 2012 at 07:56 UTC
Jump to comment: Most recent file
Comments
Comment #1
spleshkaHm.. from which version did you updated? This error doesn't make sense to me. I have no idea how that could happen..
Comment #2
spleshkaAny information about this bug?
Comment #3
kalabroThe problem appears when updating from earlier versions (7.x-2.0-beta12 and earlier) to current stable. We have changed
path_breadcrumbs_loadandpath_breadcrumbs_savefunctions for working with new storage mechanism, so they are incompatible with data inpath_breadcrumbs_update_7213(). That was our omission while testing #1649074: Error while reverting from features :(I suggest to use low db functions to solve the problem in
path_breadcrumbs_update_7213().Another important note is that
path_breadcrumbs_loadis used only inpath_breadcrumbs_update_7213(). So, I think, it can be deprecated after fixing this bug.Comment #4
kalabroComment #5
spleshkaOh, thanks, I really missed this. Commited at 377f240