Forums / Cotonti / Support / Fatal error : Default skin not found

I´m trying to install, and when I try to access the home page ..

emilsata
#1 2012-02-08 11:55

I´m trying to install, and when I try to access the home page .. show this

 

Title of your site

2012-02-08 11:47

Fatal error : Default skin not found.

I put the defould theme ..

$cfg['defaultskin'] = './skins';         // Default skin code. Be SURE it's pointing to a valid folder in /skins/... !!
$cfg['defaulttheme'] = '/sed-light';     // Default theme, only name, not like skinname.css. Be SURE it's pointing to a valid folder in /skins/defaultskin/... !!

What to do now?

GHengeveld
#2 2012-02-08 12:12

$cfg['defaultskin'] must be the name of one of the folders in ./skins, so not ./skins itself. It should be "sed-light" in this case.

$cfg['defaulttheme'] must be the name of a .css file within the folder defined in $cfg['defaultskin']. "default" usually works.

Neither of these fields should contain slashes or dots.

peptobismal
#3 2012-02-17 22:10

Yes, all ACTUAL folder attributes/locations are already defaulted above in the config file, so putting any slashes in those will make it go back a folder.