bernderk
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Still problems upgrading to 14.04I was able to resolve it. Deleted the wp_yoast_indexable table. downgraded to 13.5 and the updated to 14.04 again.
Thanks!
Forum: Plugins
In reply to: [Yoast SEO] Still problems upgrading to 14.04Thanks for the feedback.
I double checked the database privileges and they are fine
+-------------------------------------------------------------------------------------------------+ | GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER ON <code>user</code>.* TO 'database'@'localhost' | +-------------------------------------------------------------------------------------------------+
When I create a table manually, for instance wp_yoast_indexable_hierarchy, it is deleted after I press the “Reset indexables tables & migrations” button.
And I am not able to find the “Click here to speed up your site now” button in the tools section of seo.
Further instructions appreciated – Thanks
*/
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘db’);/** MySQL database username */
define(‘DB_USER’, ‘user’);/** MySQL database password */
define(‘DB_PASSWORD’, ‘pw’);/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8mb4’);/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);perhaps the database parameter, that for some reason the plugin tries to update or create tables in another schema. I have running the WordPress and db on the same puppetized server without changes. Unfortunately there is nothing in syslog and apache error log..
It is not a permission problem, i think the database parameter is not given correctly.
Multiple people having this problem over here as well