Search found 70 matches

by Kurzer
Fri Jan 31, 2025 8:47 pm
Forum: Coding Questions
Topic: [SOLVED] SB App no longer runs after upgrade from PHP 7.x. to 8.1.x
Replies: 4
Views: 10356

Re: [SOLVED] SB App no longer runs after upgrade from PHP 7.x. to 8.1.x

Hello Fred,

I'm not familiar enough with network technology, Linux servers and especially JS to investigate this error in detail.

I have to say that this is not a web server that I administer, but one that I have rented and that I can only configure to a limited extent.

What exactly do you mean ...
by Kurzer
Sat Jan 25, 2025 9:45 pm
Forum: Coding Questions
Topic: [SOLVED] SB App no longer runs after upgrade from PHP 7.x. to 8.1.x
Replies: 4
Views: 10356

Re: SB App no longer runs after upgrade from PHP 7.x. to 8.1.x

I have found a workaround!

Workaround: I prefixed the parameter of all VAL() calls with “ ” + . Apparently otherwise JS does not recognize that it is a string type.

Before:
stApplication\stCurrentUser\iUserID = Val(\lsResultset()\mpResultrow("users_id"))

After:
stApplication\stCurrentUser ...
by Kurzer
Sat Jan 25, 2025 8:30 pm
Forum: Coding Questions
Topic: [SOLVED] SB App no longer runs after upgrade from PHP 7.x. to 8.1.x
Replies: 4
Views: 10356

Re: SB App no longer runs after upgrade from PHP 7.x. to 8.1.x

Okay, I'm getting closer, but it's behaving extremely strangely (at least for someone who doesn't know much about web servers, Linux, etc.).
Fact is: Only the PHP version has been changed on the web server. The app had been running perfectly until then.

And now it looks like the VAL() function of ...
by Kurzer
Sat Jan 25, 2025 6:03 pm
Forum: Coding Questions
Topic: [SOLVED] SB App no longer runs after upgrade from PHP 7.x. to 8.1.x
Replies: 4
Views: 10356

[SOLVED] SB App no longer runs after upgrade from PHP 7.x. to 8.1.x

Hi,
I had to restart an old project that I created with Spider, PHP and HTML.

After an update from PHP 7.x to PHP 8.1.x at the web host, the HTTPRequest calls apparently no longer work. I am supposed to fix this now.
Well, I see the error shown in the screenshot in the browser console: Uncaught ...
by Kurzer
Fri Dec 29, 2023 1:30 pm
Forum: General Discussion
Topic: Note on Fred's offer to extend everyone's license for one year.
Replies: 7
Views: 25818

Re: Note on Fred's offer to extend everyone's license for one year.

*push*

Just in case it is still of interest to someone.

Fred, I would be interested in a last minute re-activation of my SpiderBasic license if it's no trouble for you.
Many thanks in advance.
by Kurzer
Thu Apr 20, 2023 1:40 pm
Forum: Coding Questions
Topic: Toast animation
Replies: 6
Views: 5244

Re: Toast animation

Hi Dirk,

the best way to do this is to use a finely resolved timer as a kind of timeline counter (in my exmple a timer with 10 ms).
At certain points of the timeline the actions fade in, stop animation and fade out are executed.
Together with a SIN() function, the window can also be faded in and ...
by Kurzer
Sun Apr 16, 2023 3:05 pm
Forum: General Discussion
Topic: Note on Fred's offer to extend everyone's license for one year.
Replies: 7
Views: 25818

Note on Fred's offer to extend everyone's license for one year.

Hello all,

because of the long development delay in SpiderBasic, Fred made the following offer in his announcement for version 2.40 for all buyers.

First, I would like to apologize for the very big delay since the last official release. Some of you already know it, I wanted to finish the 6.00 ...
by Kurzer
Wed Feb 23, 2022 4:08 pm
Forum: General Discussion
Topic: Has SpiderBasic Development Stopped
Replies: 14
Views: 17846

Re: Has SpiderBasic Development Stopped


I have a new project that requires a web front end, do I use SpiderBasic or not :?:


Honestly?
If your project needs a dynamic web interface and should be displayed correctly on smartphone, tablet and PC, then don't do it.

I created a web project with it (bought SB specially for it). But then ...
by Kurzer
Wed Feb 23, 2022 4:00 pm
Forum: General Discussion
Topic: SpiderBasic 2.32 beta 1 is available
Replies: 9
Views: 31102

Re: SpiderBasic 2.32 beta 1 is available

Oops, a new post... after more than one year!
Oh yes, there was something... Spiderbasic. Or shouldn't we better rename it to "SleepingBasic"?

In the area of PureBasic there is a lot of progress.

But what is the medium-term plan for the development of Spiderbasic?
Fred, can you give an update (or ...
by Kurzer
Sun Apr 18, 2021 7:21 am
Forum: General Discussion
Topic: Forums updated
Replies: 4
Views: 5090

Re: Forums updated

Nice update, thank you Fred.
Do you plan to install the TapaTalk plugin like in the old Pure basic forums?
On mobile I use(ed) TapaTalk very often instead of using the web browser.

Markus