I'm using Delphi4PHP so a lot of the code is prewritten components,
libraries, etc. Here's some code that I can post without giving away too
much. As you can see it's not your typical PHP, it is using a ton of
specific functions.
<?php
$reopenFirst;
$reopenSecond;
$reopenThird;
$reopenFourth;
$reopenFifth;
define("REOPEN_LIST", "reopenList.txt");
define("UPLOAD_FOLDER", "data/");
//Includes
require_once("vcl/vcl.inc.php"); // main PHP file, sets up the
rest.
use_unit("dbgrids.inc.php");
use_unit("dbtables.inc.php");
use_unit("comctrls.inc.php");
use_unit("buttons.inc.php");
use_unit("imglist.inc.php");
use_unit("menus.inc.php");
use_unit("forms.inc.php");
use_unit("extctrls.inc.php");
use_unit("stdctrls.inc.php");
//Class definition
class Some extends Page
{
Some code that responds to events.
}
global $application;
global $Some;
//Creates the form
$Some=new Some($application);
//Read from resource file
$Some->loadResource(__FILE__);
//Shows the form
$Some->show();
?>
"Tijnema" <tijnema@xxxxxxxxx> wrote in message
news:d8269d910706211110h4eec2b32w23248da7fe39f8f4@xxxxxxxxxxxxxxxxx
On 6/21/07, Dan <frozendice@xxxxxxxxx> wrote:
I cleared all my logs, then ran the app having problems a few times.
There
were no error messages in the Apache logs. Does PHP have error logs
somewhere?
- Dan
Hmm, do you have some code? Can you narrow down the problem?
Google returns problems with destructor, or with a self-made error
handler...
Tijnema
"Tijnema" <tijnema@xxxxxxxxx> wrote in message
news:d8269d910706211059w7dba1470h63452f0a5f19d2b@xxxxxxxxxxxxxxxxx
> On 6/21/07, Dan <frozendice@xxxxxxxxx> wrote:
>> I keep geting this fatal error at the bottom of a php application
>>
>> Fatal error: Exception thrown without a stack frame in Unknown on line
>> 0
>>
>> It sounds like it would be a problem with the memory stack, but all
>> I'm
>> doing is uploading a file, writing, and reading it. Any ideas on what
>> this
>> error could mean?
>>
>> - Dan
>
> Check your Apache logs (or whatever you're using..)
>
> Tijnema
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php