XAMPP - Recurring Task & Cron

Post Reply
kilah
Posts: 12
Joined: 09 Dec 2018, 22:04
Name: Vina Petre
Location: Romania, Cluj
Company Name: Nume companie (optional)

XAMPP - Recurring Task & Cron

Post by kilah »

Hello,

I try to run the job from Recurring Task from Windows on localhost.

Code: Select all

D:\xampp\php>php-win.exe "D:\xampp\htdocs\cron\recurring_tasks.php"
After i run the file i receive the next error in D:\xampp\htdocs\log with debug active:

Code: Select all

09 Jan 2019 12:49:13 Notice
Undefined index: HTTP_HOST
D:\xampp\htdocs\includes\functions\urls.php:26

09 Jan 2019 12:49:13 Notice
Undefined index: HTTP_HOST
D:\xampp\htdocs\includes\functions\urls.php:26
The Recurring Tasks are not shown in Calendar Task or GanttChart.
User avatar
support
Site Admin
Posts: 6215
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: XAMPP - Recurring Task & Cron

Post by support »

This is just "Notice" and there is no effect to code run. Check recurring task setup.
Post Reply