- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2017
02:54 AM
07-07-2017
02:54 AM
cron runs OK but doesn't update currencies
My cron looks like this:
#!/bin/bash ../../bin/magento cron:run php ../../update/cron.php ../../bin/magento setup:cron:runroot
It runs fine daily and from the CLI manually. I've set up the backend to update currencies from the Yahoo service, and when I do this manually it works, so I know Yahoo is OK. The problem is the cron job doesn't update the currencies even when I run it manually.
What have I missed please?
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2017
07:16 AM
07-07-2017
07:16 AM
Re: cron runs OK but doesn't update currencies
Check cron log in var/log and see if it can provide any more information? Also make sure that cron.php path is write.
Magento Certified Solution Specialist | Lead Magento developer
If this response was helpful to you, consider giving kudos to this post
If this response was helpful to you, consider giving kudos to this post
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2017
10:38 PM
07-07-2017
10:38 PM
Re: cron runs OK but doesn't update currencies
Thanks, but as I said the currencies aren't even updated when I run it from the command line manually, and there are no errors then. It just looks like there is something missing between me setting the auto currency update in the back end and the actual running on the task.