Re: [Gambas-user] Making a web app

2010-12-21 Thread Fabien Bodard
or just make link fro /usr/local/bin/gbr2 to /usr/bin Le 21 décembre 2010 18:23, Benoît Minisini a écrit : >> Sorry for bothering you with this, I guess it all boils down to this >> error I found in the apache error log: /usr/bin/env cannot find gbr2: >> >> /usr/bin/env: gbr2: no such file or dir

Re: [Gambas-user] Making a web app

2010-12-21 Thread Benoît Minisini
> Sorry for bothering you with this, I guess it all boils down to this > error I found in the apache error log: /usr/bin/env cannot find gbr2: > > /usr/bin/env: gbr2: no such file or directory > > The script can be started from the command line, however. Strange thing... > > Regards > > Rolf >

Re: [Gambas-user] Making a web app

2010-12-21 Thread Rolf Schmidt
Hi Rolf-Werner > Now, to make things somewhat clearer, let me add this: > > During the last two hours or so I set up a commandline application in > Gambas doing this: > > PUBLIC SUB Main() > >PRINT " Transitional//EN\">" Here you have to print an empty line - its part of the HTML-Standard! >

Re: [Gambas-user] Making a web app

2010-12-21 Thread Rolf-Werner Eilert
Sorry for bothering you with this, I guess it all boils down to this error I found in the apache error log: /usr/bin/env cannot find gbr2: /usr/bin/env: gbr2: no such file or directory The script can be started from the command line, however. Strange thing... Regards Rolf

Re: [Gambas-user] Making a web app

2010-12-21 Thread Rolf-Werner Eilert
Am 21.12.2010 15:41, schrieb Rolf-Werner Eilert: > Hi folks, > > Just had the idea to implement a small application to be called via a > browser (it is to show the user a collection of pdf files, some choices > to choose from etc.). > > How could I do this in Gambas, or better: where do I start? I'

[Gambas-user] Making a web app

2010-12-21 Thread Rolf-Werner Eilert
Hi folks, Just had the idea to implement a small application to be called via a browser (it is to show the user a collection of pdf files, some choices to choose from etc.). How could I do this in Gambas, or better: where do I start? I've done command line applications in Gambas before, but ho