Search found 40 matches
- Wed Sep 01, 2021 7:08 pm
- Forum: CGIs and the Server
- Topic: whathappen revginiter
- Replies: 1
- Views: 36936
Re: whathappen revginiter
I can assure you that the LivCode license changes will not affect the further development of revIgniter.
- Tue Mar 16, 2021 11:50 am
- Forum: CGIs and the Server
- Topic: “angled brackets” and “hashbang” methods
- Replies: 1
- Views: 43962
Re: “angled brackets” and “hashbang” methods
Regarding the square brackets: All data in the
global array variable gData is merged with the view
using double square brackets in the view file.
Please read the section
“Adding Dynamic Data to the View” in
chapter “Views” of the user guide.
The double curly brackets notation is used so
that ...
global array variable gData is merged with the view
using double square brackets in the view file.
Please read the section
“Adding Dynamic Data to the View” in
chapter “Views” of the user guide.
The double curly brackets notation is used so
that ...
- Wed Mar 03, 2021 5:34 pm
- Forum: CGIs and the Server
- Topic: go stack not working
- Replies: 8
- Views: 53194
Re: go stack not working
In addition to what Richard said, you should try "start using stack".
Seems that "go stack" is unfortunately still not working properly in
the server environment.
Seems that "go stack" is unfortunately still not working properly in
the server environment.
- Thu May 07, 2020 8:59 pm
- Forum: Internet
- Topic: Communicate with a webdav server [SOLVED]
- Replies: 17
- Views: 77458
Re: Communicate with a webdav server [SOLVED]
Added another WebDAV library to GitHub. This one is backed by tsNet. It has
currently the same features like the tsNet-free version.
See here: https://github.com/revig/livecode-webdavlib-tsnet
currently the same features like the tsNet-free version.
See here: https://github.com/revig/livecode-webdavlib-tsnet
- Sat Apr 25, 2020 10:49 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Can't connect to MySQL DB using LC Server & revIgniter
- Replies: 14
- Views: 12087
Re: Can't connect to MySQL DB using LC Server & revIgniter
Thanks for the explanation, Ralf. After thinking about it for a bit it does make sense for libraries.
But then again, for libraries why even include the opening tag, why not just use a script-only stack?
I think CGI scripts and script-only stacks are not interchangeable and both have
their ...
- Sat Apr 25, 2020 10:48 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Can't connect to MySQL DB using LC Server & revIgniter
- Replies: 14
- Views: 12087
Re: Can't connect to MySQL DB using LC Server & revIgniter
Thanks, Ralf. That sounds like a bug. And if it applies when the last character is LF it's definitely a bug, since many editors enforce the old convention of ending things like config files with a blank line.
Do you know offhand if this has been reported?
Richard, I really hate to disagree ...
- Sat Apr 25, 2020 1:52 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Can't connect to MySQL DB using LC Server & revIgniter
- Replies: 14
- Views: 12087
Re: Can't connect to MySQL DB using LC Server & revIgniter
Actually, Ralf Bittner (I believe that is his name) recommends NOT closing the LC tag in server scripts. I just do what I am told to do!! :lol:
By the way you can omit the closing “?>” tags in LC server scripts.
Generally it is better to leave terminating "?>" tags off, this way whitespace
at ...
- Sat Apr 11, 2020 5:50 pm
- Forum: Internet
- Topic: Communicate with a webdav server [SOLVED]
- Replies: 17
- Views: 77458
Re: Communicate with a webdav server [SOLVED]
I'm coming late to the party, but there is a WebDAV library which
does not depend on tsNet and can therefore also be used
with the Community Edition.
See here: https://github.com/revig/livecode-webdavlib
does not depend on tsNet and can therefore also be used
with the Community Edition.
See here: https://github.com/revig/livecode-webdavlib
- Wed Oct 09, 2019 5:41 pm
- Forum: CGIs and the Server
- Topic: Copy of LC server deployment release notes as requested
- Replies: 4
- Views: 8509
Re: Copy of LC server deployment release notes as requested
You're welcome.
- Wed Oct 09, 2019 5:28 pm
- Forum: CGIs and the Server
- Topic: Copy of LC server deployment release notes as requested
- Replies: 4
- Views: 8509
Copy of LC server deployment release notes as requested
Was asked on the use-livecode mailing list to upload a copy
of the LC server release notes to the forum.
So, here it is.
of the LC server release notes to the forum.
So, here it is.
- Tue Aug 27, 2019 3:23 pm
- Forum: CGIs and the Server
- Topic: Revigniter Basics
- Replies: 25
- Views: 34899
Re: Revigniter Basics
Found the mistake. Sorry, didn’t see the forest for the trees.
The source of the issue was a copy/past thingy.
The flaw is in:
if the platform is "Win32" is TRUE then
replace "\" with "/" in sTempPath
end if
of the additional code in function _rigFetchUriString of URI.ivecodescript ...
The source of the issue was a copy/past thingy.
The flaw is in:
if the platform is "Win32" is TRUE then
replace "\" with "/" in sTempPath
end if
of the additional code in function _rigFetchUriString of URI.ivecodescript ...
- Mon Aug 26, 2019 11:36 pm
- Forum: CGIs and the Server
- Topic: Revigniter Basics
- Replies: 25
- Views: 34899
Re: Revigniter Basics
I can imagine that you are slowly but surely going cracy,
It must work, but yes a bit, nevertheless, it's not build for nothing.
You believe in it and have years spend. Maybe if it works and we fix this then maybe we can start building :D
Bugs can happen everywhere. Livecode itself has also ...
- Mon Aug 26, 2019 3:23 pm
- Forum: CGIs and the Server
- Topic: Revigniter Basics
- Replies: 25
- Views: 34899
Re: Revigniter Basics
Indeed, some of our posts have gone. Furthermore I had to
renew my password to be able to log in.
I did what you asked in your last message. And to remind, this was the outcome:
after line 19:
system
after line 64:
C:/Portable/xampp/htdocs/lc2/index.lc/blog
after line 70:
C:/Portable/xampp ...
renew my password to be able to log in.
I did what you asked in your last message. And to remind, this was the outcome:
after line 19:
system
after line 64:
C:/Portable/xampp/htdocs/lc2/index.lc/blog
after line 70:
C:/Portable/xampp ...
- Sat Aug 24, 2019 2:52 pm
- Forum: CGIs and the Server
- Topic: Revigniter Basics
- Replies: 25
- Views: 34899
Re: Revigniter Basics
This turns out to be tedious, but hang on we will find a solution.
The problem is that all these server variables don’t give the
expected values.
So, all that is left we need to know are the values for:
$_SERVER["QUERY_STRING"]
and
$_SERVER["ORIG_PATH_INFO”]
Could you please check these in index ...
The problem is that all these server variables don’t give the
expected values.
So, all that is left we need to know are the values for:
$_SERVER["QUERY_STRING"]
and
$_SERVER["ORIG_PATH_INFO”]
Could you please check these in index ...
- Fri Aug 23, 2019 11:48 pm
- Forum: CGIs and the Server
- Topic: Revigniter Basics
- Replies: 25
- Views: 34899
Re: Revigniter Basics
OK, now the URI string is empty (should be “blog”). Could you please once again
try out other uri protocols including “Auto” as described in application/config/config.lc?
try out other uri protocols including “Auto” as described in application/config/config.lc?