Getting this error after installing and enabling the dev version of the module:

Additional uncaught exception thrown while handling exception.

Original

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT lid, location FROM {locales_source} WHERE source = :source AND context = :context AND textgroup = 'default'; Array ( [:source] => Loading token browser... [:context] => ) in _locale_parse_js_file() (line 1563 of /Applications/MAMP/htdocs/includes/locale.inc).

Additional

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: INSERT INTO {watchdog}

Getting same error if using the stable version of the module.

-Trevor

Comments

ambientdrup’s picture

I'm also getting the white screen when trying to use the 7.x-1.x version.

-Trevor

ShedPhotons’s picture

Issue summary: View changes

Node tab (path: /admin/structure/custom_breadcrumbs/node/add) does this in version 7x.2.0-beta-1.

Page shows "You are here" followed by top tabs, then dies on line 17 :
<div class="element-invisible"><a id="main-content"></a></div>

Node tab is working on a different site using the same base theme (Omega). Could not find anything helpful in logs.

huziy’s picture

I have a similar problem as ShedPhotons... The weird thing is that it works fine on the local version of the website.. Is there any other way to create custom breadcrumbs? Cheers

huziy’s picture

I've verified this in the following way:

1. Dumped a copy of the live site, on which I cannot add custom breadcrumbs
2. Restored it locally and locally It works..

Thanks