Forums / Setup & design / is this bug from ez3 or from me !
Selmah Maxim
Tuesday 06 May 2003 6:07:27 am
Hi ...
i had post alot of things here, and no answer yet .... but anyway :)
i have got this Warning msg :
Warning: PHP May 06 2003 16:06:40 Undefined variable: nodePath in c:\php\www\ez32\kernel\classes\ezcontentobjecttreenode.php on line 386
and
Warning: PHP May 06 2003 16:06:40 Undefined variable: nodeDepth in c:\php\www\ez32\kernel\classes\ezcontentobjecttreenode.php on line 386
line 386 : $childrensPath = $nodePath ;
the nodeDepth value is empty, but the nodepath is there!
i don`t know how much this msg effect the script, coz every thing work fine, so i don`t know is this bug form me or form ez3 code ?
Tuesday 06 May 2003 8:04:50 am
Got new 1 alos now
Warning: PHP May 06 2003 18:08:36 Undefined variable: limitationList in c:\php\www\ez32\kernel\classes\ezcontentobjecttreenode.php on line 711
any1 have idae about this ?!
James Ward
Tuesday 06 May 2003 12:13:47 pm
They are just warnings. Turn down php's error reporting level if you do not want to see them. No this does not have any effect on the way your site functions.
working at www.wardnet.com blogging at www.jamesward.ca
Tuesday 06 May 2003 3:17:36 pm
thx fro reply