Welcome Guest, Not a member yet? Register   Sign In
load database blank screen
#7

(This post was last modified: 01-22-2015, 01:45 PM by sneakyimp.)

(01-19-2015, 01:54 PM)treadman Wrote:
(01-19-2015, 12:05 PM)Narf Wrote: You probably don't have the PHP mysql extension installed.

No that's not it.  phpinfo() show mysql and I wrote a little PDO script to read from a table.

This may still be correct. the mysql extension has been deprecated and you should not use it. Try mysqli (stands for mysqli improved) instead. I can't seem to locate any documentation links that describe what all the valid options are. The CI 3 docs look fairly helpful.

EDIT: just to be clear, the old mysql extension may not exist in your new PHP version. You would still see some MySQL configuration information in phpinfo, but that would be referring to mysqli ("MySQL Improved") or perhaps PDO or something.
Reply


Messages In This Thread
load database blank screen - by treadman - 01-18-2015, 03:42 PM
RE: load database blank screen - by Avenirer - 01-19-2015, 02:03 AM
RE: load database blank screen - by treadman - 01-19-2015, 06:32 AM
RE: load database blank screen - by Narf - 01-19-2015, 12:05 PM
RE: load database blank screen - by treadman - 01-19-2015, 01:54 PM
RE: load database blank screen - by sneakyimp - 01-22-2015, 01:44 PM
RE: load database blank screen - by CroNiX - 01-21-2015, 01:51 PM
RE: load database blank screen - by mwhitney - 01-28-2015, 10:32 AM
RE: load database blank screen - by dbui - 01-30-2015, 10:24 PM
RE: load database blank screen - by randy_rebucas - 01-31-2015, 12:27 AM
RE: load database blank screen - by noahsarkive - 02-18-2015, 08:32 AM
RE: load database blank screen - by medunes - 05-16-2015, 08:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB