• Hi,

    I recently installed the lastest version of Tweet Old Post but I am unable to customize it as I am kicked out of my blog administration page everytime I want to save changes.

    Apparently I am not the only one to experience this problem. I tried to desactivate every othe plugin to save changes but it still don’t work.

    Any Idea ?

Viewing 3 replies - 16 through 18 (of 18 total)
  • Actually yes, I have reinstalled the plugin, made the change and still the same result on trying to authorize with twitter.

    Two things I’ve found, 1) it does seem to be redirecting back to wp-login.php?redirect_to URL/wp-admin/admin.php&pageTweetOldPost*TOP_oauth (Everything appears correct other than the ASCII code replacing / in everything after the wp-login.php) and simply requiring a login again, despite any attempts to stay logged on persistently, and it is not completing the authorization with Twitter.

    2) There is a call to “top_currentPageURL() ” in the includes/oauth.php file, but my attempts to replace that with the full path to the page in the same way have only wound up breaking the plugin. (Blank white page)

    I also made the changes and now I can update the parameters, however I cannot reauthorize access to Twitter, same as some other folks on this message board. anymore ideas??? Thanks to jeremyers1 for getting us this far

    I do believe I have a fix for folks although it may be temp..

    The biggest problem I found was that plugin was trying to rdirect to the wrong url i.e. the www version vs the non www version of url here is where I found the issue..

    in the top-admin.php file on about line 458 look for following code

    <input type="text" style="width:500px" id="top_opt_admin_url" value="' . $admin_url . '" name="top_opt_admin_url" /><br/><b>(Note: If this does not show your current URL in this textbox, copy paste the current URL in this textbox)</b>

    Then where it says value=”‘ . $admin_url . ‘” change that to your proper url i.e. https://www.mydomain.com/wp-admin/admin.php?page=TweetOldPost

    this solved it for me hope it helps others.

    [ Signature moderated per forum rules. ]

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘(Tweet Old Post) Impossible to save changes, kicked out to the login page’ is closed to new replies.