Closed (outdated)
Project:
Custom Breadcrumbs
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2009 at 11:50 UTC
Updated:
17 Jun 2020 at 08:03 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
MGN commentedCan you try the following patch?
Thanks for testing.
Comment #2
halfiranian commentedThanks it seems to have updated well - not sure what the first update message should read.
I've attached a screenshot of the result.
Thanks for all your work
Comment #3
MGN commentedThanks. I can now see another error in that update function which I will take care of.
I think the message should have been 'Custom Breadcrumb replacement strings updated for use with Token module.'
Out of curiosity, what version did you upgrade from?
Comment #4
halfiranian commentedHmm, I'm actually not 100% sure. Just replaced it locally and ran update.php
Would it be somewhere in the logs? If you point me in the right direction I could dig it out.
Cheers
Comment #6
Anonymous (not verified) commentedIn upgrading from 5.x-1.2 to 6.x-1.5, I had this problem as well. It needs to call custom_breadcrumbs_save_breadcrumb, but that's in the .module file, which is not included at install time.
It's a small function, so I copied it into the .install file, as _custom_breadcrumbs_save_breadcrumb, and called it there. Here's the patch.
Comment #7
clemens.tolboomAs 6.x-2.x is still not stable I needed a patch for 6.x-1.5 .. patch from #6 did not apply. Hopefully this one will.
Comment #8
Thomas_Zahreddin commentedWith a fresh installed 6.x-1.5 or 6.x-2.0-rc1 update runs well.
Comment #9
lamp5