This topic is locked

4.2 Build 360 Errors

3/25/2008 9:39:47 AM
PHPRunner General questions
J
Jepsen author

When running "build" on any chart view in 360, I get a number of errors.

Is this problem known?
Also, I am getting rather confused by the way the new builds are being published. Build 357 was annouced as the final. Since then 3 new builds have been published and the announcement do not correspond with the last build. The current build is stated to be 359, but when I installed it, it turned out to be 360.
I am still using 4.2 in my production environment as 4.2 still appears to have some serious issues that I am uncertain about. On a couple of the new builds issues re-occured after having been corrected in previous builds. I suggest that admin restrict other users access to the pinned 4.2 announcement and issues a new message for each new build with explanation of why, how etc.
Best regards

Morten B Jepsen

J
Jepsen author 3/25/2008

Supplementary information:
The error message is:
"C:\Program Files\PHPRunner4.2\source\list.php(172) - Couldn't find element bListPage"
During build, this message occurs 6 times.
Without the charts page, there are no error messages.
Morten

J
Jane 3/26/2008

Morten,
thank you for pointing me to this bug.

We'll fix it today.

Alexey admin 3/26/2008

Morten,
to get your project working now find and remove this snippet from list.php file in C:\Program Files\PHPRunner4.2\source folder.

##foreach @BUILDER.tables as @t filter @TABLE.arrMasterTables[strMasterTable==@t.strDataSourceTable] && @t.arrFieldObj[bListPage && bUseiBox && bShowThumbnail].len##

if @first##

$includes.="<script type='text/javascript' src='include/ibox.js'></script>\r\n";

$includes.="<link rel='stylesheet' href='include/ibox.css' type='text/css' media='screen'/>\r\n";

endif##

endfor

S
steveh 3/28/2008

That fixed it for me, will you be updating the build on the website?

Also, can we have release notes for each build otherwise it's just a random download (in fact subscribing to an announcement list would be great?)

J
Jane 3/28/2008

Steve,
the last build is 360. This bug wasn't fixed in this build.

We've updated the first post.