things I learned about color module
Posted by hamu | On Tuesday, 9 February 2016
English
Problem:
Changing theme colors using the admin area failed.
Solution:
The logo.png file was missing from the theme's root folder, probably causing a uncaught exception that caused the bug. After locating the image file in thr correct place (root folder), the problem ceased.