LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!
I noticed there's a big binary blob in the cgi folder called "rev". Can someone explain this ecosystem to me, or enough to get a Hello World script running?
Otherwise it looks like regular old cPanel hosting and php is working (Wordpress, for example). But the rev cgi's are giving us error 500. File permissions are 755. Here is the hello world I tried:
Yeah I am a little confused on cgi scripts vs. inline usage for Livecode formerly-known-as-revolution. And perhaps how to get this big "rev" blob running in the cgi folder. I've looked around but haven't found a big picture explanation of the platform I'm on!
The old Rev engine is 32-bit. If the new server is 64-bit it won't be able to run the Rev code and you'll get that error. You'll need to replace it with a 64-bit LC engine instead. After that all your original cgi scripts should work again.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
jacque wrote:The old Rev engine is 32-bit. If the new server is 64-bit it won't be able to run the Rev code and you'll get that error. You'll need to replace it with a 64-bit LC engine instead. After that all your original cgi scripts should work again.
Ah, thanks a million. It's Livecode hosting, so I'll see if they will do that install for us.