I´m trying to install, and when I try to access the home page .. show this
Java
1
2
3
4
5
Title of your site
2012-02-0811:47
Fatal error : Default skin not found.
I put the defould theme ..
Java
1
2
$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/... !!