• sir i installed wp-o-matic plugin and whenever i give any rss feed to it, it dsnt accept and gives followin error.

    The following errors have been encountered:
    
        * Feeds
              o Feed https://softresource.co.cc/feed/ could not be parsed (SimplePie said: fsockopen error: )

    is it a problem with my host? or simplepie? kindly help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • WP-o-Matic

    # Last Updated: 2008-7-18
    # Requires WordPress Version: 2.2.1 or higher
    # Compatible up to: 2.6

    Some information to put the error into context.

    At first glance, it looks as though it could be a plugin compatibility issue. You might want to call your host just to make sure that it is not something that they have disabled in PHP.

    Thread Starter darkppl

    (@darkppl)

    can they disable it?

    I have read that some hosts who are super “paranoid” have it turned off. That is why a quick contact with your host to confirm that it is not disabled, may save a lot of time in determining that it actually is a plugin conflict.

    I am no expert, but I believe this is the function in php.ini that allows or disallows it to be used:

    ;;;;;;;;;;;;;;;;;;
    ; Fopen wrappers ;
    ;;;;;;;;;;;;;;;;;;

    ; Whether to allow the treatment of URLs (like https:// or ftp://) as files.
    allow_url_fopen = On

    Perhaps someone will let us know if I have identified it incorrectly.

    Hi,
    allow_url_fopen = On is not secured.
    Check with some other parser,it can parse dom/xml with the below settings.
    the php.ini file should be like
    1.DOM/XML enabled
    2.allow_url_fopen Off(Local Value) Off(Master Value)

    For secure DOM/XML
    https://magpierss.sourceforge.net/

    Note :
    allow_url_fopen off

    Regards.,
    senthil (https://endofourworld.com)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘fsockopen error’ is closed to new replies.