hello Jose @aaPanel_Jose ,
how can I configure below cron in aapanel. I tried in Command line which was working earlier in VPS but this is not working in aapanel crontab -e.

*/5 * * * * curl https://kt.xxxyyy.com/cron_job/background_scanning_update_subscriber_info/ >/dev/null 2>&1

Tried in Access URL method in aapanel but curl is not accepting.

Also tried in shell script mode in aapanel with below formation but job is not performing.

/www/server/panel/php/74/bin/php/www/wwwroot/kt.xxxyyy.com/cron_job/publish_post >> /dev/null 2>&1

Please guide me

    aaP_web /www/server/panel/php/74/bin/php /www/wwwroot/kt.xxxyyy.com/cron_job/publish_post >> /dev/null 2>&1
    Hello, there is a space here to be right, you try

    2 years later

    /www/server/php/74/bin/php /www/wwwroot/somefolder/somefile.php

    This works fine with shell script mode in cron.
    You need to replace 74 with the version of php installed in your system
    Please take care of the space between php and /www

    3 months later

    Hi How to Create Cron Job AAPANEL For Telegram Bot

    Example:
    /usr/bin/php -q /www/wwwroot/folder/settings/messagewizwiz.php >/dev/null 2>&1

    I don,t know to create this soloution Help Me Thanks Alot

      8 months later
      4 days later