Top "Fatal-error" questions

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

php cannot check if a PDO result is empty using empty() returns FATAL ERROR

I want to check whether my prepared query has returned empty or not without having to go into a loop. …

php pdo fatal-error
Understanding Fatal error: Cannot use temporary expression in write context

I would like to understand exactly what this error means in PHP: how the error can be created on purpose …

php fatal-error
Fatal Signal 6 SIGABRT code=-6

i'm writing an android program for visualizing the audio signal. The main activity is: package com.example.soundvisualizer; import android.…

android fatal-error sigabrt
Should python-dev be required to install pip

I find that many people have troubles installing python packages with pip because python-dev is not installed. Mainly, the error: …

python pip fatal-error
Bitbucket cannot clone repository "fatal: early EOF fatal: index-pack failed"

I am trying to clone my repository using ssh from bitbucket but whenever i clone the repository i get: Connection …

git bitbucket fatal-error git-clone
Fatal Error: ezSQL_mysql requires mySQL Lib to be compiled and or linked in to the PHP engine

I'm attempting to get the link shortening PHP scripts YOURLS working on my basic web server running Lubuntu 12.04. I have …

php mysql fatal-error url-shortener yourls
How to recover from a fatal error "Allowed memory size exhausted"

Do you know any solution to recover from the PHP fatal error : "Allowed memory size ... exhausted" I have a shutdown …

php error-handling fatal-error
PHP: Call to undefined function mb_strlen() - on custom compiled PHP with mbstring enabled

I have this custom compiled PHP (v5.3.3) with the following extensions enabled (via configure): ./configure --prefix=/usr/local/php5.3.3 --with-config-file-path=/…

php compilation fatal-error mbstring
!empty(trim($_POST['username']

Ok the problem is that when i use the trim function doesnt work but when i run the code without …

php trim fatal-error is-empty