This topic is locked

is this a phprunner 6 bug?

8/22/2011 2:04:05 PM
PHPRunner General questions
romaldus author

Installed phprunner 6.0 build 8612 for testing purpose.
I build a sample project without code customization..
Sample Northwind SQL dwnloaded from

http://code.google.c...wind.MySQL5.sql
On generated app, error happened in orders_list.php :

php error happened

Technical information

Error type 256

description Unknown column 'ShipperI' in 'field list'

URL localhost/nw/orders_list.php?

Error file C:\Zend\Apache2\htdocs\nw\include\dbconnection.my.mysqli.php

Error line 40

**SQL query SELECT `ShipperI`,`ShipperI` FROM `shippers`**


Actually, ther is no ShipperI field inShippersTable**but ShipperID

**

Sergey Kornilov admin 8/22/2011

Romualdus,
I would ask you to 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.

C
cgphp 8/22/2011

The lookup of the shipvia field in the orders list is corrupted.