Forums | Mahara Community
Support
/
upgrade and switch to https
26 August 2014, 10:01
Hi,
I recently upgraded from 1.7.2 to 1.9 and tested it all in an http setting by running the installation in a folder on the subdomain. It seemed to work fine. I then redirected the subdomain to point to the new folder. At the same time, my college switched to https.
Now, when I open the main page, I can see the login but the images are broken. When I log in all I can see is the header with the mahara logo and my own personal link. I can see my own profile page, but cannot open any other links such as settings or content.
I have edited the config page to show both:
$cfg->wwwroot = 'https://eportfolio.cisweb.hct.ac.ae/';
$cfg->httpswwwroot = 'https://eportfolio.cisweb.hct.ac.ae/';
My server IT guy seems to think it is Mahara but I wonder if there is some other setting for switching to https with subdomains. The link is: https://eportfolio.cisweb.hct.ac.ae .
Any help is most appreciated!
Thanks,
Paul
01 September 2014, 7:35
Hi Paul,
It looks as though the value for wwwroot is set to http:// somewhere.
Can I get you to check your config table in your database?
Try running this command:
SELECT * FROM config WHERE field = 'wwwroot';
If the value begins with 'http://' then you can delete the row as you've got the value set in the config.php file anyway.
DELETE FROM config WHERE field = 'wwwroot';
Cheers
Robert