Thread Starter
Dewdan
(@dewdan)
Hi again, i found the solution for this.
php.ini must have those two belloow set to ON!
allow_url_fopen – On
allow_url_include – On
Hi @dewdan,
Thank you for letting me know about this bug. Yes, it’s related to PHP server settings. I applied a code check. Is PHP allow_url_fopen is ON or not.
I hope plugin is working fine for you.
I mark resolved this issue.
Regards
Narinder.
Thread Starter
Dewdan
(@dewdan)
Yes Narinder, all issues are resolved, thank you for this simple yet very useful plugin!
You could mention that before upgrades the list of the favourite countries should be saved as the upgrade will reset all of those custom edits!
Thank you for your work Narinder.
Cheers
Daniel
Also Getting Same Error. editing Php.ini not working. Any Other Solution ?
Thread Starter
Dewdan
(@dewdan)
You probably need to contact you service provider so they can edit your root php.ini file. I had to do that as well as editing my php.ini didn’t work either because the server apache settings didn’t allow for that…
-
This reply was modified 7 years, 1 month ago by
Dewdan.
Hi Thanks for Helpful Post & Reply.
I having issue like following:
Warning: file_get_contents(http://ipinfo.io/): failed to open stream: HTTP request failed! HTTP/1.0 429 Too Many Requests in /home/zoetal5/public_html/wp-content/plugins/country-phone-field-contact-form-7/includes/include-js-css.php on line 8
Warning: file_get_contents(http://ipinfo.io/): failed to open stream: HTTP request failed! HTTP/1.0 429 Too Many Requests in /home/zoetal5/public_html/wp-content/plugins/country-phone-field-contact-form-7/includes/include-js-css.php on line 8
Site Link: https://zoetalentsolutions.com
Any help will be much appreciated.
Thanks in advance
Thread Starter
Dewdan
(@dewdan)
Just make sure you have a php.ini file in /home/zoetal5/public_html/
allow_url_fopen = On
allow_url_include = On
and if your WP instalation is further up like /home/user/public_html/wordpress
make sure you have a php.ini in there too!
I moved my ready wp to show on the main domain name even if the instalation files are under a subdirectory and I was getting the error again, so I just copied the php.ini to the subdirectory and all is good again.
I hope this helps
Cheers
Daniel