Hi, hope you can help me with this
The problem is that there are no skins listed at all, not even the default "minimal extropy" skin that comes with the community version. This is how it happens:
I installed community version 5.5.1 and it worked fine, added several commercial modules, the
iFinity URL Master gave me errors and didn't install.
Only after that, I went to the skins section for the very first time and it was empty, I can see the controls to filter skins, but the table that actually list them and their containers is just empty.
I switched to several browsers hoping that it were some kind of render error, maybe a misplaced div or a hidden nav but there was no luck.
Using firebug I inspected the page and found that there are two tables (one for skins, one for containers) with no row/column declared, I'm sure they are dynamically generated, below is the code taken from the rendered skins page.
Lines 8 & 9 have the empty table for skins.
Lines 20 & 21 have the empty table for containers.
01.
<
table
cellspacing
=
"0"
cellpadding
=
"2"
border
=
"1"
width
=
"100%"
>
02.
<
tbody
><
tr
>
03.
<
td
bgcolor
=
"CCCCCC"
align
=
"center"
class
=
"Head"
>
04.
<
span
id
=
"dnn_ctr366_editskins_lblSkinTitle"
>Skins</
span
>
05.
</
td
>
06.
</
tr
>
07.
<
tr
>
08.
<
td
align
=
"center"
><
table
cellspacing
=
"4"
cellpadding
=
"4"
id
=
"dnn_ctr366_editskins_tblSkins"
>
09.
</
table
>
10.
</
td
>
11.
</
tr
>
12.
</
tbody
></
table
>
13.
<
table
cellspacing
=
"0"
cellpadding
=
"2"
border
=
"1"
width
=
"100%"
>
14.
<
tbody
><
tr
>
15.
<
td
bgcolor
=
"CCCCCC"
align
=
"center"
class
=
"Head"
>
16.
<
span
id
=
"dnn_ctr366_editskins_lblContainerTitle"
>Containers</
span
>
17.
</
td
>
18.
</
tr
>
19.
<
tr
>
20.
<
td
align
=
"center"
><
table
cellspacing
=
"4"
cellpadding
=
"4"
id
=
"dnn_ctr366_editskins_tblContainers"
>
21.
</
table
>
22.
</
td
>
23.
</
tr
>
24.
</
tbody
></
table
>
Since I didn't noticed it after the installation, I'll start all over again.