• Resolved fullworks

    (@fullworks)


    After installing and activating …..

    WordPress database error: [Table ‘wp.wp_widget_revisions’ doesn’t exist]
    SELECT COUNT(id) as total_row FROM

Viewing 1 replies (of 1 total)
  • Thread Starter fullworks

    (@fullworks)

    OK this is the fix.

    Line 28 of your plugin file has an SQL error

    idbigint(20) UNSIGNED UNSIGNED NOT NULL AUTO_INCREMENT,

    The duplicated UNSIGNED

    should be

    idbigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,

    You can thank me later. Looking forward to an update.

Viewing 1 replies (of 1 total)
  • The topic ‘Come up with an error’ is closed to new replies.