I just installed the v6.1.4 ioGui and everything works great but the zipscript
I'm using php_psio and it seems to have that problem with the OnUploadComplete command.
My ioftpd.ini looks like this:
[FTP_Pre-Command_Events]
OnUploadComplete = EXEC php.exe -q c:\ioFTPD\scripts\php_psio\zipscript-c.php
OnUploadError = EXEC php.exe -q c:\ioFTPD\scripts\php_psio\zipscript-c.php
dele = EXEC php.exe -q c:\ioFTPD\scripts\php_psio\postdel.php
and i've changed all the paths in php_psio from d: to c:
...the site rescan command works great, but it's not autoscanning the files.
Is there any fix for this?
Thanks
|