need explanation for wordpress plugin error message - php

I'm trying to make a plugin work on my site. can someone explain clearly what this error message means?:
Warning: fopen(http://example.com/wp-content/plugins/zoomsearch/zoomsearch.css): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/me/example.com/wp-content/plugins/zoomsearch_wpplugin/zoomsearch.php on line 197

Related

PHP warning and PHP Fatal error

I am getting this message 100 times in my error log and my site is down right now with the message"website is currently unable to handle this request.
HTTP ERROR 500
"PHP Warning:
require(/home/user/public_html/domain.com/wp-includes/post.php):
failed to open stream: No such file or directory in
/home/user/public_html/domain.com/wp-settings.php on line 142 PHP
Fatal error: require(): Failed opening required
'/home/user/public_html/domain.com/wp-includes/post.php'
(include_path='.:/opt/alt/php54/usr/share/pear:/opt/alt/php54/usr/share/php')
in /home/user/public_html/domain.com/wp-settings.php on line 142
the error message is clear enough. WordPress looks for the /home/user/public_html/domain.com/wp-includes/post.php file which is missing. The 500 error code indicates that there was a server error. Make sure that the file is available where WordPress it expects to be.

Image not loading, Failed to open stream: HTTP request failed

I have the following problem on a Magento2 Fresh installation with dummy data, using the theme [Revo]: https://themeforest.net/item/revo-responsive-magento-2-shopping-theme/18339484
Error filtering template: Warning:
getimagesize(https://website.com/media/wysiwyg/imageslider/slider-1.jpg):
failed to open stream: HTTP request failed! HTTP/1.1 401 Unauthorized
in
/var/www/html/nobacco/vendor/magento/framework/Image/Adapter/AbstractAdapter.php
on line 304
Permissions are correct, nginx settings seem good the image exists on the server and is accessible through the same url and the user rights seems alright too.. Any ideas?
Before this error I was getting an error on vendor/(cant remember the full path)/Image.php

Evolution Script 5.1 BitCoin Payment Gateway Error

I'm checking on Evolution Script 5.1 PTC Script and when I activated the BitCoin Payment Gateway and try to add some funds in it, I get this error:
Warning: file_get_contents failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/u991806379/public_html/Sources/blockchain.php on line 40
Can anyone help me sort it out?
You are using custom theme, where is missing blockchain.tpl file. Go to default theme and copy blockchain.tpl to your current theme. Will start working.

how to solve : failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request

i am using yahoo finance API where i call an API and that gives me a CSV file. below are my codes.
$handle = fopen('http://download.finance.yahoo.com/d/quotes.csv?s=INFY&f=l1c1va2xj1b4j4dyekjm3m4rr5p5p6s7n=.csv', "r");
while execute this line it throws an warning that is
failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request
i have spend more time on google but no result yet.
but sometimes its working fine without throwing any warning.
another things it also working fine in local. there is no working throw while execute
if anyone knows the exact solution please help me.
Thanks
Sanjib

use get parameters in DOMDocument::loadHTMLFile()

I want to load an url like this using DOMDocument::loadHTMLFile(): http://www.domain.com/dir/page?param1=235235&param2=2345, but it gives this error, even though the page exists:
Warning: DOMDocument::loadHTMLFile(http://www.domain.com/dir/page?param1=235235&param2=2345): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
How can I solve this?

Categories