nfahrenkopf
Member
Posted 1 year ago #
I installed TweetThis through the web with the most current version of WP. I set up the OAuth settings, checked my php version, and checked for cURL but when I go to setting it still says I should update to php5. When I test my OAuth I see "Testing..." and then nothing positive or negative. Trying to auto tweet throws a fatal error.
http://wordpress.org/extend/plugins/tweet-this/
richardxthripp
Member
Posted 1 year ago #
Make sure your cPanel or webhost has actually set you to PHP 5 rather than PHP 4. The PHP version check I use to display that message is simply <?php if(version_compare(PHP_VERSION, '5.0.0', '<')); ?> so this means the problem is probably on your end.