cotonti.com : Fatal error : Default skin not found https://www.cotonti.com Laatste forum onderwerpen Cotonti en Wed, 25 Feb 2026 02:52:06 -0000 peptobismal 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.

]]>
Vr, 17 Feb 2012 22:10:27 -0000
GHengeveld $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.

]]>
Wo, 08 Feb 2012 12:12:19 -0000
emilsata 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?

]]>
Wo, 08 Feb 2012 11:55:22 -0000