bug clicking RUN and error on generation

hi guys

have just upgraded and have two issues…

1: clicking RUN within scriptcase is giving me an error if I have not opened the app for edit. bsicly tells me the app doesnt exists even thou it had just been generated.

2: I have a single grid which worked perfectly before and is now giving the following error on generation:
2 = implode(): Invalid arguments passed
C:\Program Files (x86)\NetMake\v7\wwwroot\scriptcase\devel\generator
m_gp_graf_generico.php 1651

and another error with the generator, once again on a page which was created previous without a problem… actualy the scriptcase created security login page…

rmdir(C:/Program Files (x86)/NetMake/v7/wwwroot/scriptcase/app/clubmbr/app_Login/): Directory not empty | Script: C:\Program Files (x86)\NetMake\v7\wwwroot\scriptcase\devel\class\generator
mGerador.class.php linha: 447

Hello,

Issue reported to our bugs team.

Regarding the second issue, Are you using implode() on your code?

regards,
Bernhard Bernsmann

[QUOTE=bartho;16153]Hello,

Issue reported to our bugs team.

Regarding the second issue, Are you using implode() on your code?

regards,
Bernhard Bernsmann[/QUOTE]

hi Bernhard

srry was away a few days… the second error doesnt use anything but a simple calculation:

$discount = {events.eventMbrDiscount};
$entryPrice = {events.eventEntryPrice};

{discount} = ($discount / 100) * $entryPrice;

{total} = {events.eventEntryPrice} - {discount};

The page worked/generated fine before version 7.1

the other errors do no longer happen :slight_smile: just this single grid.

thanks