I can not find outputs of cronjobs (product/export, product/export/sitemap)
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
I can not find outputs of cronjobs (product/export, product/export/sitemap)
I have run the following cronjobs:
php artisan aimeos:job "product/export product/export/sitemap" "default_2bd1f".
Nothing shows after that. I also tried them individually. Where do I find the outcome or result?
php artisan aimeos:job "product/export product/export/sitemap" "default_2bd1f".
Nothing shows after that. I also tried them individually. Where do I find the outcome or result?
Re: I can not find outputs of cronjobs (product/export, product/export/sitemap)
Hi
It's a default behavior of this use-case just like for example "php artisan aimeos:clear". You have to add change to your code.
It's a default behavior of this use-case just like for example "php artisan aimeos:clear". You have to add change to your code.
Re: I can not find outputs of cronjobs (product/export, product/export/sitemap)
Thanks for the hint.I am new to Aimeos. Where do I change the code and to what?
Re: I can not find outputs of cronjobs (product/export, product/export/sitemap)
You can call 'info' method like this: '$this->info(...)' for them some results.
Re: I can not find outputs of cronjobs (product/export, product/export/sitemap)
If you only want to see the files that are generated (when using Laravel):
The product export is stored in ./storage/export/ and sitemap files are stored in the ./public/ directory of your application
The product export is stored in ./storage/export/ and sitemap files are stored in the ./public/ directory of your application
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
