>In the startUp script of my standalone, I am trying to open a stack from the >internet. If I run the stack from within Rev, it works fine. It's when >it's built as a standalone that it doesn't open the stack from the internet. > >In the standalone, the result of: > >go stack "http://www.mysite.com/mystack.rev" > >is "No such card". What's interesting, is that if I attempt to run the same >command later in the standalone, (for example after an idle has occurred) it >works fine. > >Anyone have any thoughts on this?
I had a similar problem using FTP within a preOpenStack handler; it worked in the development environment, but never worked in the standalone. I ended up having to move the FTP script into the openStack handler. Maybe the Internet Libraries don't load until after preOpenStack has finished. _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
