Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Lax Mariappan

    (@lakshmananphp)

    Hi dakc,

    It seems that your server is using PHP4. The FBF facebook page feed widget working fine in PHP5.

    I am working on the plugin and fix this issue as soon as possible

    Cheers,
    Lakshmanan

    Plugin Author Lax Mariappan

    (@lakshmananphp)

    Dakc,

    allow_url_fopen should be enabled in your server.

    You can enable allow_url_fopen by using .htaccess

    Add this line at the end of your .htaccess file:
    php_value allow_url_fopen 1

    or You can enable allow_url_fopen by using php.ini file.

    Thread Starter crs-dakc

    (@crs-dakc)

    Thanks, great plugin. I’ve been look for just this exact thing for a couple of sites I’m working on.

    I’m getting these warnings – looks like the same from above.

    Warning: simplexml_load_file() [function.simplexml-load-file]: URL file-access is disabled in the server configuration in /homepages/18/d271803039/htdocs/website/wp-content/plugins/fbf-facebook-page-feed-widget/fbf_facebook_page_feed.php on line 48

    Warning: simplexml_load_file(http://www.facebook.com/feeds/page.php?id=466485706717579&format=rss20) [function.simplexml-load-file]: failed to open stream: no suitable wrapper could be found in /homepages/18/d271803039/htdocs/website/wp-content/plugins/fbf-facebook-page-feed-widget/fbf_facebook_page_feed.php on line 48

    Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity “http://www.facebook.com/feeds/page.php?id=466485706717579&format=rss20” in /homepages/18/d271803039/htdocs/website/wp-content/plugins/fbf-facebook-page-feed-widget/fbf_facebook_page_feed.php on line 48

    I added this code in my .htaccess file:
    php_value allow_url_fopen 1
    and I got a 500 error.

    I then created a php.ini file with this code:

    <?php
    ini_set("allow_url_fopen", true);
    ?>

    and I get the original error again.

    I’m sure I’m missing something and would appreciate your help.
    Thanks, Chris

    Here’s the staging site:
    http://website.attorneyhutchins.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: FBF Facebook page Feed Widget] Errors from widget’ is closed to new replies.