On my site https://www.tvsrbija.online/index.php I have 2 blocks od 728x90 ad and one block of 300x250. Unfortunately these ads are not showing unless they are accessed directly.
https://www.tvsrbija.online/horiz-ad.php (728x90 ad)
https://www.tvsrbija.online/kocka-ad.php (300x250 ad).
As you can see, ads shows just fine when there is not other code on the page.
Note: on https://www.tvsrbija.online/index.php ads are included using php
<? require('kocka-ad.php'); ?>
and
<? require('horiz-ad.php'); ?>
I hope someone can help me troubleshoot this problem.
Also this messages I'm getting in console when visiting my homepage
Failed to load resource: the server responded with a status of 403 (Forbidden)
https://mm.chitika.net/minimall?output=jsonp&publisher=lukapaunovic&unit_id…snip_title=Srpski%20TV%20Kanali%20%3A%3A%20U%C5%BEivo%20%7C%20Po%C4%8Detna Failed to load resource: the server responded with a status of 403 (Forbidden)
https://mm.chitika.net/minimall?output=jsonp&publisher=lukapaunovic&unit_id…snip_title=Srpski%20TV%20Kanali%20%3A%3A%20U%C5%BEivo%20%7C%20Po%C4%8Detna Failed to load resource: the server responded with a status of 403 (Forbidden)
UPDATE: When i removed
<title>Srpski TV Kanali :: Uživo | %TITLE%</title>
ads are showing, i do not understand why. Anyone?
Related
I hosted a project, but in some part I get this error: Failed to load resource: the server responded with a status of 500 (Internal Server Error) in the console and the content of the page is blank.
i have a table with some data which looks like this:
When I click the pdf icon to get a pdf file of the specified row of a table, it opens a file and sets an id in the url. The code in that file have som implementation of the dompdf, because it displaysthe pdf for that specific row.
I don't know where the problem is because in localhost it is working, but not online. Any suggestion?
I have a website. It has a error page with the name 404.php. I set the headers in the 404.php using:
header("HTTP/2 404 Not Found");
When I open console in Google Chrome in the error page now it says:
Failed to load resource: the server responded with a status of 404 ()
Before, it displayed the normal:
Failed to load resource: the server responded with a status of 404 (Not Found)
The word "Not Found" is not displaying in the console tab. So because of this users would think that it is a fake 404 response even if it is real.
Please help me with this.
It works, but it doesn't display "Not Found" in the console and in the network http headers.
I am not seeing anything within the console itself relating to a 404 status code.
Console Output
However, the general header record, as well as the response header record are both displaying a status code of 404.
HTTP Headers
I would not worry about people seeing this as a 'false 404', as per the HTTP status code standards 404 signifies that the page is not found.
I'm getting the following error on Variable Products only (Woocommerce):
Failed to load resource: the server responded with a status of 449
This is so weird. On every hit, the js, css and images files which returns that error change. I mean, it is not always the same list of files.
Also, all links are broken on this situation, all of them returning Error 449.
What Error 449 means? Is it a PHP code, server or Wordpress error? I've never seen 449 before.
Screenshot:
I had to disable the modsecurity rules related to xss attacks. Don't know why it's restricting some request which comes from Woocommerce!
When I append a random page name in my website's domain, The server returns: error 503 internal server error. Which is not the case. Because the requested page doesn't exist at all. For example:
When I type:
Www.mysite.Com/foobar.php
The server fires a 503 internal server error. Even though the foobar page doesn't Exist!!
Meanwhile, when I type foobar.html it gives 404 page not found error which is correct.
So how can I fix this?
Thanks in advance.
Edit:
My problem is whenever I request a random page name from my website, it gives 503 error. which is wrong
I want to make it so that when I request a none existing page, it gives error 404, not 503.
I just faced this problem recently, I don't what causes it. But I need help fixing it.
The error are :
http://www.udesign.my/aaf4/wp-admin/admin-ajax.php?action=woocommerce_checkout Failed to load resource: the server responded with a status of 500 (Internal Server Error)
http://fonts.googleapis.com/css?family=century+gothic+:300,400 Failed to load resource: the server responded with a status of 400 (Bad Request)
The theme I'm using is , Love Fashion - Responsive WordPress Theme
I've tried accessing my FTP, checked the CSS all pointing towards the font awesome.
Any ideas?
First error is a general server error (look for http 500 status code). It's very unspecific so it you could look up in your server logs fore more information.
Second error occurs because the font url can't be reached - try it for you self and open the url of the font in your browser. You will get an error.
Error (400): Missing font family
The requested font families are not available.
Requested: century gothic (style: normal, weight: 300),century gothic
(style: normal, weight: 400)