I´m trying to install, and when I try to access the home page ..
emilsata |
|
||||
---|---|---|---|---|---|
I´m trying to install, and when I try to access the home page .. show this
I put the defould theme ..
What to do now? |
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. |
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. |