I just installed Oreon an ran into quite a roadblock, there's nothing in the database, not even tables. I ran the ./install.sh script without errors. Logged onto http://localhost/oreon/ without problem, filled out the database information (passwords and such) got to the login prompt and when I tried to log in I got
Error when query the database: Table 'oreon.user' doesn't exist Query: SELECT user_id FROM user WHERE user_alias='admin' and user_passwd='1be175beb1f9c2b07fac2e2199be40a8'
Logged onto MySQL saw there was a database called oreon but it had no tables. The oreon user is there with permission the the oreon database but the database is competely empty. I recieved no errors durin any of the install process, the web portion seems to be there (I have a login prompt). Any ideas?
I'm running Fedora Core 4 with Apache 2.0.54, MySqL 4.1.11, and PHP 5.0.4
Error when query the database: Table 'oreon.user' doesn't exist Query: SELECT user_id FROM user WHERE user_alias='admin' and user_passwd='1be175beb1f9c2b07fac2e2199be40a8'
Logged onto MySQL saw there was a database called oreon but it had no tables. The oreon user is there with permission the the oreon database but the database is competely empty. I recieved no errors durin any of the install process, the web portion seems to be there (I have a login prompt). Any ideas?
I'm running Fedora Core 4 with Apache 2.0.54, MySqL 4.1.11, and PHP 5.0.4
Comment