Page 1 of 1

[SOLVED] Using HTTPS on the admin section

Posted: Fri Sep 27, 2013 4:15 pm
by sonnydavis
I'm using CMS version 1.11.2.1. I'm trying to get the admin section to use HTTPS. I added these lines to config.php:

Code: Select all

$config['root_url'] = 'http://atmae.jscc.edu';
$config['ssl_url'] = 'https://atmae.jscc.edu';
$config['admin_url'] = 'https://atmae.jscc.edu/admin';
Now, when I go to "http://mysite/admin, it automatically redirects to HTTPS. I can log in and we're still on HTTPS. So far so good.

But the heading links on the left side don't work anymore (CMS, Content,Layout,Users & Groups,Extensions, Site Admin, My Preferences). When the admin page loads, the CMS dropdown is expanded and shows Home, View Site, and Logout. The right side of the page displays all of the links to the rest of the areas. If I click on an area, the dropdown for that area expands on the left and shows the links underneath. Those links all work, but I can't expand any other headings. When I hover over the headings, they turn blue and the down arrow is displayed, but clicking them does nothing.

What am I missing here?

Re: Using HTTPS on the admin section

Posted: Fri Sep 27, 2013 5:59 pm
by calguy1000
1.11.2.1 is no longer supported. Please upgrade to 1.11.8 (or in the next day or two 1.11.9).

Re: Using HTTPS on the admin section

Posted: Mon Sep 30, 2013 8:39 pm
by sonnydavis
I upgraded to 1.11.9 and all is well now. Thanks!

SOLVED: Using HTTPS on the admin section

Posted: Tue Oct 01, 2013 8:34 pm
by sonnydavis
This has been solved.