• At first activation, I get the following errors:

    Table ‘REDACTED.wp_6_searchinsights_single’ doesn’t exist
    DESCRIBE wp_6_searchinsights_archive;
    Table ‘REDACTED.wp_6_searchinsights_archive’ doesn’t exist

    The very first time I perform a search after installing, I get the following error:

    Notice: Trying to get property ‘time’ of non-object in REDACTED/wp-content/plugins/wp-search-insights/class-search.php on line 248
    (as there IS no last_search_term)

    Cheers ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @madtownlems,

    Thanks for your feedback! We’ll look into this.

    The first issue seems to be caused by the database table not being installed.

    The update script should run on each version change. Can you try changing the version wp-search-insights.php? This should force the upgrade script, and resolve the first issue.

    We’ll patch the second issue soon.

    this seems to happen if you install it on a multisite environment, then visits are tracked without the subsites having loaded the back-end yet.

    Visiting the admin site of a subsite will resolve the issue.

    We’ll patch it by making sure the database upgrade runs on each subsite after installing the plugin.

    @madtownlems both issues have been fixed and are waiting to get merged. Thanks for your feedback!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Couple minor bugs to look at’ is closed to new replies.