Re: AW: AW: [PHP] After calling a Function the Script aborts withoutanyerror :-\

2004-04-13 Thread William Lovaton
Hi Ben, Pretty weird problem... let's see, El mar, 13-04-2004 a las 11:08, Ben escribió: > now i tried get_included_files() that shows me all the files that i > wanted to include correctly. > but in the list of get_defined_functions(), in the user list are just > some, but not all the functions,

AW: AW: [PHP] After calling a Function the Script aborts withoutanyerror :-\

2004-04-13 Thread Ben
to show all the code would be too much but some parts where the error happens are here. now i tried with function_exists.. define('SMARTY_DIR', 'smarty/'); require_once(SMARTY_DIR.'Smarty.class.php'); require_once("ichain/ua_index.php");