From: Franky V. L. <lie...@te...> - 2010-04-11 22:11:48
|
On Sun, 11 Apr 2010 17:41:06 -0400 "Marc" <ms...@ve...> wrote: > Hi > > Any help greatly appreciated. I changed the handler.php file and in > test mode, on first entry, all goes well. > > When i try to enter second round of information, I get all the same > old errors I got when hitting submit that I got before modifying the > handler.php file, i.e., undefined offset 3, ... 4... in handler.php > on line 390 and 395. > > I followed the instructions at: > http://phpesp.svn.sourceforge.net/viewvc/phpesp/trunk/phpESP/public/handler.php?r1=1147&r2=1144 > > Any help is greatly appreciated. > > Thanks > > Marc Hi, First: please don't mail me in private, mail the list, it is there for a reason. For the messages: it seems in the file admin/include/funcs.inc, the error reporting level was set to E_ALL, thus also showing informational messages. I've changed this so it won't happen again. Update that file with the one from svn and try again. Also I changed the file docs/INSTALL to point this out to people. Now, if you followed the instructions and changed handler.php accordingly, you shouldn't get the same errors anymore. At least the line numbers should've changed. Mail me a link where I can test this out, or mail the new error messages. Franky |