Top "Fatal-error" questions

An error that causes a program to abort, regardless of the programming language.

function imagecreatetruecolor() is not working in my server

In my website's cpanel it shows that Apache version : 2.0.63 PHP version : 5.2.9 MySQL version : 5.0.92-community Operating system : linux I currently installed …

php joomla1.5 fatal-error
Fatal error: Using $this when not in object context

here is the part if having error. Fatal error: Using $this when not in object context in /pb_events.php …

php oop fatal-error
Wordpress Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /wp-includes/wp-db.php:1570

I am in big trouble. I installed a nulled version of woocommerce cart based shipping plugin and i found it …

php mysql wordpress fatal-error
Fatal error: Call to undefined method Database::prepare()

I have created a separate class for database and users. Database.php class Database{ private $db; public function __construct(){ /*** mysql …

php pdo fatal-error
How to catch error of require() or include() in PHP?

I'm writing a script in PHP5 that requires the code of certain files. When A file is not available for …

php error-handling try-catch require fatal-error
Opencart Fatal error: Call to a member function get() on a non-object

Trying to move from local host to new server. Fresh install worked fine, no problems. When I uploaded my files …

configuration-files opencart fatal-error
PHP: Trigger fatal error?

I would like to be able to throw a fatal, uncatchable error in my php class when a user of …

php fatal-error
Is it possible in PHP to prevent "Fatal error: Call to undefined function"?

In PHP, is there any way that I can ignore functions that are undefined instead of throwing a fatal error …

php error-handling undefined fatal-error
Should a Go package ever use log.Fatal and when?

I have so far avoided use of log.Fatal, but I recently co-incidentally discovered these questions; code-coverage and tests-using-log-fatal. One …

go fatal-error
Swift. URL returning nil

I am trying to open a website in my app, but for some reason one line keeps returning nil, heres …

swift url fatal-error uiapplication