Page 1 of 1

cant change skins

Posted: 15 Mar 2016, 23:26
by correiax
Hi
I've notice most of the skins aren't loading , they keep loading for minutes and nothing happens. :cry:
thanks
RC

Re: cant change skins

Posted: 16 Mar 2016, 00:00
by mjau-mjau
You upgraded from 0.15 to 0.15.1 at some point? You have some outdated, or incorrectly cached files. Your styler is trying to load files from the previous version, which does not exist:
http://correiax.com/mfwd/public/css/0.1 ... ylight.css

New one exists:
http://correiax.com/mfwd/public/css/0.1 ... ylight.css

Not 100% sure what went wrong, but you can hotfix it. Open /app/stacey.inc.php in a text editor, go to line 12 and edit to the following:
Code
static $version = '0.15.1';

Re: cant change skins

Posted: 17 Mar 2016, 06:23
by correiax
Thanks Karl! now its working fine :mrgreen: