Re: [Gambas-user] trouble with cgi scripting - Error 24 No Startup Method

2010-02-21 Thread Fabien Bodard
2010/2/21 Dimitris Anogiatis : > Hey Joshua, > Try this instead of the original cgi example. > > #!/usr/bin/env gbw2 > <% > DIM sEnv AS String > PRINT "" > PRINT "" > PRINT "" > PRINT "Test1 - check this out" > PRINT "Test link" > PRINT "" > PRINT "" > %> > > If this works it means that all your ht

Re: [Gambas-user] trouble with cgi scripting - Error 24 No Startup Method

2010-02-21 Thread Dimitris Anogiatis
Hey Joshua, Try this instead of the original cgi example. #!/usr/bin/env gbw2 <% DIM sEnv AS String PRINT "" PRINT "" PRINT "" PRINT "Test1 - check this out" PRINT "Test link" PRINT "" PRINT "" %> If this works it means that all your html tags need to be included in a Print statement I hope this

Re: [Gambas-user] trouble with cgi scripting - Error 24 No Startup Method

2010-02-21 Thread Fabien Bodard
i think a usuakky it come from ubuntu 9.10 ... some ppa repository create errors 2010/2/21 Joshua Higgins : > OK, I started from scratch, installed Ubuntu 9.10, compiled svn, and it > works as expected. > > -- > joshua higgins >>>-- > ---

Re: [Gambas-user] trouble with cgi scripting - Error 24 No Startup Method

2010-02-20 Thread Joshua Higgins
OK, I started from scratch, installed Ubuntu 9.10, compiled svn, and it works as expected. -- joshua higgins >>-- -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, f

Re: [Gambas-user] trouble with cgi scripting - Error 24 No Startup Method

2010-02-20 Thread Joshua Higgins
I'm still having this problem, I haved tried it now with 2.13, 2.18, 2.19 and svn and they are all the same. I have a feeling its something Ubuntu related, because it is intermittent. It has been working for the last 30 mins, but now it has stopped again, giving me the Error 24 again and again. I'

Re: [Gambas-user] trouble with cgi scripting - Error 24 No Startup Method

2010-02-20 Thread Fabien Bodard
the svn version work correctly 2010/2/20 Joshua Higgins : > Looks like I spoke too soon, its stopped working again. > > Just waiting for 2.19 to compile. > > -- > joshua higgins >>>-- > -- > Download Intel® Paralle

Re: [Gambas-user] trouble with cgi scripting - Error 24 No Startup Method

2010-02-20 Thread Joshua Higgins
Looks like I spoke too soon, its stopped working again. Just waiting for 2.19 to compile. -- joshua higgins >>-- -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, fi

Re: [Gambas-user] trouble with cgi scripting - Error 24 No Startup Method

2010-02-20 Thread Joshua Higgins
The strangest thing has happened. Once I installed all the development libraries ready to compile gambas 2.19, it started working again with 2.13 installed from the ubuntu repository. These are what I have just installed: Development packages: libice-dev libsm-dev x11proto-xext-dev x11proto-fixe

Re: [Gambas-user] trouble with cgi scripting - Error 24 No Startup Method

2010-02-20 Thread Fabien Bodard
me too :-) , il will see if i've the same problem and try to resolve it 2010/2/20 Joshua Higgins : > its still not working with 2.18 on lucid, im compiling 2.19 now > > -- > joshua higgins >>>-- > -- > Download Int

Re: [Gambas-user] trouble with cgi scripting - Error 24 No Startup Method

2010-02-20 Thread Joshua Higgins
its still not working with 2.18 on lucid, im compiling 2.19 now -- joshua higgins >>-- -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and f

Re: [Gambas-user] trouble with cgi scripting - Error 24 No Startup Method

2010-02-20 Thread Fabien Bodard
the problem comme from gambas 2.13... i've the same on kubuntu karmic... too old package Le 20 février 2010 18:53, Benoît Minisini a écrit : >> Hi list, I've been writing some scripts and keep getting this Error 24 No >> Startup Method. This is what I get when I run them directly from the >> cons

Re: [Gambas-user] trouble with cgi scripting - Error 24 No Startup Method

2010-02-20 Thread Benoît Minisini
> Hi list, I've been writing some scripts and keep getting this Error 24 No > Startup Method. This is what I get when I run them directly from the > console: > > gbw2 -v index.cgi > gbs: compiling server page > > USE "gb.web" > PUBLIC SUB Main() > Response.Buffered = TRUE >

[Gambas-user] trouble with cgi scripting - Error 24 No Startup Method

2010-02-20 Thread Joshua Higgins
Hi list, I've been writing some scripts and keep getting this Error 24 No Startup Method. This is what I get when I run them directly from the console: gbw2 -v index.cgi gbs: compiling server page USE "gb.web" PUBLIC SUB Main() Response.Buffered = TRUE Response.Begin _Pr