Milamber
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotes for WooCommerce] Change text on ButtonThanks for the info Benjamin, looks like someone had indeed overwritten WP_CONTENT_URL
define(‘WP_CONTENT_URL’, ‘/wp-content’);
Having the same issue. WP 4.0.1, GA 5.2
Also, not sure if it’s related, but if I try to uncheck any options on the GA > Settings > General I get an “There where no changes to save, please try again.” error.
Forum: Fixing WordPress
In reply to: 500 error when updating *some* usersResolved.
Issue was with some tables and some keys in wp_usermeta leftover by the YourMembers plugin.
Removed all instances of ym_user and ym_status from wp_usermeta and removed the other orphaned tables.
I have no idea what version of the plugin was installed so this problem may no longer occur with current version.
Forum: Fixing WordPress
In reply to: 500 error when updating *some* usersI’ve narrowed the problem down to being a db issue… somewhere.
Yay, fun! /shudder
Time to go play in phpmyadmin.Thanks for the advice adiant.
Forum: Fixing WordPress
In reply to: 500 error when updating *some* usersThere doesn’t appear to be any correlation between the two.