Top "Fatal-error" questions

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

Mage::app()->setCurrentStore(Mage_Core_Model_App::ADMIN_STORE_ID); leads into a fatal error

A Magento extension I installed has a line of code that leads into a fatal error. I'm using Magento 1.8.0 and …

php magento fatal-error magento-1.8
Call to undefined function iconv() fatal error - Suitecrm

Using suitecrm 7.9.1 I am facing the below error whenever i try to create a lead , that is after submitting the …

fatal-error sugarcrm suitecrm
Roundcube install, getting MYSQL_ATTR_FOUND_ROWS fatal error

I'm installing Roundcube 0.9.0 on a shared host server. I have PHP 5.3.8 with PDO activated however when i'm installing roundcube, this …

php pdo fatal-error roundcube
Fatal Lint Error during exporting of signed app

I'm trying to export a signed android app, but I encountered this lint error: And when I go into the …

android fatal-error android-lint
Cannot redefine class on 'require_once'

UPDATE: I've abandoned CodeIgniter, and the desire to build a web interface around my database application from PHP, as there …

php symfony1 doctrine-orm fatal-error codeigniter-2
"fatal error U1087: cannot have : and :: dependents for same target"

Using the Microsoft Driver Development Kit (DDK), this error plagued me as I attempted even to build the default drivers …

build fatal-error wdk
PHPUnit : Fatal error handling

I use PHPUnit for unit tests, but when a fatal error is triggered, the script dies and I have no …

php error-handling phpunit fatal-error
Catch a fatal exception and continue

I know, that by its very definition, a fatal exception is supposed to kill the execution, and should not be …

php exception exception-handling try-catch fatal-error
Manually Changing Glassfish domain.xml for Debug Error

I have this line of code at domain.xml: <java-config classpath-suffix="" debug-enabled="false" debug-options="-Xdebug -Xrunjdwp:transport=dt_socket,…

debugging dns glassfish fatal-error
PHP autoloading: Preventing 'cannot redeclare <class>' in all constellations?

Question Is there a way I can make PHP ignore re-declarations of classes rather than barf up a FATAL ERROR? …

php autoload fatal-error redeclaration