Downloads

Download tar.gz 43.56 KB
MD5: 9371f365e5e23538723ffcdc4d3e163d
SHA-1: 1acc5f8585e201d6f6ab42c74df89b674cb5a20c
SHA-256: dab04b6cb7ff16cd54f589e77e8fcd0a9ddad486965f5d0bf07f6a495a9f8eb1
Download zip 60.32 KB
MD5: dc932a3601a17096e42b08920dd85859
SHA-1: c4c3fb239a6db1c74c0605471a8e961b4ebe0996
SHA-256: 0f35446dba48f730f475932b89ca1d435141361e0d73b3661bc2a0419fef2863

Release notes

First Beta release of Custom Breadcrumbs 2.0.

Note: If you are upgrading from an earlier 6.x-2.x-dev release you will likely get the following error message when you run update.php.

* user warning: Duplicate key name 'language' query: ALTER TABLE custom_breadcrumb ADD INDEX language (language) in /home/xxx/html/includes/database.mysql-common.inc on line 434.
* user warning: Duplicate key name 'node_language' query: ALTER TABLE custom_breadcrumb ADD INDEX node_language (node_type, language) in /home/xxxxx/html/includes/database.mysql-common.inc on line 434.
* user warning: Duplicate column name 'name' query: ALTER TABLE custom_breadcrumb ADD `name` VARCHAR(128) DEFAULT NULL in /home/xxxxx/html/includes/database.mysql-common.inc on line 298.

You can safely ignore these warnings! The module will work fine after the upgrade. The updates failed because you had already updated your database by using the 6.x-2.x-dev version. Unfortunately, some of the updates in 6.x-2.x-dev had to be renumbered to make the update from the 6.x-1.x branch work properly.

This will only happen to those who have installed an earlier version of 6.x-2.x-dev. If you uninstall and do a clean install you will not see the error. But that is not required - just ignore and have a great day.

Created by: MGN
Created on: 30 Sep 2009 at 22:51 UTC
Last updated: 1 Oct 2009 at 05:54 UTC
New features
Unsupported

Other releases