rkyle2
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: error message when activating pluginsMy issue is similar to chiroot’s, but it occurs in a different file. Plus, I cannot automatically install plugins.
Since I upgraded to 2.7, I get this message when trying to automatically “Upgrade Plugins”:
Fatal error: Call to undefined function: wp_remote_get() in /home/xxxxxx/public_html/media/wp-admin/includes/file.php on line 444
Line 444 has this…
$response = wp_remote_get($url, array('timeout' => 30));
————–Since I upgraded to 2.7, I get this message when trying to automatically “Install Plugins”:
Fatal error: Call to undefined function: wp_remote_post() in /home/xxxxxx/public_html/media/wp-admin/includes/plugin-install.php on line 41
Line 41 has this…
$request = wp_remote_post('http://api.ww.wp.xz.cn/plugins/info/1.0/', array( 'body' => array('action' => $action, 'request' => serialize($args))) );Could anyone offer any suggestions?
Forum: Fixing WordPress
In reply to: Need to remove link to Profile from Post pageThanks a lot! And, thanks for the walk-through.
Forum: Fixing WordPress
In reply to: Need to remove link to Profile from Post pageThanks for your quick reply. I’ll explore each of those and report findings/usability here to help others with a similar issue.
Forum: Fixing WordPress
In reply to: Remove profile/password change optionI have the same situation. You can check my post if someone responds to my post rather than yours (and vice-versa). I have my details at http://ww.wp.xz.cn/support/topic/206214?replies=1#post-861232. Same as you… it’s not a matter of trust, but of anonymity. I’m sure there is someone with the answer. WordPress rocks!