twitterPost.php error message upon activation

By claire - January 14, 2015

Hi Zick

I'm looking into this for you - stand by.

--------------------

Claire Ryan
interactivetools.com

Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By claire - January 23, 2015

Hi Zicky

Sorry for the wait on this - as far as I can tell, it is a missing file used for storing the OAuth information for Twitter.

Try this: create a file in the plugin directory called access_data.dat.php, and add the following code to it:

<?php /* This is a PHP data file */ if (!@$LOADSTRUCT) { die("This is not a program file."); }
return array (
'oauth_access_token' => '',
'oauth_access_token_secret' => '',
'plugin_version' => '2.05',
);
?>

Then activate the plugin and authorize it. The authorization should save the token info into the access_data file.

--------------------

Claire Ryan
interactivetools.com

Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/