Tagged Questions
The fatal tag has no wiki summary.
4
votes
4answers
366 views
Fatal error: Allowed memory size of 67108864 bytes exhausted
I've got a script that's giving me headaches on a particular server.
I keep getting this error:
Fatal error: Allowed memory size of 67108864 bytes exhausted
Even though I've edited php.ini to ...
4
votes
3answers
250 views
What is the difference between Perl modules autodie and Fatal?
The Perl modules autodie and Fatal seem to be doing similar things. What are the reasons for using one in preference to the other?
4
votes
5answers
8k views
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 im using: require_once('load.php');
and in * load.php* I'm using require_once('class.php'); to load my class.php.
...
3
votes
6answers
85 views
PHP - One last call
Is there a way to tell PHP to run one last function, or somehow override some error handler in the event of a fatal error? I have a cron that has a main entry point of:
$obj = new obj();
...
2
votes
1answer
395 views
FATAL EXCEPTION main Android App
I am currently working on an Android app. When I click Menu, the Menu shows up, but then if you choose "Preferences" it crashes. If you click "New" it works fine. I don't know what is going on. I am ...
2
votes
4answers
697 views
Cannot redeclare config() error in cakePHP
I am getting the error Fatal error: Cannot redeclare config() (previously declared in.../basics.php:58, in live server. It works fine in my local server but when i uploaded the site to live server, i ...
2
votes
2answers
59 views
php mysql script gone wrong. please help
Hi guys im hoping someone can help,
im working on a site and created this experimental script whitch populates a category menu dynamically based on the database entry
it worked for a day and then ...
2
votes
1answer
448 views
Define the location of Java fatal error log in runtime
is there any way to define the location of the fatal error logs in Java (hs_err_*.pid.log) in the runtime?
I know from [1] that I can set the location as parameter, but I want to change it in runtime.
...
1
vote
1answer
96 views
Fatal Python error: PyEval_RestoreThread: NULL tstate
Does somebody knows what this error means?
Fatal Python error: PyEval_RestoreThread: NULL tstate
In my application when I destroy the main window this error is printed. I am using multiples threads ...
1
vote
0answers
216 views
SugarCRM: Unable to create Calls/Meetings - PHP Catchable fatal error with TimeDate::_getUserTZ()
Helllo,
Recently I upgraded to 6.2 GA from 6.1.4 via the upgrade patch.
Even since then I'm unable to create anything that has direct relation with Date & Time, namely, Call Logs, Meetings ...
1
vote
2answers
2k views
Can't use function return value in write context
ok here is my code what it is supposed to do is retrieve the referer that sent you to the page, the user will type someurl.com/refcreate.php?ref=username
<?php
session_start();
$referer = ...
1
vote
3answers
359 views
How do I terminate Javascript execution, á la exit/die/fatal assertion, etc.?
I have a loop in Javascript, I want to run console.log() in a specific iteration, and then terminate. What is the best method to go about doing this?
I'm wanting something like Perl's
die Dumper ...
1
vote
2answers
92 views
Cloning Git repository locally
I am new to git so please bare with me if this seems like a simple problem.
I have just create a git repository on my iMac under the user git account and am now want to clone it from my main user ...
1
vote
1answer
270 views
MySQL fatal error
When I run the folowing code, I get this error:
Fatal error: SQL in /Users/allan/Sites/4is_site/casestudyall.php on line 105 (that's the last line in the code below.
Is there a problem with my ...
0
votes
1answer
27 views
CakePHP Fatal error: Call to a member function create() on a non-object (Controller)
I have CakePHP Controller code which is throwing up the following error 'Fatal error: Call to a member function create() on a non-object'.
The controller code is as follows:
if ...
0
votes
1answer
72 views
fatal: unable to create 'refs/heads/master.lock': File exists fatal: - Getting this error while pushing the commits
I am getting the following error while push the commit
git push origin master
fatal: unable to create 'refs/heads/master.lock': File exists fatal:
The remote end hung up unexpectedly
I ...
0
votes
1answer
157 views
Ion Auth/CodeIgniter Fatal Error
Receiving this fatal error when trying to access my planner.php and shared.php controllers. Any thoughts?
Fatal error: Uncaught exception 'Exception' with message 'Undefined method ...
0
votes
1answer
32 views
Does git support fetch the folder from server?
I run the git fetch command to get the update from server. It's OK for small update from other colleagues. But when someone pushed a big amount of data, it always failed, and says:"fatal: The remote ...
0
votes
1answer
94 views
PHP Call to a member function prepare() on a non-object error
Hi i need some help with this error I keep getting. It works fine everywhere else in the script except when I try to call it within this one function.
The function I am calling is: getTotalServers
...
0
votes
1answer
67 views
PHP Fatal error: Using $this when not in object context for script
I've got problem:
I have a script that I'm working with and just upgraded to PHP 5.3.
In my kit_parser.php I'm getting the following fatal error:
Fatal error: Using $this when not in object context ...
0
votes
0answers
275 views
Fatal error: Call to undefined method Facebook::require_frame() in /home/wubb/public_html/facebook/fbml.php on line 15
I am trying to integrate friend invite for facebook in my website. I am using php. I included the code:
<?PHP
// Get these from http://developers.facebook.com
$api_key = 'xxx';
$secret = 'xxx';
...
0
votes
0answers
189 views
CakePHP Notice: Undefined Variable on Linux?
I have this cakephp app which works perfectly on my local xampp server, but when I upload to a remote locate running on Linux, it starts producing this Undefined variable notice preceded by a long ...
0
votes
2answers
104 views
PHP fatal error
Getting php fatal error
PHP Fatal error: Cannot redeclare page_protect() (previously declared
on line 48) on line 103
my code looks like that. What's wrong? Please search for "line 48" and ...
0
votes
1answer
67 views
I get a fatal error when I use an Insert Into statement with parameters
I'm trying to add a row into a mysql database table using visual studio 2010 and I haven't had problems until now. I keep getting the error:
"Fatal error encountered during command execution."
...
0
votes
0answers
69 views
Fatal error: Only variables can be passed by reference
I have been using this piece of code for around two months and it suddenly started giving error on this line: public function createSchools($item) of the code : Fatal error: Only variables can be ...
0
votes
0answers
140 views
Android android.database.CursorIndexOutOfBoundsException: Index 2 requested, with a size of 2
I have this log
07-27 21:42:05.635: ERROR/AndroidRuntime(26094): FATAL EXCEPTION: main
07-27 21:42:05.635: ERROR/AndroidRuntime(26094): android.database.CursorIndexOutOfBoundsException: Index 2 ...
0
votes
1answer
414 views
Android Custom Button State Selector XML file causing Resource$NotFoundException
My Activities are randomly crashing due to Resource$NotFoundException and it's always due to one of my custom button's state selector files. And the crashes are completely random, I'll go through the ...
0
votes
2answers
892 views
Smarty exception: “Please use parent::__construct() to call parent constuctor”
I'm following a tutorial and after setting everything up I'm getting:
Fatal error: Uncaught exception 'SmartyException' with message 'Please
use parent::__construct() to call parent constuctor'
...
0
votes
1answer
224 views
When apache starts new session a strange error is throwing
Guys I need little bit help with PHP Fatal error. Whenever a new session is getting created a PHP Fatal error occurs. This error never happens throughout the session apart from when session first ...
0
votes
2answers
69 views
iPhone app fatal error
Ok, I only made a minor change to a project of mine in Xcode (I just added a new .h, .m, and .xib file, they're very small), and now it won't run and gives me this message:
"fatal error: error ...
0
votes
0answers
16 views
cant acces to mi atahualpa wordpress blog, neither the admin panel
I receive this message:
/wp-content/themes/atahualpa364/functions/bfa_theme_options.php on line 7
not only when I try to get the home but also to the admin...
Then I can not access the options panel ...
0
votes
4answers
69 views
PHP fatal error
index.php:
<? session_start(); ini_set( "display_errors", 0); ?>
.. rest of the page ...
Error:
Fatal error: Call to undefined function: escapestring() in ... ReviewOrder.php on line 54
...
0
votes
1answer
290 views
cakephp email component phpmailer
I am using CakePHP 1.2 version and trying to send an email with PHPMailer library for my email function however while trying to send an email, it gets below mention error:
Fatal error: Class ...
0
votes
1answer
211 views
Drupal 7 - fatal error with devel themer plugin with custom module
I just installed a famous Drupal module called devel themer. It works with admin and other core pages such as node. The problem is I get a fatal error with my module.
Error Message:
Fatal error: ...
0
votes
3answers
504 views
Is there a way to avoid the “redeclared function” fatal error while defining functions within functions in PHP?
I've been implementing a certain plugin (dtabs) on my page in Wordpress but after upgrading to the latest version, I found that I now have an error the 2nd time I call the main function called ...
0
votes
3answers
612 views
Why am I not getting the exception I expect in Zend Feed when a feed is misentered?
Basically, we have this here module that we offer to our users that want to include a feed from elsewhere on their pages. I works great, no sweat. The problem is that whenever users mishandle the feed ...
0
votes
5answers
346 views
Problem including a file in php gives an error whether I include the file or not
With
include('basemodel.php');
I get
Fatal error: Class 'BaseModel' not found in C:\xampp\htdocs\allsides\account\model.php on line 2
Without
include('basemodel.php');
I get
Fatal ...
0
votes
5answers
1k views
How do I fix a fatal error: cannot redeclare class that's only on Macintosh?
I get this fatal error only when I run on a Macintosh, but not on a windows browser, which doesn't make sense since, other than checking for the Browser condition, the conditional loops run the same ...
0
votes
4answers
584 views
Windows CE Emulator related error when using VS.NET 2005 and 2008
I have a situation where i need to debug a Windows CE application in both Vs.NET 2008 as well as VS.NET 2005.
After i switch between the emulators in these 2 environments a few times, i get the error ...
-1
votes
0answers
15 views
fatal error on executing pchart code
While I executing php code for pchart, I am getting an error like this :
Call to a member function SetSerieName() on a non-object
How to overcome from this fatal error? Please help me with the ...
-1
votes
2answers
26 views
Fatal error: Call to a member function children() on a non-object in includes/src/__default.php on line 20256
Fatal error: Call to a member function children() on a non-object in includes/src/__default.php on line 20256
this is the error from default.php
$modules = ...