Thanks guys - basically for some reason the website www.gostickit.co.uk is a subdomain of gostickit.co.uk whihc I didnt realise. Changed the config.php and it seems to be working now.
Really appreciate your help.
Really appreciate your help.
Generally, the "first" subdomain is www. ("comes free for the ride"), and whatever others you want to add require your adding their names. and their own settings. Let us know if it doesn't stay fixed for a while, and if it does then go ahead and mark it Solved.
I have been having similar issues since renewing my SSL certificate
http://forum.opencart.com/viewtopic.php ... 45#p403645 or www.homebrewinn.com.au
http://forum.opencart.com/viewtopic.php ... 45#p403645 or www.homebrewinn.com.au
Opencart Version 1.5.1.3
https://www.opencart.homebrewinn.com.au/shop/
I too had this error message after enabling SSL on a 1.5.6 install, when loading the products page in the admin backend. I found that the HTTPS_CATALOG declaration was missing from admin/config.php.midlifedesign wrote:ok so I think I have the shop working ok now but in the admin area I now get the error message
Notice: Use of undefined constant HTTPS_CATALOG - assumed 'HTTPS_CATALOG' in [...]/admin/model/tool/image.php on line 34
if I go into products.
Any ideas anyone?
So I fixed the problem adding an extra line, like this:
Code: Select all
// HTTPS
define('HTTPS_SERVER', 'https://www.example.com/admin/');
define('HTTPS_IMAGE', 'https://www.example.com/image/');
define('HTTPS_CATALOG', 'https://www.example.com/');
For SSL basics see the bottom pair of links in http://forum.opencart.com/viewtopic.php ... 80#p439397
Who is online
Users browsing this forum: No registered users and 111 guests