in reply to Re^2: XSLoader can't load Storable.dll
in thread XSLoader can't load Storable.dll

Well those permissions look fine. Have you tried running the script directly from the command line, or is it being invoked by apache?

Dave.

Replies are listed 'Best First'.
Re^4: XSLoader can't load Storable.dll
by louhevly (Novice) on Feb 07, 2017 at 21:53 UTC

    Yes, it runs fine from the command line. According to Windows task manager the username it's running under is "user", which is me. ps seems to tell a different story:

    $ ps -Wa | grep Apache PID PPID PGID WINPID TTY UID STIME COMMAND 3748 0 0 3748 ? 0 07:22:19 C:\usr\local\apache\Apache\ +Apache.exe

    Thanks again for your help