rasmusbergpalm / jslate

Write your dashboards in pure html/js
jslate.com
244 stars 54 forks source link

Missing Database Table #9

Closed mattrising92 closed 11 years ago

mattrising92 commented 12 years ago

Hi, first and foremost I'm a novice. I'm using LAMPP on Linux 1.8.0 so my Apache root directory is located in /opt/lampp/ I've been trying trying to install jSlate according to the installation instructions. Mod_rewrite is enabled by default. Ran jslate.sql through mysql command. Edited database.php and emptied out login and password since I didn't assign any. But I'm pretty much stuck here "open up localhost/jslate/users/add"

I tried that on my browser and the following error came out:

Strict Standards: Redefining already defined constructor for class Object in /opt/lampp/htdocs/jslate/cake/libs/object.php on line 54

Strict Standards: Non-static method Configure::getInstance() should not be called statically in /opt/lampp/htdocs/jslate/cake/bootstrap.php on line 38

Strict Standards: Non-static method CakeLog::getInstance() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/jslate/cake/libs/cake_log.php on line 290 Missing Database Table Error: Database table users for model User was not found. Notice: If you want to customize this error message, create app/views/errors/missing_table.ctp

Honestly I don't know where to go from here. Any ideas?

Matt Li

rasmusbergpalm commented 12 years ago

Disable strict standards Verify that running the sql created the tables Verify that your app/config/database.php has the correct information in it,