Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Plugins
    In reply to: [WP TFeed] Proxy aware
    Thread Starter paulosborne

    (@paulosborne)

    Hi,

    So to be clear the plugin is not suitable for an intranet environment when the use of HTTP/S proxies are mandatory and that the plugin ignores the Wordpess options designed explicitly for this purpose:

    define(‘WP_PROXY_HOST’, ‘my.server.fdqn’);
    define(‘WP_PROXY_PORT’, ‘3128’);

    If that is the case I will have to look for an alternative.

    Thanks

    Thread Starter paulosborne

    (@paulosborne)

    Hi,

    I did get to the bottom of this, if HTTP proxies are being used you must install the PHP Curl libraries.

    Cheers

    Paul

    Thread Starter paulosborne

    (@paulosborne)

    Sigh,

    Some Googling suggests that bulkimport.php may be at issue:

    Modifying:

    $ad_password = $this->_decrypt($this->_bulkimport_pwd);

    to:

    $ad_password = $this->_decrypt($this->_bulkimport_pwd);
    $ad_password = trim($ad_password);

    Appears to have resolved the bulk import issue – which was the larger of the two issues.

    Can this be submitted as a bug (fix?) please?

    Thanks

    Paul

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