Viewing 3 reply threads
  • Author
    Posts
    • #3582
      justin
      Member

      Not sure if this is a major problem, but when I just added Gravity Forms plugin to my wordpress installation, I received the following errors. I am currently running the 9.5u beta version.

      
      WordPress database error: [Table 'extreme_piklist.xs_rg_form' doesn't exist]
      SELECT f.id, f.title, f.date_created, f.is_active, 0 as lead_count, 0 view_count FROM xs_rg_form f WHERE is_trash=0 AND is_active=1 ORDER BY title ASC
      
      WordPress database error: [Table 'extreme_piklist.xs_rg_lead' doesn't exist]
      SELECT form_id, count(id) as lead_count FROM xs_rg_lead l WHERE status='active' GROUP BY form_id
      
      WordPress database error: [Table 'extreme_piklist.xs_rg_form_view' doesn't exist]
      SELECT form_id, sum(count) as view_count FROM xs_rg_form_view GROUP BY form_id
      

      I also got this error when I installed the Gravity forms User registration Add-on

      
      WordPress database error: [Table 'extreme_piklist.xs_signups' doesn't exist]
      DESCRIBE xs_signups;
      

      It looks like piklist is trying to verify a table exists for piklist that a new plugin just created for itself.

    • #3596
      Steve
      Keymaster

      @justin– This is the first time we’ve heard of this issue. I just tested with Pikist and Gravity Forms and didn’t get that error. Do you have any other plugins activated?

    • #3614
      justin
      Member

      Where did you install the plugin from? I had to manually upload the plugin, because I purchased the full version. Maybe it is only on upload, not just from the store. I do not think it maters the plugin, as long as it creates new tables.

      I have many other plugins installed.

      Most are related to my theme which includes WPBakery Visual Composer.

      Since the error only appears when I uploaded the plugins, I am not too terribly worried about it because I don’t see any adverse problems. If it is not happening for you then it might just be a conflict with one of my other plugins.

      I tried trouble shooting it by deleting the plugin and re-uploading it, but no more errors. I think that is because the tables were already created.

      Thanks for trying.

    • #3622
      Steve
      Keymaster

      @justin– We’ve never heard of this issue before, so my guess is that it’s another plugin. I’m going to close this ticket. If you have any other issues please open another ticket.

Viewing 3 reply threads
  • The topic ‘Database Error when adding plugin’ is closed to new replies.