[SOLVED]8.1 possible bug

Hi,

I start a new project, create a default grid app, change the “Display Detail” to “Below the grid”, then run it and when i click on the magnifying glass icon it gives me this error:

Parse error: syntax error, unexpected ‘"">"’ (T_CONSTANT_ENCAPSED_STRING) in C:\Program Files (x86)\NetMake\v8\wwwroot\scriptcase\app\ADSM\grid_Utentes\grid_Utentes_det.class.php on line 378

using the option to open beside it gives me this error:

Parse error: syntax error, unexpected ‘"">"’ (T_CONSTANT_ENCAPSED_STRING) in C:\Program Files (x86)\NetMake\v8\wwwroot\scriptcase\app\ADSM\grid_Utentes\grid_Utentes_det.class.php on line 376

it only works with “in another page” option.

What i need to do to fix it? what is wrong?

Thanks

Regards

T?rcio

This problem is already adressed by the devs to fix it? it can be reproduced by devs? The database that i use is mysql. I didn’t made any manual change to the files. It was only a empty project and a simple grid app to a table using that detail options described above. I hope it will be fixed soon. Thanks!!!

I have a important information to add!!!
It only give this problem in tables with blob (image) field. In the second case (with “beside it” option in Details) the 376 line is this:

$conteudo = “<img border=“0” src=”" . $this->NM_raiz_img . $out_foto"">";

because it is related with a foto field i tried with another table and it works. As mentioned before, even with a Foto field using the “in another page” option it works.

So, i hope it will greatly help the devs to catch the bug and fix it.

Thanks, if i can help in something to fix this, tell me.

Regards

Hello,

This problem has been solved.