Question:
Why is a website having a fatal error?
?
2010-08-09 07:15:40 UTC
When I was going on to Deviantart.com, a white screen appeared and said...

Fatal error: Call to undefined function html_extra_special_chars() in /hd/a/www/deviantart.com/vms/lib/submit/v./utils.php on line 1321

... I don't know what this means or if it's because of my computer.
Three answers:
Muzz
2010-08-09 14:19:51 UTC
A fatal error is caused on a website running PHP if the script running on the server cannot complete running for some reason. This is normally caused by a file not being included correctly, a database connection being lost or a user error from the programmer.



The error you are seeing is being caused because the function "html_extra_special_chars()" has not been defined within the script but has been called. The code does not know what html_extra_special_chars() does and therefore just fails because it doesn't know what it's doing.



This is nothing caused by your computer and is completely on the server side of the website - It would be nice to contact the website provider in case they haven't realised it is happening.
MrJoeyUK
2010-08-09 14:56:11 UTC
Usually it would be a database error with their website, or server downtime, etc.
juliepelletier
2010-08-09 14:17:47 UTC
It's not your computer but their site.



You should contact them about it.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...