Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Neilcritchlow

    (@neilcritchlow)

    Had a breakthrough and phpinfo shows curl enabled!
    Managed to get it working THANK YOU!!!!!

    you have been brilliant I cannot say thank you enough =)

    Thread Starter Neilcritchlow

    (@neilcritchlow)

    I give up!
    I have followed numerous different methods

    http://forum.wampserver.com/read.php?2,85716,119831

    this being the most comprehensive – at one point i thought i had killed my apache install as it wouldnt start after installing the add ins from wamp site. (that was a very scary)
    I have installed on a seperate machine and tried everything listed and really cannot get curl to work on my setup. I believe a lot of people ended up setting up with single installs of each product.

    Can I run this without curl?

    Thread Starter Neilcritchlow

    (@neilcritchlow)

    In the core control plugin I enable HTTP Access Module 1.0
    On the external http access tab i get
    Manage Transports

    Transport Status Actions
    cURL Not Available
    PHP Streams Not Available
    PHP fsockopen() Not Available

    shortcode gives: Problem retrieving data from Twitter
    Wordpress error code: http_failure – There are no HTTP transports available which can complete the requested request.

    DO i need to install cURL?? – scratch that i now know its preintsalled in wamp

    Thread Starter Neilcritchlow

    (@neilcritchlow)

    Wow firstly thanks for the quick reply.

    I have set the SSL to no still no joy I have then edited the plugin

    register_deactivation_hook( __FILE__, ‘rotatingtweets_deactivate’ );
    register_uninstall_hook( __FILE__, ‘rotatingtweets_uninstall’ );

    // Filters that can be used to adjust transports – if you have problems with connecting to Twitter, try commenting in one of the following lines
    // From a brilliant post by Sam Wood http://wordpress.org/support/topic/warning-curl_exec-has-been-disabled?replies=6#post-920787
    function rotatingtweets_block_transport() { return false; }
    // add_filter(‘use_http_extension_transport’, ‘rotatingtweets_block_transport’);
    add_filter(‘use_curl_transport’, ‘rotatingtweets_block_transport’);
    // add_filter(‘use_streams_transport’, ‘rotatingtweets_block_transport’);
    // add_filter(‘use_fopen_transport’, ‘rotatingtweets_block_transport’);
    // add_filter(‘use_fsockopen_transport’, ‘rotatingtweets_block_transport’);
    ?>

    again without any success?

    Thread Starter Neilcritchlow

    (@neilcritchlow)

    Hi Guys – wow thanks for all the information. I would like to ask a question if i can.

    The website is now live! Running on no-ip
    http://www.setup4it.co.uk – still needs some work but it is on track. Anyway it can be accessed no problems apart from when i am at home!
    if i ping http://www.setup4it.co.uk i get a response from 88.151.129.145 at home if i do a lookup on the address http://www.setup4it.co.uk i get 86.10.102.127 (my no-ip address server)

    It means I cannot now logon from home?
    I have server 08
    Windows 7
    IPAD
    all dont g to the website
    so i have
    Flushed my dns ipconfig /flushdns all pc’s
    cleared my browser history on all devices
    cleared my dns history cache on the server
    tried different web browser
    rebooted all devices including the router but it sill points at 88.151.129.145

    I am very confused!
    Any help would be great as i now cannot edit my website!

Viewing 5 replies - 1 through 5 (of 5 total)