LiveCode Server

Want to talk about something that isn't covered by another category?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
SirWobbyTheFirst
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 246
Joined: Tue Jun 30, 2009 11:15 pm

LiveCode Server

Post by SirWobbyTheFirst » Wed May 08, 2013 9:54 pm

I was wondering what the plans are for the server version of LC? I'd really like to put it to use for a website as my PHP is still fairly basic, I am what a guy, who's name has completely slipped my mind, refers to as a blog post programmer, I put together a lot of the crap using blog posts on websites and tips and tricks from my Uni mate and I don't think I can truly advance in my life unless I do it myself.

Besides apparently Linus Torvalds had a quote which, despite me being a Windows and Mac fan boy, went "It's manlier to do it yourself." That boy got some major logic right there, but yeah, if anyone has any information on the server, I'd appreciate it a lot.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10045
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: LiveCode Server

Post by FourthWorld » Wed May 08, 2013 10:59 pm

Additionally, it would be helpful to know if the next build will include the fix for dealing with 64-bit inodes.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

andrewferguson
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 184
Joined: Wed Apr 10, 2013 5:09 pm

Re: LiveCode Server

Post by andrewferguson » Sun Jun 09, 2013 8:41 am

LiveCode Server has been released, you can download it from:
http://downloads.livecode.com/livecode/server/

Andrew

SirWobbyTheFirst
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 246
Joined: Tue Jun 30, 2009 11:15 pm

Re: LiveCode Server

Post by SirWobbyTheFirst » Sun Jun 09, 2013 10:46 am

Already planning my website, I do have one question though, what could we use as a mail function? Because the LC lesson for emailing uses the sendmail command and my hosting plan doesn't allow access to the shell in order to use said command. So is there an alternative shy, of populating the $_POST variable and sending to a PHP script instead?

icouto
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 92
Joined: Wed May 29, 2013 1:54 am

Re: LiveCode Server

Post by icouto » Tue Jun 11, 2013 3:39 am

There are a couple of well-known LiveCode libraries that can help you putting together a web site or web app - so you don't have to start from scratch, and reinvent the wheel. Both libraries have mailing functions built-in, so you don't have to 'roll your own'... The libraries are:

RevIgniter: http://revigniter.com

RevSpark: http://www.andregarzia.com/pages/en/revspark/

flume
Posts: 4
Joined: Fri Feb 22, 2008 8:54 pm
Contact:

Re: LiveCode Server

Post by flume » Sat Jun 15, 2013 3:40 pm

I have been trying to get the simple program "hello World" to work using the latest community server on a shared server.(123 Reg) I have literally tried many combinations derived from all the good instructions and forum replies, My experience with cgi's has in the past been very good and dates back to Jacqueline Landman-Gay's brilliant articles. So I know most of the tricks.
I cannot make it work. I changed the .htaccess contents to refer to the server name now includes the word community. This stopped me getting the dreaded 500. What happens now is I get a huge file returned which contains some gobble de gook and some code. Support at 123 reg seems reluctant to proved the error logs and suggest I look at their Perl script help files!!

If any forum member has managed to make a simple test work I would be grateful to know of any way in addition to the Livecode instructions that they used. eg their .htaccess file and example code

Head scratching not working now.
Regards to a fine organisation and community
Flume

SirWobbyTheFirst
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 246
Joined: Tue Jun 30, 2009 11:15 pm

Re: LiveCode Server

Post by SirWobbyTheFirst » Sat Jun 15, 2013 3:44 pm

Whilst I'm not having Flume's problem, I cannot for the life of me get the Start Session command to work, it always errors out but it doesn't generate a 500 error instead, it just causes the engine to dump an error. I made a topic about it but there has been no reply yet. :(

sturgis
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1685
Joined: Sat Feb 28, 2009 11:49 pm

Re: LiveCode Server

Post by sturgis » Sat Jun 15, 2013 8:09 pm

You might make sure that lc server hasn't lost its execute privileges. It sounds like you're betting the binary of lc server because its not executing, just being dumped to your screen.
flume wrote:I have been trying to get the simple program "hello World" to work using the latest community server on a shared server.(123 Reg) I have literally tried many combinations derived from all the good instructions and forum replies, My experience with cgi's has in the past been very good and dates back to Jacqueline Landman-Gay's brilliant articles. So I know most of the tricks.
I cannot make it work. I changed the .htaccess contents to refer to the server name now includes the word community. This stopped me getting the dreaded 500. What happens now is I get a huge file returned which contains some gobble de gook and some code. Support at 123 reg seems reluctant to proved the error logs and suggest I look at their Perl script help files!!

If any forum member has managed to make a simple test work I would be grateful to know of any way in addition to the Livecode instructions that they used. eg their .htaccess file and example code

Head scratching not working now.
Regards to a fine organisation and community

Post Reply