Wordpress Drip Feeder error messages

Wordpress Drip Feeder Issue

If you are getting this error with Wordpress Drip Feeder

Warning: file_get_contents(http://yourdomain.com/wp-content/plugins/AutoBlogFeeder/Cigars/How to Pair Cigars and Alcohol.txt) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/admin1/public_html/wp-content/plugins/auto_blog_feeder.php on line 44

This error is due to one of the following.

#1 The spaces in the file name

How to Pair Cigars and Alcohol.txt

Needs to be

HowtoPairCigarsandAlcohol.txt

or

How-to-Pair-Cigars-and-Alcohol.txt

The same hold true if you upload text files into a folder that has
spaces in the name of the folder.

Get rid of the spaces and the problem will likely be solved.

#2 If the error looks like this and includes the

"Connection refused" error

Warning: file_get_contents(http://yourdomain.com/wp-content/plugins/AutoBlogFeeder/Cigars/How to Pair Cigars and Alcohol.txt) [function.file-get-contents]: failed to open stream: Connection refused in /home/admin1/public_html/wp-content/plugins/auto_blog_feeder.php on line 44

The the error is with your server setup.

allow_url_fopen is most likely not turned on in php.ini

This is usually due to your hosting provider not allowing the function file_get_contents() It is critical to run our software to have this enabled.

Please Wait!

Please wait... it will take a second!