all files are ok, same for the permissions...
i think that the problem is an error in js console (last row)::
Code:
syntax error (index.php:446)
for(i in dashletIds) {
SUGAR.mySugar.homepage_dd[j] = new ygDDList('dashlet_' + dashletIds[i]);
SUGAR.mySugar.homepage_dd[j].setHandleElId('dashlet_header_' + dashletIds[i]);
SUGAR.mySugar.homepage_dd[j].onMouseDown = SUGAR.mySugar.onDrag;
SUGAR.mySugar.homepage_dd[j].afterEndDrag = SUGAR.mySugar.onDrop;
j++;
}
for(var wp = 0; wp <= ; wp++) { it seems like the following row of MySugar.tpl is not correctly parsed:
Code:
for(var wp = 0; wp <= {/literal}{$hiddenCounter}{literal}; wp++) { how to fix this?
Bookmarks