• This error shows up in write / post udnerneath the category area.
    When I was intalling the plugin I got another error, the one listed a few post down that was said to be unknown. I am on the newest WP and on PHP 5.

    WordPress database error: [Table ‘wordpress.wp_aleph_sets’ doesn’t exist]
    SELECT wp_aleph_sets.ID, wp_aleph_sets.owner, wp_aleph_sets. name, wp_term_taxonomy.count, wp_term_taxonomy.description, wp_users.display_name, wp_users.user_nicename FROM wp_aleph_sets INNER JOIN wp_term_taxonomy ON (wp_aleph_sets.term_taxonomy_id = wp_term_taxonomy.term_taxonomy_id) INNER JOIN wp_users ON (wp_users.ID = wp_aleph_sets.owner) WHERE wp_aleph_sets.owner = ‘1’

Viewing 1 replies (of 1 total)
  • Hi,

    There is a bug with WordPress that doesn’t allow plugins to create tables in the database when activated for the first time. As the Aleph Sets require those databases, it gives you that error. You can:

    – Create the table manually (if you need to use Sets).
    – Disable sets in Aleph’s Options Page.

    I oope it works for you.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Aleph] Databse error’ is closed to new replies.