Confirmed. Autoposting is not working on the fresh install of WP (or plugin) due to wp-cron-task isn’t created on plugin activation.
To fix this, I’ve installed Crontrol plugin, added “minutely” schedule, and then added “WP-Cron Event”, which hook name is nxs_querypost_event.
Now it’s working like a charm. Thanks to DFC005.
-
This reply was modified 7 years, 9 months ago by BasTaller.
Hi.
You should to change DB encoding to UTF-8 – by default developers made it in latin encoding.
Open your WP db in e.g. phpMyAdmin, locate wp_pbci_mail_control and wp_pbci_mail_queue tables, change their encoding to UTF-8, then navigate to table structure (both of them), find all rows with latin encoding, and change them to UTF-8 too.
Or make it as described here:
http://stackoverflow.com/questions/8906813/how-to-change-the-default-charset-of-a-mysql-table