My first thread so here goes.
My OC version:v1.5.1.3
The problem is whenever I enable the SSL feature in the back end it always causes the region drop down menu to become empty in the front end and the back end, has anyone had any luck in sorting this out or any ideas how this could work?Maybe a text box where the user can enter the region manually...
Just to add the SSL that I have on my site is:123-SSL with 2048 bit encryption.
Thanks in advance

Just to add VQMOD also installed and i have tried this on all browsers:chrome, firefox and explorer still no luck
Update:Solved, a huge thank you to victorj who pointed out to have secure pages as a default. I tried to change the config.php files in root and admin folder to this:
Code: Select all
define('HTTP_SERVER', 'https://www.yourdomain.co.uk/');
define('HTTP_IMAGE', 'https://www.yourdomain.co.uk/image/');
define('HTTP_ADMIN', 'https://www.yourdomain.co.uk/admin/');
// HTTPS
define('HTTPS_SERVER', 'https://www.yourdomain.co.uk/');
define('HTTPS_IMAGE', 'https://www.yourdomain.co.uk/image/');