On 12-Apr-2004 William Lovaton wrote:
> Hi,
> 
> El lun, 12-04-2004 a las 09:27, John W. Holmes escribió:
>> From: "Ben" <[EMAIL PROTECTED]>
>> 
>> > i got a big problem. I have a script which includes some other
>> > script i
>> > tried include, require and require once. The problem is, if i do a
>> > function call to a function in one of these included files, the
>> > script
>> > aborts but without any error. The strange thing is, normally
>> > require
>> > should give an error if it can't include any file. But the files
>> > are
>> > accessible, error reporting is E_ALL. Some functions are callable
>> > but
>> > others not and still no error. the only way how i came to this was
>> > putting some die()s to see where 
>> 
>> Do you have display_errors turned on?
> 
> Sometimes I have this problems too, no matter if that setting is on.
> 

If the error occurs within a table element on a web page, Mozilla won't
display because it's waiting for the '</tr></table>' to begin figuring
out the display properties.

Use 'View Source' if/when this happens.

Regards,

-- 
Don Read                                     [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to