adamklawonn
Forum Replies Created
-
Thanks, Justin. Yes, I checked it out and I am running PHP 5.
Forum: Fixing WordPress
In reply to: Fatal Error on 2.7 upgradeThank you, Otto. I made the change, and everything worked out. I just have a few CSS ends to tidy up. Thanks a lot!
Forum: Fixing WordPress
In reply to: Fatal Error on 2.7 upgradeOK, to keep this simpler than reading all of my replies, here’s a better summary of a 2-part problem:
PART 1: I just upgraded to 2.7 (and also upgraded my Rev Pro theme), but now this all I see when I go to my login page –
Fatal error: Call to undefined function: wp_remote_request() in /home/content/a/k/l/aklawonn/html/wp-includes/update.php on line 58
This is what’s on Line 58 now:
$response = wp_remote_request($url, $options);
PART 2 : This is all I see when I visit my blog’s homepage:
Fatal error: Call to undefined function: wp_remote_post() in /home/content/a/k/l/aklawonn/html/wp-includes/cron.php on line 201
This is what’s on Line 201 now:
wp_remote_post($cron_url, array(‘timeout’ => 0.01, ‘blocking’ => false));
Any help is appreciated. Again, sorry for the multiple posts.
Forum: Fixing WordPress
In reply to: Fatal Error on 2.7 upgradeMy apologies. It appears that the fatal error to the “/update.php” directory message applies to both pages.
Here’s what Line 58 says now:
$response = wp_remote_request($url, $options);
Do I need to enter any information here to solve this?
Nevermind, Alex. I fixed it by re-uploading my .swf files for each of the viewers. I’m not sure what happened, but today, they had been stripped out of the nggflashviewer/flash folder.
Problem solved. Keep up the good work!
Adam
Forum: Plugins
In reply to: Seeking multimedia suggestionsOh yeah, and cross-browser compatibility would be nice to make sure all those IE users out there can see the stuff.
Adam
Forum: Fixing WordPress
In reply to: Problem going live with hosted test siteThank you for the help. I figured it was something obvious, and the fix was simple. The site works great.
Adam