until next version is out, i'll have to use this method
but now i have another problem:
quick system information:
- win xp sp2
- ioftpd 5.8.5r
- apache 2 + php 5!! + mysql 4.0.21
- php folder c:\programme\php (would be c:\program files\php on englisch xp)
- php.ini from php5 in c:\windows
when i run my short test.php ( <?php echo "test 1 2 3"; ?> ), i get the following "error" message, the script works though:
Quote:
[R] SITE test
[R] 200-test 1 2 3
[R] 200-200 SITE COMMAND SUCCESSFUL
[R] 200-Cannot find module (IP-MIB): At line 0 in (none)
[R] 200-Cannot find module (IF-MIB): At line 0 in (none)
[R] 200-Cannot find module (TCP-MIB): At line 0 in (none)
[R] 200-Cannot find module (UDP-MIB): At line 0 in (none)
[R] 200-Cannot find module (SNMPv2-MIB): At line 0 in (none)
[R] 200-Cannot find module (SNMPv2-SMI): At line 0 in (none)
[R] 200-Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
[R] 200-Cannot find module (UCD-DEMO-MIB): At line 0 in (none)
[R] 200-Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
[R] 200-Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
[R] 200-Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
[R] 200-Cannot find module (UCD-DLMOD-MIB): At line 0 in (none)
[R] 200-Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none)
[R] 200-Cannot find module (SNMP-MPD-MIB): At line 0 in (none)
[R] 200-Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none)
[R] 200-Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none)
[R] 200-Cannot find module (SNMPv2-TM): At line 0 in (none)
[R] 200 Command successful.
|
i think it's because php5 is installed and io is shipped with php4
the script is called by:
Quote:
[FTP_Custom_Commands]
test = EXEC php.exe -q C:\Programme\ioFTPD\scripts\test.php
|
any ideas?