This topic is locked

Build error with v3.1 build 143

8/31/2006 4:53:39 AM
PHPRunner General questions
T
TerryB author

I cannot see all of the error message - \source\include\masterlist.php(121) - Unknown modifier & (cuts off here).
Any ideas?

Alexey admin 8/31/2006

Terry,
thank you for poiinting me to this bug.

We'll fix it in the next update of PHPRunner.
To get your pages working please modify masterlist.php file in

C:\Program Files\PHPRunner3.1\source\include folder.

Replace this line:

$LookupSQL.=" and (##EditFormatObj.pLookupObj.strWhere &s##)";

with this one:

$LookupSQL.=" and (##EditFormatObj.pLookupObj.strWhere s##)";

T
TerryB author 8/31/2006

Terry,

thank you for poiinting me to this bug.

We'll fix it in the next update of PHPRunner.
To get your pages working please modify masterlist.php file in

C:\Program Files\PHPRunner3.1\source\include folder.

Replace this line:

with this one:


Now getting a similar error in Masterprint.php.

J
Jane 8/31/2006

Terry,
thank you for poiinting me to this bug.

We'll fix it in the next update of PHPRunner.
Make the same changes in the masterprint.php file.