• Resolved joaopaulo14a

    (@joaopaulo14a)


    I have installed the plugin but the tables are not being created

    [Table ‘wp_wsal_occurrences’ doesn’t exist]
    SELECT wp_wsal_occurrences.* FROM wp_wsal_occurrences ORDER BY created_on DESC LIMIT 25, 25

    What is happening ?

    • This topic was modified 2 years, 7 months ago by joaopaulo14a.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter joaopaulo14a

    (@joaopaulo14a)

    I think is conflict with some plugin that i’m using.

    Plugin Support robertabela

    (@robert681)

    Hello @joaopaulo14a

    Thank you very much for using our plugin.

    I am sorry to read about your issue. The plugin creates the tables during activation. It creates the following two tables:

    – wp_wsal_metadata
    – wp_wsal_occurrences

    If they are not being created, first check that the database user has the permission to create the tables in the database. If it has the right privileges, as you said, it might be another table stopping it.

    Do you have any security / db management plugin that stops other plugins for creating tables? If so, try to deactivate them until you activate WP Activity log and it creates the table.

    Please let us know if you manage to get the plugin up and running or if you need additional help.

    Looking forward to hearing from you.

    +1 for the issue.

    Version: 4.4.1

    At my end, I tried disabling and enabling the plugin and removing any plugin data from “options” table but still, the problem persist. I checked with fresh install also with no other plugin but face the same issue. The following tables were missing:
    – wp_wsal_metadata
    – wp_wsal_occurrences

    I manually created the above tables and ran the migration from plugin class “WSAL_Upgrade_43000_To_44400” to remove the error.

    Regards
    Ankit

    Plugin Support robertabela

    (@robert681)

    Hello @ankitchauhan22

    Thank you for your message. As per the forum guidelines please open your own forum thread if you need support from our end.

    Thank you for your cooperation and understanding.

    Plugin Support robertabela

    (@robert681)

    Hello @joaopaulo14a

    We have just released update 4.4.2 that addresses a couple of database tables issues, one of which related to the creation of the tables. Can you please install version 4.4.2? This should address this issue.

    Please let me know if there is anything else we can assist you with.

    Have a great day.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Plugin tables not being created’ is closed to new replies.