Hi there,
you have to force the creation of the table.
Please open the file wp-content\plugins\yith-desktop-notifications-for-woocommerce\includes\class.yith-wcdn-desktop-notifications-db.php and scroll the file until the method install.
Change the code like following code.
From
public static function install() {
self::create_db_table();
}
To
public static function install() {
self::create_db_table(true);
}
After that, save the changes and open one page of your site, anything, not important.
The table should be created.
If yes, you can reset the code at the previous version.
I hope to be helpful for you.
-
This reply was modified 7 years, 5 months ago by
YITHEMES.
That worked great, thanks!
Hi there,
very happy to see that my suggestion has helped you 🙂
If you’re happy of our support, it would be fantastic receive your review at
https://ww.wp.xz.cn/support/plugin/yith-desktop-notifications-for-woocommerce/reviews/#new-post
Many thanks for your time.
Have a nice day!
-
This reply was modified 7 years, 5 months ago by
YITHEMES.