Got it working! Needed to run the schedulercli.php but since it cannot handle any arguments behind it I had to force it inside the php file and remove the user auth in there also. And adjust the paths of inc files. After that I just created a batch file and loaded that inside the Windows Scheduler.
Got it working! Needed to run the schedulercli.php but since it cannot handle any arguments behind it I had to force it inside the php file and remove the user auth in there also. And adjust the paths of inc files.
Got it working! Needed to run the schedulercli.php but since it cannot handle any arguments behind it I had to force it inside the php file and remove the user auth in there also.
Removed authentication. Now I am getting this when running (C:\XAMPP\PHP\PHP.EXE -f C:\xampp\htdocs\dms\op\op.Cron.php) from a batch file: C:\Users\administrator\Desktop>C:\XAMPP\PHP\PHP.EXE -f C:\xampp\htdocs\dms\op\op.Cron.php PHP Warning: Undefined variable $user in C:\xampp\htdocs\dms\op\op.Cron.php on line 34 Warning: Undefined variable $user in C:\xampp\htdocs\dms\op\op.Cron.php on line 34 PHP Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\dms\op\op.Cron.php:34)...
Removed authentication. Now I am getting this when running (C:\XAMPP\PHP\PHP.EXE -f C:\xampp\htdocs\dms\op\op.Cron.php) from a batch file: C:\Users\administrator\Desktop>C:\XAMPP\PHP\PHP.EXE -f C:\xampp\htdocs\dms\op\op.Cron.php PHP Warning: Undefined variable $user in C:\xampp\htdocs\dms\op\op.Cron.php on line 34 Warning: Undefined variable $user in C:\xampp\htdocs\dms\op\op.Cron.php on line 34 PHP Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\dms\op\op.Cron.php:34)...
Sounds like a good option except I am unable to login there. Tried all credentials that I have but none are working. Maybe basic authentication does not work when LDAP is enabled?
Schedulercli.php, I tried. Getting a bunch of errors caused by incorrect inc path. Changed that but now I get "You do not seem to have a valid configuration. Run the <a href="install/install.php">install tool</a> first.
Yes, that's the documentation I found. But indeed I am using windows unfortunatelly.