laurencedawson / embr

Lightweight blog built using the CodeIgniter framework
129 stars 17 forks source link

Missing SQL #12

Closed moos3 closed 13 years ago

moos3 commented 13 years ago

The installation process is missing the SQL for mysql. Right now a fresh installation just whitescreens. Help please.

laurencedawson commented 13 years ago

Hi there, the SQL is contained in the file /application/models/setup_model.php

Provided you entered your database details correctly into the database config file, it should automatically setup the db for you. Let me know if it works!

moos3 commented 13 years ago

Fatal error: Call to a member function num_rows() on a non-object in /Users/moose/srv_backup/blog/embr/system/database/drivers/mysql/mysql_driver.php on line 381

Getting this. Ideas ?

yangboz commented 13 years ago

Mark the same problem .

laurencedawson commented 13 years ago

I'll take a look into this, thanks guys!