• Plugin was working for a few weeks but now it’s getting errors. It seems like the plugin is trying to reach a file called (https://www.skipser.com/test/pinterest-badge/regexp_1.1.txt) but that domain is internal server error.

    Here’s the error:

    Pinterest Page

    Warning: file_get_contents(https://www.skipser.com/test/pinterest-badge/regexp_1.1.txt) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /home/findhype/public_html/bachelr.com/signup/wp-content/plugins/pinterest-badge/pinterestbadgehelper.php on line 221

    Warning: preg_match() [function.preg-match]: Empty regular expression in /home/findhype/public_html/bachelr.com/signup/wp-content/plugins/pinterest-badge/pinterestbadgehelper.php on line 230

    Warning: preg_match() [function.preg-match]: Empty regular expression in /home/findhype/public_html/bachelr.com/signup/wp-content/plugins/pinterest-badge/pinterestbadgehelper.php on line 239

    Warning: preg_match_all() [function.preg-match-all]: Empty regular expression in /home/findhype/public_html/bachelr.com/signup/wp-content/plugins/pinterest-badge/pinterestbadgehelper.php on line 249

    Warning: file_get_contents(https://www.skipser.com/test/pinterest-badge/regexp_1.1.txt) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /home/findhype/public_html/bachelr.com/signup/wp-content/plugins/pinterest-badge/pinterestbadgehelper.php on line 221

    https://www.ads-software.com/extend/plugins/pinterest-badge/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Yes I am getting an error also, will not load properly.

    the last words in the URL are “suspendedpage.cgi” if u try and go to Arun’s plugin site. if that means anything…

    this also just broke on my page: noahhougland.com

    Just stopped loading on my website. Looks like it may be a problem for lots of people.

    The broken widget was REALLY slowing down my site, so I deactivated. The one I replaced it with isn’t as good, so please fix it!

    I fixed mine by removing the reference to the developer’s server.
    In pinterestbadgehelper.php replace

    $this->regexpurl = "https://www.skipser.com/test/pinterest-badge/regexp_".$this->regexp_filever.".txt";
    with
    $this->regexpurl = plugins_url("pinterest-badge/regexp_".$this->regexp_filever.".txt");

    This will use the file regexp_1.1.txt that comes bundled with the plugin.

    Thanks codeping!! After a morning of figuring out that my Pinterest plugin was the culprit for hours of downtime, I found your helpful fix! Worked great for savvyexaminer.com. Cheers!

    I also followed codeping’s suggestion and it worked noahhougland.com

    Thanks a thousand times codeping! My Pinterest Badge just disappeared too, although without the error message regarding HTTP request failed. I happened to check this thread and found your solution. Just tried it and now IT WORKS!!! What a relief! [ link removed ]

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Pinterest Badge] Not working anymore (HTTP request failed!)’ is closed to new replies.