I am getting this console error:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
And also the content of my site is not visible. Since this is my fist time uploading and playing with these website stuff, I am not able to figure out where my mistake is.
The same thing runs perfectly on my localhost.
Here is the screenshot of the error:
The first error (404) indicates the image URL is not found, make sure you write the image URL properly.
For the second error, refer to this link
as you may have an issue with file permissions or your .htaccess file
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?
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)
i am trying to create a PNG resource from an image on a remote server, for that i use
$im = imageCreateFromPng('http://textures.minecraft.net/texture/7235ea086a4604e15e513c4add3935d64f23c535f9f62917c6d4886705ac8cf');
but when i execute the script it gives me this error:
Warning: imagecreatefrompng(*url*): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
I tried to access the url above with my browser and the image loaded just fine, then i made a head request to that URL to see if the server sends a 404 header but i found out that it does not. so i have no idea how to solve this issue, thank you for reading.
EDIT
everything works just fine on another server i own, just not this one.
I am using a linux(dailyrazor) server and when i uploaded the php files, it throws an error like
"500 Internal Server Error
The request was not completed. The server met an unexpected condition." but when i am uploaded html files it works fine. The error message changes to
403 Forbidden Access is forbidden to the requested page:
Can you suggest where the problem is?
check you have upload files with different ftp username and password... you have only modify access