Magento2.1.7扩展安装报错cronjob has not been configured yet
Magento2.1.7 extension installation error cronjob has not been configured yet
我是 magento 的新手,我正在为我的 magento 版本 2.1.7 安装一个扩展,但系统就绪检查显示以下错误,目前我的系统中存在 megento windows 8 操作系统。
Error shown while installing extension in magento2.1
Error shown while installing extension in magento2.1
我已经尝试了下面给出的解决方案,但没有任何解决方案适用于我的 magento 目录以及我的 system32。
php ls -al <your Magento install dir>/var/.setup_cronjob_status
显示以下响应。
Could not open input file:ls
我也试过下面的代码
php crontab -u magento2.1 -l
&
php crontab -u Admin -l
其中 magento2.1 是我的 Magento 的 用户名 & Admin 是我的系统名称。
两种代码报错如下
Could not open input file:crontab
我是 运行 这个 magento Php 7.0.2 版 & Xampp 7.0.20 版- 0-VC14
是我的系统中没有 cron 还是其他什么错误?
任何的想法?
尝试通过 运行 cron 文件单独 运行 Magento 的 cron 文件。
只需转到 Magento 的根目录打开命令提示符并运行以下命令
php bin/magento cron:run
php update/cron.php
php bin/magento setup:cron:run
我在 Windows 10 中安装了 Magento 2.1 并使用这些命令:
php bin/magento cron:run
php update/cron.php
php bin/magento setup:cron:run
我是 magento 的新手,我正在为我的 magento 版本 2.1.7 安装一个扩展,但系统就绪检查显示以下错误,目前我的系统中存在 megento windows 8 操作系统。
Error shown while installing extension in magento2.1
Error shown while installing extension in magento2.1
我已经尝试了下面给出的解决方案,但没有任何解决方案适用于我的 magento 目录以及我的 system32。
php ls -al <your Magento install dir>/var/.setup_cronjob_status
显示以下响应。
Could not open input file:ls
我也试过下面的代码
php crontab -u magento2.1 -l
&
php crontab -u Admin -l
其中 magento2.1 是我的 Magento 的 用户名 & Admin 是我的系统名称。 两种代码报错如下
Could not open input file:crontab
我是 运行 这个 magento Php 7.0.2 版 & Xampp 7.0.20 版- 0-VC14 是我的系统中没有 cron 还是其他什么错误? 任何的想法?
尝试通过 运行 cron 文件单独 运行 Magento 的 cron 文件。
只需转到 Magento 的根目录打开命令提示符并运行以下命令
php bin/magento cron:run
php update/cron.php
php bin/magento setup:cron:run
我在 Windows 10 中安装了 Magento 2.1 并使用这些命令:
php bin/magento cron:run
php update/cron.php
php bin/magento setup:cron:run