Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/241.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php Magento2.1.7扩展安装错误:尚未配置cronjob_Php_Magento_Cron_Magento2 - Fatal编程技术网

Php Magento2.1.7扩展安装错误:尚未配置cronjob

Php Magento2.1.7扩展安装错误:尚未配置cronjob,php,magento,cron,magento2,Php,Magento,Cron,Magento2,我是magento新手&我在magento 2.1.7版中安装了一个扩展,但系统就绪性检查显示,我的windows 8操作系统中当前存在以下错误 我已经尝试了下面给出的解决方案,但没有任何解决方案与它一起使用我的magento目录&也来自我的system32 php ls -al <your Magento install dir>/var/.setup_cronjob_status 我还尝试了下面的代码 php crontab -u magento2.1 -l & 其中,mag

我是magento新手&我在magento 2.1.7版中安装了一个扩展,但系统就绪性检查显示,我的windows 8操作系统中当前存在以下错误

我已经尝试了下面给出的解决方案,但没有任何解决方案与它一起使用我的magento目录&也来自我的system32

php ls -al <your Magento install dir>/var/.setup_cronjob_status
我还尝试了下面的代码

php crontab -u magento2.1 -l
&

其中,magento2.1是我的Magento的用户名,Admin是我的系统名。 这两个代码都给出了如下错误

Could not open input file:crontab
我正在用Php版本7.0.2和Xampp版本7.0.20-0-VC14运行这个magento 这是因为我的系统中没有cron还是其他原因?
有什么想法吗

通过单独运行cron文件,尝试运行Magento的cron文件

只需转到Magento open命令提示符的根目录并运行以下命令即可

php-bin/magento-cron:run

php更新/cron.php

php bin/magento安装程序:cron:run


我在Windows 10中安装了Magento 2.1,并使用以下命令:

php bin/magento cron:run
php update/cron.php
php bin/magento setup:cron:run
Could not open input file:crontab
php bin/magento cron:run
php update/cron.php
php bin/magento setup:cron:run