Uploading mongodb ext in my php build

i wanted to add the mongodb extention to connect my mongodb to the mysql but i cant find the extention enabling option. What to do now?

1 Like

Welcome to the forum :slight_smile:

I’m not familiar with mongodb, but external connections to the database is blocked on free hosting :frowning:

Sorry if I’ve misunderstood what you’re asking

1 Like

Not external connection actually but needed mongodb driver installed on the php :smiling_face_with_tear:. So my plugin actually run.

1 Like

ah right I see.

Unfortunately, if the php driver isn’t already installed, then there’s no way to add it. On the free hosting, theres no way to install custom drivers ect

3 Likes

I see. Okay then.

Enabling additional PHP extensions is not supported on free hosting, that’s a feature only available with premium hosting. The MongoDB extension is one of the extensions you can enable there.

On free hosting, I suggest building your website to work with MySQL instead of MongoDB instead, if possible.

6 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.