Using Stacks With LiveCode Server

Mike Bonner bonnmike at gmail.com
Wed Aug 29 10:51:24 EDT 2012


Is it possible that the web server user doesn't have read permissions on
the stack file?

Also, though its probably correct in your lc server script, it should be
start using stack "/path/to/stack"
not
start using "/path/to/stack"

On Wed, Aug 29, 2012 at 8:46 AM, Gregory Lypny
<gregory.lypny at videotron.ca>wrote:

> Hi Phil,
>
> Thanks, but no go.  I put the stack on my desktop and used
>
>         start using "/Users/gregory/Desktop/ParetoServer (Legacy
> 2.7).livecode"
>
> and from the name of the stack, you can see that I took Mike Bonner's
> advice and saved it in legacy format.
>
> Gregory
>
> On Wed, Aug 29, 2012, at 10:27 AM, Phil Davis wrote:
>
> > Hi Gregory,
> >
> > Try using the full path to the stackfile in your "start using"
> > statement. That should work. Like so:
> >
> >     start using "/Users/me/Documents/mystackfile.livecode"
> >
> > Best -
> > Phil Davis
> >
>
> _______________________________________________
> 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