On 19/5/02 5:09 pm, Brad Allen <[EMAIL PROTECTED]> wrote: > 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.
The libraries are still being loaded as your stack initializes. The first preOpenStack is sent before they are loaded. If you need to load them during that handler you can do it manually. Kevin Kevin Miller <[EMAIL PROTECTED]> <http://www.runrev.com/> Runtime Revolution Limited - The Solution for Software Development Tel: +44 (0) 870 747 1165. Fax: +44 (0)1639 830 707. _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
