Problem
You get the error
Could not open ./../styles/prosilver/template/colour_swatch.html
when trying to refresh the template into the database
Cause
You have a file cached in the database which was removed in a previous version and as such the board is still looking for that file to refresh, but if your files are up to date it will not be present.
Solution
Run this query
- Code: Select all
DELETE FROM `phpbb_styles_template_data` WHERE `template_filename`= 'colour_swatch.html';
Then refresh your boards template
