Its the same in my case.
That's the point why i was wondering because if the function
that i want to call wouldn't exist it would normally print an error...

And to this comment

>Or you can echo out something in the function you're trying to call...
>
>function whatever() {
>       echo ( "<!-- It worked -->" );
>       //  More Code
>}

i can say that i did this but it didnt help in any way but i'll try this
function exists



-----Ursprüngliche Nachricht-----
Von: William Lovaton [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 12. April 2004 16:36
An: [EMAIL PROTECTED]
Betreff: Re: [PHP] After calling a Function the Script aborts without
anyerror :-\


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.


-William

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


---
__________________________________________________________
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.656 / Virus Database: 421 - Release Date: 09.04.2004
 

---
__________________________________________________________
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.656 / Virus Database: 421 - Release Date: 09.04.2004
 

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

Reply via email to