• nfahrenkopf

    (@nfahrenkopf)


    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.

    https://www.ads-software.com/extend/plugins/tweet-this/

Viewing 1 replies (of 1 total)
  • Plugin Author Richard Thripp

    (@richardxthripp)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Tweet This] Says I don't have php5… but I do…’ is closed to new replies.