mysql - Codeigniter: $this->load->database(); return blank page -


i use latest ci version 2.2.0.

when put code $this->load->database(); on controller, correspond view page return blank. therefore, can't connect database.

p/s:

  • i have right config database , installed mysql, mysqli php extension
  • the same code work fine on local computer, won't work on hosting.

actually, problem caused using php version > 5.3. fixed that


Comments

Popular posts from this blog

Linux vanilla kernel on QEMU and networking with eth0 -

rdbms - what exactly the undo information lives in oracle? -

clojure - 'get' replacement that throws exception on not found? -