Search found 21 matches

by swan
Tue Jan 14, 2025 12:43 am
Forum: Coding Questions
Topic: Tutorial?
Replies: 7
Views: 15470

Re: Tutorial?

When you installed SB a bunch of examples were also installed. Look under ProgramData/SpiderBAsic.
by swan
Sat Jun 01, 2024 9:57 pm
Forum: Coding Questions
Topic: sb 3 beta1 , fails in android creation
Replies: 4
Views: 5175

Re: sb 3 beta1 , fails in android creation

Code: Select all

my opinion of how shit java ecosystem is ...grows...
Yep ... agree :)
by swan
Fri May 31, 2024 1:18 am
Forum: General Discussion
Topic: SpiderBasic 3.00 is out !
Replies: 56
Views: 181582

Re: SpiderBasic 3.00 beta 1 is ready to test !

This looks really good, thank you !!!
by swan
Sun Feb 24, 2019 10:53 pm
Forum: Coding Questions
Topic: Can not execute SpiderBite sample
Replies: 15
Views: 13146

Re: Can not execute SpiderBite sample

Thanx again Peter.
I gave up on IIS on my local machine, so I'm concentrating having it run on my remote server (Windows server 2016). Which is where the database sits that I want to connect to anyway (MS SQL Server)
However I'm getting this error now - "error/Method Not Allowed". That looks more ...
by swan
Wed Feb 20, 2019 5:34 am
Forum: Coding Questions
Topic: Can not execute SpiderBite sample
Replies: 15
Views: 13146

Re: Can not execute SpiderBite sample

I can't get IIS to allow execution of the Spiderbite cgi exe.
Spiderbite is doing everything right - IIS isn't playing ball.
I was going to try another server like Apache but the remote server where the code will eventually sit is Windoze IIS so I should persevere.
I'm missing something but just can ...
by swan
Tue Feb 19, 2019 7:51 am
Forum: Coding Questions
Topic: Can not execute SpiderBite sample
Replies: 15
Views: 13146

Re: Can not execute SpiderBite sample

Thanx Peter, you're probably right - will check when I get back.
Cheers,
Steve ....
by swan
Tue Feb 19, 2019 6:08 am
Forum: Coding Questions
Topic: Can not execute SpiderBite sample
Replies: 15
Views: 13146

Re: Can not execute SpiderBite sample

Apologies for the delay - yes you're right, it was write permissions in IIS. I really should have checked that - :oops:
Now PB compiles and deposits the exe as per the config profile as it should.
But I get this error in the debug window when run :
"error: error/NetworkError: Failed to execute ...
by swan
Fri Feb 15, 2019 6:34 am
Forum: Coding Questions
Topic: Can not execute SpiderBite sample
Replies: 15
Views: 13146

Re: Can not execute SpiderBite sample

Hi Peter,
Bit of an update but no cigar yet.
Uninstalled everything (including SB) and reinstalled. Redownloaded all files, yet same error. A single "C" in code gives a syntax not that error.
Now, the error only occurs following "EnablePBCgi" in the code. EnableASP, EnablePHP, etc is not effected.
I ...
by swan
Tue Feb 12, 2019 4:11 am
Forum: Coding Questions
Topic: Can not execute SpiderBite sample
Replies: 15
Views: 13146

Re: Can not execute SpiderBite sample

Hi Peter.
I was going to start a new topic but it would have had the same heading so I tagged on here.
I too am having an issue with running any of the SpiderBite examples. I get this error - "Line 1: 'C' is not a valid operator"
Have checked and rechecked the installation to your instructions. I ...