I am getting this error. Can someone tell me how to fix it?
Error in command line parameters: Unrecognized part 'config'Manu-Admin-Mod v0.10
in 9.1 all used to work fine.
I am getting this error. Can someone tell me how to fix it?
Error in command line parameters: Unrecognized part 'config'Manu-Admin-Mod v0.10
in 9.1 all used to work fine.
You forgot to set the new Parameters for the Startscript, didn't you?
As example:
Zitatphp -f daemon.php -- -configdir "config" -logdir "log"
Oh wait i got it.. my present start bat is this..
@echo off
:1
D:\PHP\php -f daemon.php config log
goto 1
going to change it.. and see if your works.
Thanks bro.