I have a MySQL error anyone know?

Just installed all connections are fine except . . .

Zenphoto Error
MySQL Query ( INSERT INTO `zp_options` (name, value) VALUES ('zenphoto_release','1219') ) Failed. Error: Table 'squirre_zp.zp_options' doesn't exist
It looks like your zenphoto tables haven't been created. You may need to run the setup script.

Comments

  • can you post a link to your site? The error says that the options table did not get created. That should have happened when you ran setup before it tries to update the release option. So, can you look at your database and see if there is a table `zp_options`?
  • yeah
    by the way I get the following . . No tables found in database

    http://www.asnd16.com/eye/zenphoto/
  • Well, there should have been tables creted in the database by setup. There is nothing indicated that would cause that problem. Maybe Tris will have an idea.
  • Could the following be an issue?

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in ~/eye/zenphoto/zp-core/setup.php on line 51
  • That is more of a symptom. The problem is that the tables were not created the way they should have been.
Sign In or Register to comment.