Top "Fatal-error" questions

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

PHP Fatal error: Using $this when not in object context

I've got a problem: I'm writing a new WebApp without a Framework. In my index.php I'm using: require_once(…

php function class object fatal-error
PHP Fatal error: Cannot redeclare class

Does anyone know what can cause this problem? PHP Fatal error: Cannot redeclare class

php class fatal-error
Fatal error: Class 'SoapClient' not found

I'm trying a simple web service example and I get this error even though I uncommented extension=php_soap.dll …

php soap fatal-error
How do I catch a PHP fatal (`E_ERROR`) error?

I can use set_error_handler() to catch most PHP errors, but it doesn't work for fatal (E_ERROR) errors, …

php fatal-error
PHP Notice: Undefined offset: 1 with array when reading data

I am getting this PHP error: PHP Notice: Undefined offset: 1 Here is the PHP code that throws it: $file_handle = …

php error-handling syntax-error undefined fatal-error
C++ Fatal Error LNK1120: 1 unresolved externals

What is causing this error? I google'd it and first few solutions I found were that something was wrong with …

c++ visual-studio-2010 main fatal-error
Weird PHP error: 'Can't use function return value in write context'

I'm getting this error and I can't make head or tail of it. The exact error message is: Fatal error: …

php fatal-error
require_once :failed to open stream: no such file or directory

I have this testing code in "PAGE A": <?php require_once('../mysite/php/classes/eventManager.php'); $x=new …

php dreamweaver require fatal-error
Why, Fatal error: Class 'PHPUnit_Framework_TestCase' not found in ...?

Why I'm getting this PHP error? Fatal error: Class 'PHPUnit_Framework_TestCase' not found in ...

php fatal-error classnotfoundexception
A fatal error has been detected by the Java Runtime Environment: SIGSEGV, libjvm

Hi and thanks for reading, I have the following error while running my program and can't figure out what the …

java fatal-error jvm-crash