cron job ویتایگر - نسخهی قابل چاپ +- انجمن پشتیبانی ویتایگر فارسی (https://forum.favtiger.ir) +-- انجمن: ویتایگر فارسی 7.x (https://forum.favtiger.ir/forumdisplay.php?fid=9) +--- انجمن: تنظیمات و پیکربندی ویتایگر فارسی 7 (https://forum.favtiger.ir/forumdisplay.php?fid=11) +--- موضوع: cron job ویتایگر (/showthread.php?tid=136) |
cron job ویتایگر - kamal.ehsan - 10-09-2017 با سلام من برای اجرای cron job ویتایگر در قسمت cron job هاست آن را ایجاد کرده ام اما هنگام اجرای آن پیام زیر داده شد. آیا برای اجرا شدن cron job نیاز به خرید لایسنس هست؟ #********************************************************************************* # The contents of this file are subject to the vtiger CRM Public License Version 1.0 # ("License"); You may not use this file except in compliance with the License # The Original Code is: vtiger CRM Open Source # The Initial Developer of the Original Code is vtiger. # Portions created by vtiger are Copyright © vtiger. # All Rights Reserved. # # ******************************************************************************** export VTIGERCRM_ROOTDIR=`dirname "$0"`/.. export USE_PHP=php cd $VTIGERCRM_ROOTDIR # TO RUN ALL CORN JOBS $USE_PHP -f vtigercron.php RE: cron job ویتایگر - administrator - 27-08-2020 سلام کرون را این شکلی ایجاد بکنید در سیپنل * * * * * sh home/user/public_html/cron/vtigercron.sh m → minutes h → hours dom → day of month mon → month dow → day of week |