Re: [PHP] Strange Fatal Error Possibly Memory

2007-06-24 Thread ecc
Maybe this is an error/exception in the exception handeler... :-) Sometimes we had this error in these cases! -- View this message in context: http://www.nabble.com/Strange-Fatal-Error-Possibly-Memory-tf3960349.html#a11273616 Sent from the PHP - General mailing list archive at Nabble.com. --

Re: [PHP] Strange Fatal Error Possibly Memory

2007-06-22 Thread Dan
Tijnema [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On 6/21/07, Dan [EMAIL PROTECTED] wrote: 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

Re: [PHP] Strange Fatal Error Possibly Memory

2007-06-22 Thread Tijnema
On 6/22/07, Dan [EMAIL PROTECTED] wrote: Tijnema [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On 6/21/07, Dan [EMAIL PROTECTED] wrote: 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

Re: [PHP] Strange Fatal Error Possibly Memory

2007-06-22 Thread Dan
Actually I went through and commented out all my code, releasing functions from the huge comment as I ran the code and didn't see the error. I came down to two functions which has function names that apparently were STILL bad, I don't know what names are reserved in D4PHP so I guess I'll have

[PHP] Strange Fatal Error Possibly Memory

2007-06-21 Thread Dan
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

Re: [PHP] Strange Fatal Error Possibly Memory

2007-06-21 Thread Tijnema
On 6/21/07, Dan [EMAIL PROTECTED] 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

Re: [PHP] Strange Fatal Error Possibly Memory

2007-06-21 Thread Dan
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 Tijnema [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On 6/21/07, Dan [EMAIL PROTECTED] wrote: I keep geting this

Re: [PHP] Strange Fatal Error Possibly Memory

2007-06-21 Thread Tijnema
On 6/21/07, Dan [EMAIL PROTECTED] 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

Re: [PHP] Strange Fatal Error Possibly Memory

2007-06-21 Thread Dan
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;

Re: [PHP] Strange Fatal Error Possibly Memory

2007-06-21 Thread Tijnema
On 6/21/07, Dan [EMAIL PROTECTED] wrote: 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. snip Nah, the code is