As a note of a problem and a fix:
I was getting this error:
Notice: Use of undefined constant LIQUID_SET_BREADCRUMB_DEFAULT - assumed 'LIQUID_SET_BREADCRUMB_DEFAULT' in /var/www/vhosts/baade.org/httpdocs/sites/www.baade.org/modules/liquid/liquid.module on line 115
Found that there was no constant defined for LIQUID_SET_BREADCRUMB_DEFAULT. The constant is PREF_LIQUID_SET_BREADCRUMB_DEFAULT. So you need to change line 115 to read:
if (variable_get(PREF_LIQUID_SET_BREADCRUMB, PREF_LIQUID_SET_BREADCRUMB_DEFAULT))
Comments
Comment #1
sorenp commentedThanks!!!
I never get these errors for undefined constants so they are somewhat hard to find.
This has been fixed in the latest dev release of the 5.1 version.
Comment #2
(not verified) commented