• webaissance

    (@webaissance)


    We weren’t getting the Twitter list feature to work in Twitter Widget Pro.
    I tracked it down to line 1049 of wp-twitter-widget.php

    I changed line 1049 from

    $response = $this->_wp_twitter_oauth->send_authed_request( 'statuses/user_timeline', 'GET', $parameters );

    to

    $response = $this->_wp_twitter_oauth->send_authed_request( 'lists/statuses', 'GET', $parameters );

    and now it works.

    This should be addressed for the next release.

    http://wordpress.org/extend/plugins/twitter-widget-pro/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Warning: is_readable() [function.is-readable]: open_basedir restriction in effect. File(D:\INETPUB\VHOSTS\wisro.org\site8/wp-content/plugins/D:\INETPUB\VHOSTS\wisro.org\site8\wp-content\plugins\wp-glossary/lang/wp-glossary-en_US.mo) is not within the allowed path(s): (D:\INETPUB\VHOSTS\wisro.org\site8\;C:\Windows\Temp\) in D:\INETPUB\VHOSTS\wisro.org\site8\wp-includes\l10n.php on line 339

    Hi, above is the item error which I am receiving, *note* as defined above the function: function.is-readable() is in-fact readable. The erorr only shows on the administrator portal side of the site.
    Environment:
    Multiple site shared hosting on Window 8, IIS7.5
    all PTR, CNAME, NS,A,MX are correctly places, there is no txt record.

    8*note* /site8/ is in reality a seperate domain name space allocated within the /site8/ area of wisro.org
    the actual domain name is: http:www.globalstrategicconcerns.com

    I do not have the translation files installed yet, when I was originally installing this, I didnot even realize that it could facilitate the translations.
    I do plan on installing the translation files.

    I found one reference to a multiple variation error.. i.e. there was no error handling for multiple choices , I believe the solution was to allocate and assign an array.

    ~eo.
    you can reach me on gtalk at elaine.anacortes 🙂
    Thanks in advance for any help you can provide.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Found a bug (and how to fix) for Twitter Widget Pro lists’ is closed to new replies.