This is a discussion on looking for the developer of webcbq within the PHP General forums, part of the PHP Programming Forums category; Hi I'm looking for the developer of webcbq, I'm trying to get it to work on fc5_64 but ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi
I'm looking for the developer of webcbq, I'm trying to get it to work on fc5_64 but I have hit a wall there are some errors I can't see why the variables are being populated ... and I think is was writtn in php 3 because I have had to change alot on the syntax of the code to get it half way working ... here are the errors .... *Notice*: Undefined variable: nuevoPadre in * /var/www/html/webcbq/parents.php* on line *38* *Notice*: Undefined variable: borrarRegla in * /var/www/html/webcbq/parents.php* on line *53* *Notice*: Undefined variable: modificarRegla in * /var/www/html/webcbq/parents.php* on line *67* *Notice*: Undefined variable: cambiarNombre in * /var/www/html/webcbq/parents.php* on line *76* *Notice*: Undefined variable: nuevaRegla in * /var/www/html/webcbq/children.php* on line *38* *Notice*: Undefined variable: borrarRegla in * /var/www/html/webcbq/children.php* on line *51* *Notice*: Undefined variable: modificarRegla in * /var/www/html/webcbq/children.php* on line *63* *Notice*: Undefined variable: cambiarNombre in * /var/www/html/webcbq/children.php* on line *72* Many thanks -- Gregory Machin gregory.machin@gmail.com www.linuxpro.co.za |
|
|||
|
Wild Guess:
It relies on register_globals being "on" and you need to change $nuevoPadre to $_REQUEST['nuevoPadre'] hard to say without seeing the code, but this is my first guess with the info we have. On Tue, October 17, 2006 3:35 am, Gregory Machin wrote: > Hi > I'm looking for the developer of webcbq, I'm trying to get it to work > on > fc5_64 but I have hit a wall there are some errors I can't see why the > variables are being populated ... and I think is was writtn in php 3 > because > I have had to change alot on the syntax of the code to get it half way > working ... > > here are the errors .... > > *Notice*: Undefined variable: nuevoPadre in * > /var/www/html/webcbq/parents.php* on line *38* > > *Notice*: Undefined variable: borrarRegla in * > /var/www/html/webcbq/parents.php* on line *53* > > *Notice*: Undefined variable: modificarRegla in * > /var/www/html/webcbq/parents.php* on line *67* > > *Notice*: Undefined variable: cambiarNombre in * > /var/www/html/webcbq/parents.php* on line *76* > > *Notice*: Undefined variable: nuevaRegla in * > /var/www/html/webcbq/children.php* on line *38* > > *Notice*: Undefined variable: borrarRegla in * > /var/www/html/webcbq/children.php* on line *51* > > *Notice*: Undefined variable: modificarRegla in * > /var/www/html/webcbq/children.php* on line *63* > > *Notice*: Undefined variable: cambiarNombre in * > /var/www/html/webcbq/children.php* on line *72* > > Many thanks > -- > Gregory Machin > gregory.machin@gmail.com > www.linuxpro.co.za > -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some starving artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? |