Viewing 15 replies - 1 through 15 (of 17 total)
  • I have also been having this error for the past few days to a week, how can I resolve this?

    Regards
    Mike

    Same here.

    Trying to get this working, but can’t get anywhere.
    The ‘estimate button’ doesn’t seem to do anything, and due to the time difference, I cannot add accounts either.

    very frustrating,

    rob

    @probablymike & @robwu: If you require assistance then, as per the Forum Welcome, please post your own topics.

    @esmi,

    call me silly, but isn’t it better to keep related issues within the same thread?
    Personally I always hate it when you search for a solution and get a gazillion separate hits on a forum…..

    If you review the Forum_Welcome, you will see that this is not how these forums work. Please post your own topic.

    Plugin Author BraveNewCode Inc.

    (@bravenewcode)

    Hi,

    The “Server time: incorrect” error should not prevent you from adding accounts or publishing tweets. If adding accounts or publishing tweets is not working, please reset the keys of the custom Twitter application and re-add it in the WordTwit settings. You will need to re-add any account(s) you have previously added. If that fails to work, you can try creating a brand new custom Twitter app and make sure it has a “Callback URL” and that permissions are set to “Read and Write” for its Access Level.

    Hey BraveNewCode, check this out: https://dev.twitter.com/blog/rest-api-ssl-certificate-updates

    is related or not?

    Plugin Author BraveNewCode Inc.

    (@bravenewcode)

    Yes, there was a change to Twitter’s API recently. The change is addressed in WordTwit 3.5. Please upgrade to it and let us know if you continue experiencing issues. Thank you.

    Thread Starter Q8Critic

    (@q8critic)

    Hi BraveNewCode

    Now the WordTwit Pro is been worse, the Server Time now is Accurate but my account is stopped tweeting and all scheduled tweet going to Failed.
    I still have WordTwit Pro 3.4.2 and there is to update!

    Please fix it!

    Q8Critic: go to the Twitter developer page and recreate your Application o reset the Consumer and Secret Key.

    Thread Starter Q8Critic

    (@q8critic)

    esmandau: I tried but it didn’t work so I delete my account and create new one but now I can’t add it every time i click ADD ACCOUNT the page refresh and nothing happen!

    ADD ACCOUNT now fails. I upgraded to 3.5 and reset everything. Now I cannot add an account. It’s broken. Tried in different browsers. Computers are evil, sorry BraveNewCode Inc. I know its hard.

    It still works you just have to go at it another way. I had to use an older browser to install and adjust the settings. There are a couple of sites out there that will let you use a virtual browser example IE8 to test or locate a problem. Once you have the plug setup you can go on about your normal schedule post routines. That can at least keep you going till the developer chimes in with a fix as to why the “save changes” buttons don’t work. Hope that helps.

    Thread Starter Q8Critic

    (@q8critic)

    BraveNewCode Inc.: I thing you have to UpDate the WordTwit Pro !

    #fix
    Go to twitter dev on your account apps, delete the app that you previously granted acces.

    Wait 2 minute, refresh, update the plugin to 3.5, go to accounts, and hit add account. Opens the twitter oAuth page, with user and pass. Successfully.

    Hope it helps!

    Here is the fix fot submit changes button:

    Go to files (via FTP or cPanel) locate wordtwit in wp-content/plugins/wordtwit.
    Go to /admin/css/wordtwit-admin.css open and navigate to line 200 – 209

    #bnc #bnc-submit {
    	padding: 0;
    	float: left;
    	margin-right: 10px;
    }
    
    #bnc #bnc-submit-reset {
    	position: relative;
    	top: 0;
    }

    and replace the above code with

    p#bnc-submit.submit {
    	padding: 0;
    	float: left;
    	margin-right: 10px;
    }
    
    p#bnc-submit-reset.submit {
    	padding: 0;
    	float: left;
    }

    Save & enjoy it!

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘wordtwit pro has stopped working’ is closed to new replies.