Is '$retry' defined anywhere in the script prior to line x? It's not an error as such, just a notice. You can either turn off notices in php.ini, or define $retry prior to trying to access/assess it.
Thanks, Nathan. http://www.kennedytechnology.com Telerobotics project: http://control.kennedytechnology.com -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Michael Sent: Wednesday, 16 September 2009 12:03 p.m. To: [email protected] Subject: [phpug] Re: PHP 5.3.0 error On Wed, 16 Sep 2009 10:49:50 Dmitry Ruban wrote: > Hi Michael, > > Try to replace > > &$errno,&$errstr > > with > > $errno,$errstr Fixed. Thanks Dmitry and Mohammed. This is the next issue I have found: Notice: Undefined index: retry on [filename] on line x In this file 'retry' refers to a variable $retry. This message also come up in respect of other variables. __________ Information from ESET NOD32 Antivirus, version of virus signature database 4427 (20090915) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 4427 (20090915) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected] -~----------~----~----~----~------~----~------~--~---
