This topic is locked
[SOLVED]

  Undefined Offset PHP Error 8 with 5.3

11/8/2010 9:58:02 AM
PHPRunner General questions
T
tparki authorDevClub member

Having selected an additional field (field name was 2011), placing it in the required position in List view and hitting the 'apply to all views' button the Edit, Add & View still showed the new field at the head which was not where I wanted it. Correcting the Edit view and applying to all appeared to fix the Add and View edit views correctly.

BUT uploading the revised scripts and selecting List view from the menu gives PHP Error 8 - Undefined Offset. The SQL listed in the error screen shows the 2011 field as the last field which was not where I placed it.

5.2 did not give me this kind of problem.

Help, please

Tim

Sergey Kornilov admin 11/8/2010

post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

T
tparki authorDevClub member 11/16/2010

My problem is that PHPR does not fully support numeric field names. Simplest solution is to change the fieldname to include alpha or use an SQL defined alias for the fieldname.

Tim