Catalog XML import not working
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Catalog XML import not working
After upgrading from v22 to v25, my scheduler tasks are no longer working.
The tasks are being executed without any errors, but nothing is imported and no backup file is being generated. I tried using the xml provided here https://aimeos.org/docs/latest/cronjobs ... ml-import/ but to no avail.
This is my TypoScript:
I am on TYPO3 13.4.19 running on ddev.
The tasks are being executed without any errors, but nothing is imported and no backup file is being generated. I tried using the xml provided here https://aimeos.org/docs/latest/cronjobs ... ml-import/ but to no avail.
This is my TypoScript:
Code: Select all
plugin {
tx_aimeos {
settings {
controller {
jobs {
catalog {
import {
xml {
location = /var/www/html/public/fileadmin/user_upload/XML/catalog.xml
backup = /var/www/html/public/fileadmin/user_upload/XML/backup/catalog_%Y-%m-%d-%H:%i:%s.xml
}
}
}
}
}
}
}
}
Re: Catalog XML import not working
The "backup" and "location" configuration has been changed to paths relative to the virtual file system defined here:
https://github.com/aimeos/aimeos-typo3/ ... hp#L74-L78
That way, there's no problem with different paths between staging/production and it can be also a cloud storage to retrive the files from.
https://github.com/aimeos/aimeos-typo3/ ... hp#L74-L78
That way, there's no problem with different paths between staging/production and it can be also a cloud storage to retrive the files from.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,