aimeos / aimeos-typo3

TYPO3 e-commerce extension for ultra fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce

Home Page:https://aimeos.org/TYPO3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Script Composer.php has wrong path

theorak opened this issue · comments

On line 41 in the Update Script the path to the html themes package is defined as
'/client/html/themes'
this is wrong, should be
'/themes/client/html'
as this has always been the correct path in the package:
https://github.com/aimeos/ai-client-html/tree/master/themes/client/html

Needs to be corrected for the Update Script to work. Currently fails with an error like "copy(): Write of 2169 bytes failed with errno=14 Bad address" on line 68

commented

Can you create a PR with the necessary change?

If you can give me a few days, I'll put that in.

commented

done