Upload PDF

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!
mantik
Posts: 89
Joined: 23 Oct 2017, 05:56

Upload PDF

Post by mantik » 25 Oct 2017, 09:21

Hello when in will upload an PDF i got this Message

No ".." allowed in path "../../typo3conf/ext/aimeos/Resources/Public/Images/Mimeicons/application/pdf.png", /var/www/vhosts/domain.com/httpdocs/typo3conf/ext/aimeos/Resources/Libraries/aimeos/aimeos-core/lib/mwlib/src/MW/Filesystem/Standard.php:349

How can i output a media bunch of a special type

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

Re: Upload PDF

Post by aimeos » 26 Oct 2017, 12:16

This has been fixed in the latest Aimeos core (2017.10.4). If you use composer, you can install the new core version by executing "composer update".

To get all media items of a special type, use

Code: Select all

$productItem->getRefItems( 'media', '<type>' )
where type is the type code you selected in the image sub-panel.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

mantik
Posts: 89
Joined: 23 Oct 2017, 05:56

Re: Upload PDF

Post by mantik » 27 Oct 2017, 08:23

Ok thanks. and when it is available in the TER?

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

Re: Upload PDF

Post by aimeos » 27 Oct 2017, 23:27

In ca. three weeks, when the next minor version of the TYPO3 extension will be released
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply