I was investigating some odd behavior on my site where the admin bar stopped appearing (a classic plugin/theme error) and I noticed this here in my debug log. I disabled the plugin and everything seems to function correctly now.
Thoughts on this one?
]]>I am trying to login to my www.remarpro.com site using wp-admin but I only get the following page:
Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /homepages/19/d104722270/htdocs/clickandbuilds/WordPress/roadtripusa/wp-content/plugins/contentclick/includes/functions.php on line 25
Warning: file_get_contents(https://api.contentclick.co.uk/wordpress/wordpress_api.php?type=check_key&domain=https://emmalouiseclarke.co.uk&api_key=f54c4625a46528b505cd7a169c0e5e2a&api_post_type=GET): failed to open stream: no suitable wrapper could be found in /homepages/19/d104722270/htdocs/clickandbuilds/WordPress/roadtripusa/wp-content/plugins/contentclick/includes/functions.php on line 25
Warning: Cannot modify header information – headers already sent by (output started at /homepages/19/d104722270/htdocs/clickandbuilds/WordPress/roadtripusa/wp-content/plugins/contentclick/includes/functions.php:25) in /homepages/19/d104722270/htdocs/clickandbuilds/WordPress/roadtripusa/wp-includes/pluggable.php on line 1192
There’s no login option.
I did try to use wp-login which displayed a login box but would not accept my login detais. I attempted to reset my password but clicking the link in the email only displays the above warnings, so I’m unable to sucessfully do that. I’ve now managed to lock out my account and recieve the follwoing message: Your IP (nn.nn.nnn.nnn) has been flagged for potential security violations.
Any advice would be greatly appreciated.
]]>Hello,
I found that completed sales are not marked as such because of this:
[04-Oct-2016 12:57:57 UTC] PHP Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /path/public_html/wp-content/plugins/carthook-for-easy-digital-downloads/edd-carthook.php on line 76
[04-Oct-2016 12:57:57 UTC] PHP Warning: file_get_contents(https://api.carthook.com/api/v1/rest/track/complete): failed to open stream: no suitable wrapper could be found in /path/public_html/wp-content/plugins/carthook-for-easy-digital-downloads/edd-carthook.php on line 76
My server has allow_url_fopen disabled. It’s a security precaution present on many servers. Can you please switch to using CURL or something else that is more widely supported? I think I’d probably stop using CartHook before enabling allow_url_fopen.
]]>