Catalog XML import not working

Questions around the TYPO3 integration and plugins
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!
User avatar
loeffe1
Posts: 55
Joined: 21 Feb 2020, 10:33

Catalog XML import not working

Post by loeffe1 » 07 Nov 2025, 10:38

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:

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
                            }
                        }
                    }
                }
            }
        }
    }
}
I am on TYPO3 13.4.19 running on ddev.

User avatar
aimeos
Administrator
Posts: 8661
Joined: 01 Jan 1970, 00:00

Re: Catalog XML import not working

Post by aimeos » 07 Nov 2025, 10:44

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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply