[Server] create stack trouble

Michael Kann mikekann at yahoo.com
Fri Aug 5 21:13:37 EDT 2011


Andrew,
I tested it with all the permissions on the file and the folder as their most lenient. It still didn't work. 
Mike

--- On Fri, 8/5/11, Andrew Kluthe <andrew at rjdfarm.com> wrote:

From: Andrew Kluthe <andrew at rjdfarm.com>
Subject: [Server] create stack trouble
To: use-livecode at lists.runrev.com
Date: Friday, August 5, 2011, 12:34 PM

Was just trying to test out some things on my on-rev account. This is a
simple little script to take a $_GET string, show me the defaultFolder, and
create a stack on disk named after that string.

No errors, but the stack isn't being created. I am using the new .lc
extension.

<?lc

     put "Your company name is" && $_GET["company"]

 put cr & cr & the defaultFolder

 create stack $_GET["company"]
 --save stack $_GET["company"]

?>


Insights?
_______________________________________________
use-livecode mailing list
use-livecode at lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



More information about the use-livecode mailing list