Search found 3 matches
- Fri Mar 18, 2016 7:36 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Migrating from On-rev to Livecode hosting
- Replies: 5
- Views: 3522
Re: Migrating from On-rev to Livecode hosting
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 i...
- Fri Mar 18, 2016 1:19 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Migrating from On-rev to Livecode hosting
- Replies: 5
- Views: 3522
Re: Migrating from On-rev to Livecode hosting
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!
- Thu Mar 17, 2016 9:35 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Migrating from On-rev to Livecode hosting
- Replies: 5
- Views: 3522
Migrating from On-rev to Livecode hosting
Our host On-rev migrated us to Livecode hosting. The cgi scripts with this bang line stopped working: #!rev -ui 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...