2016-05-17

What is meant by: "add SSL URL to catalog and admin config files"?
Understand the config part in root folder and admin folder.

Have changed line 4 in system/config/catalog.php to $_['site_ssl'] =true; as suggested here in forum.

Even after setting it back to ssl =false; my front end is gone (admin end works fine) getting these errors:

Notice: Use of undefined constant DB_DRIVER - assumed 'DB_DRIVER' in ../htdocs/*/system/config/catalog.php on line 8

Notice: Use of undefined constant DB_HOSTNAME - assumed 'DB_HOSTNAME' in ../htdocs/*/system/config/catalog.php on line 9

Notice: Use of undefined constant DB_USERNAME - assumed 'DB_USERNAME' in ../htdocs/*/system/config/catalog.php on line 10

Notice: Use of undefined constant DB_PASSWORD - assumed 'DB_PASSWORD' in ../htdocs/*/system/config/catalog.php on line 11

Notice: Use of undefined constant DB_DATABASE - assumed 'DB_DATABASE' in ../htdocs/*/system/config/catalog.php on line 12

Notice: Use of undefined constant DB_PORT - assumed 'DB_PORT' in ../htdocs/*/system/config/catalog.php on line 13

Fatal error: Uncaught exception 'Exception' with message 'Error: Could not load database adaptor DB_DRIVER!' in ../htdocs/*/system/library/db.php:11 Stack trace: #0 ../htdocs/*/system/framework.php(25): DB->__construct('DB_DRIVER', 'DB_HOSTNAME', 'DB_USERNAME', 'DB_PASSWORD', 'DB_DATABASE', 'DB_PORT') #1 ../htdocs/*/index.php(26): require_once('/homepages/18/d...') #2 {main} thrown in ../htdocs/*/system/library/db.php on line 11

I want to change my dev. subdomain to the main domain which has a SSL geo-trust cert.
Any suggestion how to fix it? Can someone point me in the right direction. Cheers.

If you need any more info, pls let me know.

Statistics: Posted by dragonfly-ie — Tue May 17, 2016 4:09 pm

Show more