Getting a string error when editing the Site Summary Block

Issue #227 resolved
Info 3bits created an issue

Got this error with debugger enabled:

Invalid get_string() identifier: 'region-frnt-footer' or component 'theme_bcu'. Perhaps you are missing $string['region-frnt-footer'] = ''; in /var/www/adaptable/theme/bcu/lang/en/theme_bcu.php?

Invalid get_string() identifier: 'region-frnt-footer' or component 'theme_bootstrapbase'. Perhaps you are missing $string['region-frnt-footer'] = ''; in /var/www/adaptable/theme/bootstrapbase/lang/en/theme_bootstrapbase.php?

It is looking for the string in bcu, bootstrapbase and finally in base and can't find it.

Comments (2)

  1. Log in to comment