- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Cron Job No Work Megento 2.0.9
How cron job settings for magento 2.0.9?
was working in over magento 2.1.0 .
not work on 2.0.9
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Cron Job No Work Megento 2.0.9
Did you downgrade from 2.1.0 to 2.0.9 or did you install from scratch?
What does your cron script look like?
2.0.x will be supported for two years, 2.1.1 is on its way.
4x Certified, Blogger @ xgento.com
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Cron Job No Work Megento 2.0.9
I think 2.1.0 is not recommended for this use .
I establish which version @kab8609
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Cron Job No Work Megento 2.0.9
Can you show me what your cron setup looks like? Should be 3 lines of text.
Source: http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-cron.html
Example:
* * * * * /usr/bin/php /var/www/magento2/bin/magento cron:run | grep -v "Ran jobs by schedule" >> /var/www/magento2/var/log/magento.cron.log
* * * * * /usr/bin/php /var/www/magento2/update/cron.php >> /var/www/magento2/var/log/update.cron.log
* * * * * /usr/bin/php /var/www/magento2/bin/magento setup:cron:run >> /var/www/magento2/var/log/setup.cron.log
4x Certified, Blogger @ xgento.com
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Cron Job No Work Megento 2.0.9
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Cron Job No Work Megento 2.0.9
Can you at least show us what you have though?
Magento 2.1.0 was released in late June.
I don't think you understand the versioning method they are using though. Please read this article: https://alankent.me/2015/10/02/magento-2-version-numbering-update/
4x Certified, Blogger @ xgento.com
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Cron Job No Work Megento 2.0.9
Thanks for helping me
Magento has SSL problem in version 2.1.0.
not only is the payment and login pages.
SSL is active on all pages. @kab8609
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Cron Job No Work Megento 2.0.9
Okay, however the topic that you started was about the Cron Job not working, not the SSL.
4x Certified, Blogger @ xgento.com