Cannot install custom Aimeos extension

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!
promptnet
Posts: 61
Joined: 24 Jul 2019, 12:22

Cannot install custom Aimeos extension

Post by promptnet » 27 Nov 2020, 10:11

Hi,
I use TYPO3 10.4 with composer and PHP 7.3 (Aimeos: 20.10.2).
Today I downloaded a custom extension: https://aimeos.org/extensions/
Then I tried to install this extension with composer but it did not work.
My folder structure:
  • root
    • packages
      • a custom extension which works, symlinked to public/typo3conf/ext
      • custom aimeos extension
    • public
      • typo3conf
        • ext
          • aimeos
          • other extensions
The installation seems to be okay - no error message. But it is not installed!?
What do I have to do?
Thanks for help,
Kurt

promptnet
Posts: 61
Joined: 24 Jul 2019, 12:22

Re: Cannot install custom Aimeos extension

Post by promptnet » 27 Nov 2020, 13:51

Sorry, while searching for the problem, I found out that the extension is installed within the main aimeos extension, and it works perfectly!?
But, what happens if I update the main aimeos extension? Do I lose the custom extension?
Thanks for an answer.

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

Re: Cannot install custom Aimeos extension

Post by aimeos » 29 Nov 2020, 13:47

In composer installations, the extensions are installed in the ./ext/ directory besides ./vendor/ and ./public/ and are not overwritten by composer if you update.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

promptnet
Posts: 61
Joined: 24 Jul 2019, 12:22

Re: Cannot install custom Aimeos extension

Post by promptnet » 01 Dec 2020, 09:31

Ah, cool, thanks.

Post Reply