Report this

What is the reason for this report?

sqli.connect() not working

Posted on April 2, 2014

When I use sqli.connect() I get the following error: “Call to undefined function mysqli_connect() in …”

It seems that sqli has not been installed or I have not set it up properly on the server. I have been googling around and reading different solutions, but I have yet to find a solution.

Here is my phpinfo(): http://107.170.68.152/phptest.php

Can anyone share any light on this issue?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Just found the solution. <br> <br>Apparently basic install of php does not come with these mysql connect functions. <br> <br>“sudo apt-get install php5-mysql” solved it for me.

Glad you figured it out dante!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.