I have upgraded all my sites to CMSMS 2.1.3 with admin-theme oneeleven. With the exception of one site, which is hosted on a Novell-server with PHP 5.3.17 installed. Therfore here is still CMSMS 1.12.2 working. Today I tried to switch over to oneeleven in order to have the same administration theme anywhere. But this will not work, the menu is completely corrupted. I compared the produced code with a working local XAMPP-installation and found the following difference:
ok:
Code: Select all
<option selected="selected" value="listcontent.php?_sx_=663b9b9a525cb92a"> Seiten</option>
<option value="imagefiles.php?_sx_=663b9b9a525cb92a"> Bildverwaltung</option>
Code: Select all
<option selected="selected" value="listcontent.php?_CMSKEY_=XXXXXXXXXXXXXXXX"> Seiten</option>
<option value="imagefiles.php?_CMSKEY_=XXXXXXXXXXXXXXXX"> Bildverwaltung</option>
Any ideas how to fix this?
regards Peter