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 <and...@rjdfarm.com> wrote: From: Andrew Kluthe <and...@rjdfarm.com> Subject: [Server] create stack trouble To: use-livecode@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@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode