On 08/28/2012 07:51 AM, Rob Sheldon wrote:
The error wasn't showing up in any of RC's various logs, even with all the knobs turned up. A quick grep found rcube_template to be the most likely cause; on a whim I decided to grep the installation for "larry" and found a half-dozen or so references there. Changing them all to "default" made everything happy again.
Is it possible to not hard-code the name of a theme, and instead grab it from the config file?
No, there always be a need to hardcoded fallback. You just encountered a bug in 0.8.0, which was fixed in 0.8.1. It means in 0.8.1 you shouldn't need to change anything.