Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You're asking a lot of questions here. I'll address the one on your subject.</p> <p>1) If you are seeing redirects on the Admin pages, check the database, often times on old upgrades the "issecure" flag will be set on those admin pages, and that will cause odd redirects. If you have access to the database, just check out the TABS table.</p> <p>Update 4/16/2013 You might try disabling FriendlyURLs all together and see if that helps you at least get into the admin/host pages. On the DB try updating the UseFriendlyUrl setting in hostsettings, if you don't have an ObjectQualifier in your web.config you could use this SQL</p> <pre><code>update hostsettings set SettingValue = 'N' where settingname like 'usefriendlyurls' </code></pre> <p><strong>UPDATE</strong> Based on the updated question, I'm thinking that you have one of two problems. Either the Skin is having issues due to using the SolPart menu, or more likely, your MODULE Containers are having problems on the page.</p> <p>I believe you said you can access the ADMIN page now, but not child pages. I would set the Skin the Admin page (through the page settings) to one of the Gravity Skins (whichever you like). Then, once you've saved those settings, try the Apply Skin to All Child Pages, see if that sets the skin on all the admin child pages correctly. If setting the Skin doesn't work, try the same for the Container on the Admin page.</p> <p>If that works, then you might have to do the same for the HOST menu. Though you might need to do that one through the DB.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload