- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am completely new to Magento, and my knowledge is very limited.
I have managed to install and add one product, I was hoping that by doing this I could then download an Export file to CSV and then bulk upload my products and images.
When I try to export I get the following:
"Message is added to queue, wait to get your file soon. Make sure your cron job is running to export the file"
I've tried all the tutorials online but they all give the same instructions, and I get the same results
- I don't know how to "Run a CRON job.
- My indexers are set to "update on save" but don't seem to be doing so
- I can download a sample import file, but there dopesn't seem to be a column for product images.
Any help in simple language out there please ?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See item 1 in my post, you didn't read that part, or didn't comprehend it did you ?
So I will will repeat it
1 I DON'T KNOW HOW TO RUN A CRON JOB !
As it stands you are wrong anyway.
I found a friend who understands php, the issue was between the server running a different version of php to that which Magento 2 was using, the solution as I understand it was to edit the cron command lines to read;
/usr/local/bin/ea-php73 /........... |
Adding the version number of php to the command line seesm to have worked.
No Kudos added
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Newbie issues
Hi @GrahamW
bin/magento cron:runThen refresh the export page and you should see the file at the bottom.
https://github.com/magento/magento2/issues/23450#issuecomment-507581035
If issue resolve, please click on 'Kudos' & Accept as Solution!
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See item 1 in my post, you didn't read that part, or didn't comprehend it did you ?
So I will will repeat it
1 I DON'T KNOW HOW TO RUN A CRON JOB !
As it stands you are wrong anyway.
I found a friend who understands php, the issue was between the server running a different version of php to that which Magento 2 was using, the solution as I understand it was to edit the cron command lines to read;
/usr/local/bin/ea-php73 /........... |
Adding the version number of php to the command line seesm to have worked.
No Kudos added