- This topic has 3 replies, 3 voices, and was last updated 13 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Errors on Dashboard when I add/edit a product
Tagged: Dashboard error
I get a bunch of errors at the top of my WP Dashboard when I add a new product and click “Save Product” to WP eStore. The errors mostly have this line:
Warning: get_headers() [function.get-headers]: URL file-access is disabled in the server configuration in /var/www/html/NewSite/wp-content/plugins/wp-cart-for-digital-products/eStore_utility_functions.php on line 31
And this error at the very top:
The URL specified in the “Thumbnail Image URL” field does not seem to be a valid URL! Please check this value again:
Well the value (link) is correct.
So why is this happening?
Basically the plugin is trying to open the file with fopen. But it couldn’t open the file so it’s showing the error. If everything works fine you can ignore that message for now.
Did you check pasting the thumbnail Image URL on a browser to see if it’s actually a valid URL?
The plugin tries to verify that the image URL is correct when you save the product. Because your server do not have URL fopen enabled its failing to check and the warning is popping up. If you know that the URL is correct you can ignore that warning. It will do no harm.
Yes, it’s a valid URL because I use the Media Library in WordPress for all my images. Since it won’t make anything go wonky, I’ll ignore it.
Thanks