Post by gossamerLL » Mon Oct 01, 2018 5:28 am

Hi
I'm trying to connect OC 2.3.0.2 to a remote database.
If I use a localhost database, there are no issues, but we want to move the database to a remote server. I've edited both of the config files at / and admin/ but keep getting Error: Could not load database adaptor myslqi!
I've tried adding DIR_DATABASE with the path that goes to /library/db/ where the mysqli.php file is located but still get the same error.

Does anyone have any ideas? Again, I seem to be able to connect to a localhost database without any issues, this only starts when I try to connect to the database on a remote server.

Thanks
Linda

New member

Posts

Joined
Thu Jul 25, 2013 4:13 am

Post by IP_CAM » Mon Oct 01, 2018 6:19 am

try either this:

Code: Select all

// DB
define('DB_DRIVER', 'mysql');
or then this:

Code: Select all

// DB
define('DB_DRIVER', 'mysqli');
to exist in your config.php files, to find out, what works. :D
Ernie

My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by thekrotek » Mon Oct 01, 2018 7:00 am

You just have a typo in your config. Correct is "mysqli". Do not use "mysql" driver it was deprecated a long time ago.

Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com


User avatar
Expert Member

Posts

Joined
Sun Jul 03, 2016 12:24 am


Post by gossamerLL » Mon Oct 01, 2018 8:09 am

Sorry, I am using mysqli as the db driver. My typo was in the forum not in the config file (man I wish it was that easy!)

New member

Posts

Joined
Thu Jul 25, 2013 4:13 am

Post by thekrotek » Mon Oct 01, 2018 4:12 pm

Then you have a problem with your server and might wanna contact your hosting provider.

Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com


User avatar
Expert Member

Posts

Joined
Sun Jul 03, 2016 12:24 am

Who is online

Users browsing this forum: No registered users and 18 guests