Polr/MySQLnd - What am I doing wrong?


Jordy

Recommended Posts

Hello everyone,

I'm having a small issue, I'm pretty sure I'm just missing something so I didn't want to make a ticket and bother the support staff :)

 

I'm trying to install Polr, a url shortener on one of my development sites (here's a link to Polr: https://github.com/Cydrobolt/polr )

 

It all seems straight forward enough, I went to cpanel and made sure that mysqli, mcrypt, mysqlnd were checked in my php extensions. Saved everything and tried to load the script and I'm getting the below error.

 

 

 

zq92eUK.png

 

I'm sure i've just missed and extra extension or something, does anyone have any ideas?

 

Thanks guys :)

Link to comment
Share on other sites

That is a very strange one what I think is happening is you have both mysql and mysqlnd checked in our PHP extension manager.  The system mysql extension is being loaded and the native mysql extension is not being loaded because of that.  Try unchecking mysql and checking mysqlnd and see if it works then.  If it still does not work then would you mind opening a ticket and sending me a PM with the ticket number?  I'll take a look and see if we can figure out why it's not working as expected.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...