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

learn more… | top users | synonyms

0
votes
2answers
30 views

execute array php prob

Here is the current code: $db = new PDO( 'mysql:host=localhost;dbname=hidden_web', "hidden", "hidden" ); // Test to see if we have data from myForm, if we do, insert it into the database. // If we ...
1
vote
0answers
19 views

PHPExcel Class 'PHPExcel_Worksheet' not found

I got the following error when importing PHPExcel into my framework: Fatal error: Class 'PHPExcel_Worksheet' not found in /var/www/library/phpexcel.class.php on line 109 I am autoloading my classes ...
0
votes
2answers
21 views

file_put_contents() to log errors works fine - EXCEPT for fatal errors

So I figured out how to generate my own PHP error handler and record all errors in a log file - not visible to the user. I even made a second log file, that only records UNIQUE errors. Now I figured ...
-1
votes
0answers
9 views

Android Fatal exception :main

I am designing an app to solve logic equations by Quine-Mccluskey method.Whenever i try to run the app i get this error message.Please help. Logcat Error 05-17 20:10:30.192: ...
0
votes
0answers
34 views

Regex with PHP - Can't add preg_grep indexes to file

So, I need to make a script that reads a .csv file, find name: xxxxx with regex, and add the regex results to a txt file. My Php Script: <?PHP $array=array(); $file_handle = ...
0
votes
2answers
24 views

My App Giving FATAL ERROR and Forcely Close

LOGCAT ERROR 05-16 07:16:24.503: E/AndroidRuntime(17625): FATAL EXCEPTION: main 05-16 07:16:24.503: E/AndroidRuntime(17625): java.lang.RuntimeException: Unable to start activity ...
0
votes
1answer
24 views

PHP Fatal error: Class 'PDO' not found only on cron job

I get this error in my error_log: PHP Fatal error: Class 'PDO' not found The problem is that it started randomly this morning and, since then, the services that should run periodically as set in ...
-2
votes
2answers
50 views

Yii, Fatal error: Call to a member function addComment() on a non-object [duplicate]

I am fairly new to Yii and while trying to make a blog application of my own I made this function to add a comment to my post. However, I have done everything according to theory but still am getting ...
1
vote
2answers
51 views

activity stops unexpactedly when using Intent

hello stackoverflowers i m new bee to the android. could any one help me out to run away from FATAL Error as followed. 05-14 19:32:49.552: E/AndroidRuntime(1657): FATAL EXCEPTION: main 05-14 ...
0
votes
0answers
14 views

Gravity forms user registration - undefined method

I am trying to use the Gravity forms user registration and when I click on register it says : Fatal error: Call to undefined method BP_XProfile_Field::bp_xprofile_field() in C:\Program Files ...
0
votes
1answer
45 views

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 is what response I get: Check DB config Fatal error: ...
0
votes
0answers
7 views

FATAL EXCEPTION in emulator size 240*320

I have completed puzzle tiles game in android it is also working in emulator size (320*480) but it give exception in emulator size 240*320 . Error is at this line............... ...
0
votes
3answers
31 views

Member function non object [closed]

I have made a simple mysqli function wrapper that I use to connect with. When I try to use it, I get a fatal error "Fatal error: Call to a member function query() on a non-object in ...
1
vote
2answers
89 views

WebView killing the whole activity — How can I debug this?

I have a strange problem that I don't know how to face. My application uses a WebView to load a HTML app. It is a long and complex app, that also involves JavaScriptInterfaces. Lately I am getting ...
0
votes
1answer
33 views

Android/Java Fatal Exception Main

I'm trying to write a simple Phonebook Android app, and when I try to run it, it gives me a bunch of errors, and I really don't have any idea where to look for my mistakes. All I'm trying to get it to ...
0
votes
2answers
30 views

variable storage and php out of memory error [closed]

suppose PHP memory limit is set to 128M now suppose you do $v = "128 M worth of data"; will this cause a PHP out of memory error to occur?
-2
votes
2answers
78 views

Warning: `exec()` has been disabled for security reasons [duplicate]

I upload a gif to my website. When is upload complete, i can see this error: Warning: exec() has been disabled for security reasons in /data/web/virtuals/28995/virtual/www/include/functions/main.php ...
0
votes
1answer
11 views

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 5 bytes)…in mysqli.php on line 483

I am trying to upgrade my website joomla from 1.5 to 2.5 using jUpgrade. but I am encountering this problem since a long time. jUpgrade component starts upgrading, downloads and exctracts the new ...
0
votes
1answer
31 views

Android: Fatal Exceptions in GoogleAuthUtil

I am working on an Android app which uses Google for authentication. Our code for fetching a token to verify a user's identity is as follows, following the "auth" sample Android project's ...
0
votes
1answer
42 views

Drupal/Wordpress Fatal error: Cannot redeclare functions - Errors keep showing

I have a drupal site and inside i have a wordpress blog like that drupal_site/wordpress_blog. When i did the implantation all seemed to work fine but now i am getting the following error Fatal ...
-1
votes
2answers
48 views

Error in Log Cat

Hi I am new in programming and I have this error in Log Cat. Log Cat shows 'FATAL EXCEPTION Main' and my application has stopped unexpectedly.I am trying to deal with it from several days. Application ...
0
votes
1answer
9 views

Fatal Error upgrading Adobe Director Movie from Version 10 to 11.5

So, i'm loading an old project to do some updates. The project has been upgraded a few times in the past without issue. However, upgrading to 11.5 is producing the dreaded error: A Fatal Error Has ...
0
votes
0answers
38 views

Java exec Error: Fatal system Error 1020005

I have a problem with a Java program. I uses a tool "ugpc" to get the assembly structure and write it in a textfile. When i start the program under netbeans it writes these files without problem. but ...
0
votes
1answer
57 views

Zend framework - error page for PHP fatal errors

On a PHP webapp using the Zend 1 framework, if the code throws an exception, I get a nice error page with my branding etc. If the code encounters a PHP fatal error (e.g. "method call on non-object" ...
0
votes
2answers
68 views

System.InvalidOperationException: Internal Connection Fatal Error. when opening sql connection

I've just started playing around with SQL on C#, and I'm trying to connect to a remote SQL server. I've added my IP to the list of hosts that have remote access permission. My code keeps producing ...
1
vote
1answer
31 views

mysqli multiple where clause for two different variables

I have users current latitude and longitude saved as the variables $latitude and $longitude. I only want the data from the database to echo out if the latitude and longitude matches the users current ...
4
votes
2answers
177 views

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 39 bytes) in xxx/xxx/xxx/xxx

I have hosted one drupal website in godaddy. but now a days I am fighting with most weird problem "Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 39 bytes) in ...
2
votes
2answers
71 views

Git bash always says the branch is ((unknown)) in all directories

Something very strange happened to GIT on my Windows 7 machine recently. Using GIT bash, if I change to any directory on any hard drive on my computer, I see: Adam@C-ADAM ~ ((unknown)) Where the ~ ...
0
votes
0answers
38 views

Fatal error: Maximum function nesting level of '200' reached silverstripe? [duplicate]

Hi, I'm doing a website with Silverstripe, all was fine on yesterday but today on reloading my website, i get the Fatal error : Fatal error: Maximum function nesting level of '200' reached, ...
0
votes
0answers
48 views

Zend framework Undefined class constant '' in Zend/Db/Select.php

There is a srange error in my Apache Log : PHP Fatal error: Undefined class constant '' This is on line 814 of de library (Zend framework 1.11) library/Zend/Db/Select.php A look of the code : ...
0
votes
0answers
106 views

Fatal error: Call to a member function toOptionArray() on a non-object in Magento admin

When i click on Shipping Methods tab under Magento system->configuration->SALES tab I am faced with the following error: Fatal error: Call to a member function toOptionArray() on a non-object in ...
0
votes
0answers
86 views

Fatal error: Call to undefined function phpdbconnect() [closed]

I’m getting this error “Fatal error: Call to undefined function phpdbconnect()” when I include the script “CategoryOBJ.php” in my pages. I don’t get the error when I view the website on localhost. If ...
0
votes
2answers
130 views

When running a JAVA program throws a EXCEPTION_ACCESS_VIOLATION

I wrote a gomoku program using alpha-beta search algorithm to determine next step. This is my evaluation function and connect3 and connect4: public float positionEvaluation(Position p, boolean ...
0
votes
1answer
23 views

Visual Studio dies when opening solution

When opening a particular solution in VS2012, the process is killed. Event viewer shows Error 1026 Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due ...
-1
votes
1answer
46 views

Handling interface fatal error

How can I customize the error message when a class which implements an interface doesn't contain requested methods? Actually I get: Fatal error: Interface function X cannot contain body in Y on line ...
0
votes
1answer
83 views

PHP: Trigger fatal error?

I would like to be able to throw a fatal, uncatchable error in my php class when a user of my class abuses it for something I did not intend. I don't want him/her to be able to recover with a catch ...
0
votes
1answer
67 views

Thread : Crash with the message “java.lang.RuntimeException: Unable to instantiate activity”

i know this question has been treated so much time, but i really don't find the answer to my problem. This is an application which connect to a server, so, there's a socket, that's why i'm using ...
0
votes
3answers
186 views

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in Joomla

I created a joomla site on my shared hosting this morning. Everything was going great, I was uploading content. And suddenly when I went to create my third category, I got the following error: Fatal ...
0
votes
1answer
299 views

SURF Feature Extraction With Android OpenCV SDK - Getting Some Errors

I am trying to implement SURF features in my project which is about face recognition. I am new at opencv on android. So it is a little bit hard to find logical errors. Also i tried to search from ...
0
votes
0answers
31 views

Magento Product Fatal error

I've recently installed magento on my website but when I go to click on a product to view details it was a blank white screen. Then I turned on error reporting and was given the following error: ...
0
votes
1answer
73 views

Cannot Start Intent

I have tried over and over again and i cant find a solution for this, the error log keeps telling me that it cant start the intent and i dont know what to do anymore about it. The error happens when i ...
0
votes
2answers
79 views

Unexpected error when programming OOP in PHP?

For some reason I get this error: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 36 bytes) in C:\xampp\htdocs\school\blom\inlog dinkie\engine\class.php on ...
0
votes
0answers
48 views

var_export($entity) causes PHP Fatal Error: Nesting level too deep on AWS, but not on internally hosted ESX VMs

Trying to get AWS to run a drupal site. Part of the site is a large data import which runs daily. However as part of the process, when errors or warnings generate relating to the import data, the ...
2
votes
2answers
117 views

Fatal Error: Call to undefined function working then failing again?

I am using PHP Version 5.4.7. Initially, I was faced with a Fatal error: Call to undefined function Connect() in C:\htdocs\mods\conn.php on line 15 when trying to access the home page of my custom ...
0
votes
1answer
293 views

Fatal error, no such file or directory ( eclipse android )

I'm developing a cocos2d-x project, as its universal it works on android and iOS. I recently added text to speech functionality using flite. In xcode all I do to use flite, is drag in the folder of ...
0
votes
1answer
49 views

Fatal Error C1083 While using sparsehash library

Hi I am using google sparsehash library. When i compile the code (Visual Studio 2005)it gives following error... fatal error C1083: Cannot open include file: 'sparsehash/sparse_hash_map': No such ...
2
votes
2answers
245 views

PHP Fatal error when deploying Symfony2 project using Capifony

When deploying my Symfony2 project to my server I occassionally get the following error: PHP Fatal error: Uncaught exception 'ErrorException' with message 'proc_open(): fork failed - Cannot ...
1
vote
1answer
286 views

Magento 1.7.0.2 Fatal error: Call to a member function getAttributeCode() on a non-object in

I just upgraded a Magento installation from 1.4.1.0 to 1.7.0.2. Now i have an error when trying to edit a category. The error says: Fatal error: Call to a member function getAttributeCode() on a ...
1
vote
1answer
113 views

I get Fatal Exception using multiple OnClickListeners

The Main thing happens in FATAL EXECEPTION my App don't Launches and error comes unfortunately stopped it keeps crashing Tried switch case and else if still the error continues the app keeps crashing ...
-3
votes
1answer
64 views

Fatal error: Class 'MVCModule' not found [closed]

Fatal error: Class 'MVCModule' not found in C:\xampp\htdocs\HttpResponse.php on line 5 I used both require and include function, like require_once("MVCModule.php") but I still got this error ...

1 2 3 4 5 11