Page 1 of 1

Upload PDF

Posted: 25 Oct 2017, 09:21
by mantik
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

Re: Upload PDF

Posted: 26 Oct 2017, 12:16
by aimeos
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.

Re: Upload PDF

Posted: 27 Oct 2017, 08:23
by mantik
Ok thanks. and when it is available in the TER?

Re: Upload PDF

Posted: 27 Oct 2017, 23:27
by aimeos
In ca. three weeks, when the next minor version of the TYPO3 extension will be released