starpowerit
Forum Replies Created
-
Submitted via your ticketing system. Referenced this issue’s URL.
Yeah, sounds like Yoast need to get in and help on this one for me.
Thanks again @onestatero! Much appreciated. 🙂
Thanks @onestatero. I deactivated the plugin, dropped the tables and reactivated it, and unfortunately it still is showing me the error 🙁 .
FYI for those wanting to try @onestatero’s solution, the newly inserted tables are:
- wp_yoast_indexable
- wp_yoast_indexable_hierarchy
- wp_yoast_migrations
- wp_yoast_primary_term
Hi @onestatero – thanks for replying.
What tables are the ones that are added in 14.0? I don’t think any tables got added into my DB 🙁 .
I am also experiencing this with a recent plugin upgrade on my local development environment (upgraded 5 mins ago). My local environment has full permissions to the local database.
What are the tables that should have been created? I can check my local db to see if they were in fact created and it’s a false positive error.
Forum: Plugins
In reply to: [WP Mail Logging] XML Markup Compatibility with v1.8.5Thanks, the format of the XML in the “message” column of the wpml_mails table is as follows:
<?xml version=”1.0″?>
<request>
<timestamp><![CDATA[20190318124647]]></timestamp>
<title><![CDATA[]]></title>
<node><![CDATA[Text in node1]]></node>
<node2><![CDATA[Text in node2]]></node2>
</request>This is reduced from its original format of course but it would suffice for testing purposes.
When will the new 1.8.6 plugin be available?
Thanks again for your help.