Lex (Buyer)
125 Reputation

Answers

Re-save permalinks Admin > Settings > Save Changes That fixed it for me. The error (PHP Catchable fatal error: Object of class WP_Error could not be converted to string in /var/www/csgohub.gg/htdocs/wp-includes/formatting.php...

View Question
1 Vote Selected commented on answer

I'm not sure specifically about version 4, but i've done it before with an sql query like so... <?php $sql = <<<HERE SELECT `user_id`, `meta_value` FROM wp_usermeta WHERE wp_usermeta.meta_key...

View Question
1 Vote

It's not Anspress, it's the core WP Comments. This can be filtered like so...   <?php // The standard wp comments email contains the users IP and email address. This is a privacy issue, // so...

View Question
0 Votes Selected selected as best answer

This is also an issue for me, however, it's a custom role instead of bbpress. I enable the 'Basic Capabilities', hit Save Role. The page refreshes and shows they're still enabled. However, if I do a...

View Question
1 Vote

I just reopened the search for the answer to this and stumbled across this question again. I'd still really like an answer to this. Essentially users don't want persistant profile url's. They want to...

View Question
0 Votes