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?

---John Holmes...

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

Reply via email to