Tagged: form, lead, table errors
- This topic has 3 replies, 2 voices, and was last updated 6 years, 10 months ago by
Steve.
-
AuthorPosts
-
-
April 7, 2015 at 1:29 pm #3582
justinMemberNot 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_idI 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.
-
April 9, 2015 at 8:56 am #3596
-
April 9, 2015 at 9:54 pm #3614
justinMemberWhere 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.
-
April 10, 2015 at 10:20 am #3622
-
-
AuthorPosts
- The topic ‘Database Error when adding plugin’ is closed to new replies.