Upgrade
Hi I noticed these 2 errors in the log after my SSL certificate was installed, I am not good with PHP could someone please help me with a solution. Thank you.

2014-03-18 21:34:23 - PHP Notice: Use of undefined constant HTTPS_CATALOG - assumed 'HTTPS_CATALOG' in /home/mysite/public_html/store/admin/model/tool/image.php on line 34
this is line 34-----> return HTTPS_CATALOG . 'image/' . $new_image;
2014-03-18 21:34:24 - PHP Notice: Use of undefined constant HTTPS_CATALOG - assumed 'HTTPS_CATALOG' in /home/mysite/public_html/store/admin/controller/setting/setting.php on line 1182
this is line 1182-----> $server = HTTPS_CATALOG;