Search found 7888 matches

by aimeos
17 Dec 2018, 22:30
Forum: Laravel package
Topic: How to add List type to image in Product page
Replies: 5
Views: 1873

Re: How to add List type to image in Product page

Can you please tell us more about what you want to achieve and where?
by aimeos
17 Dec 2018, 22:28
Forum: Laravel package
Topic: Error during install demo data
Replies: 5
Views: 2457

Re: Error during install demo data

That's a bug in the current Doctrine DBAL library (2.9.1):
https://github.com/doctrine/dbal/issues/3410

You can add this to your composer.json file to use the previous version instead until a new one is released:

Code: Select all

"doctrine/dbal": "v2.9.0"
by aimeos
17 Dec 2018, 22:27
Forum: Symfony bundle
Topic: Fresh install with Symfony 4 not working
Replies: 5
Views: 6414

Re: Fresh install with Symfony 4 not working

That's a problem of the current demo data setup. If you already have the the custom price entry in the mshop_attribute table, trying to add it again results in this error. Please remove the entries from the mshop_attribute table, then it will work to run the setup again incl. to add the demo data.
by aimeos
16 Dec 2018, 13:31
Forum: Symfony bundle
Topic: Fresh install with Symfony 4 not working
Replies: 5
Views: 6414

Re: Fresh install with Symfony 4 not working

That's a bug in the current Doctrine DBAL library (2.9.1):
https://github.com/doctrine/dbal/issues/3410

You can add this to your composer.json file to use the previous version instead until a new one is released:

Code: Select all

"doctrine/dbal": "v2.9.0"
by aimeos
16 Dec 2018, 13:04
Forum: TYPO3 extension
Topic: About aimeos multilingualism?
Replies: 1
Views: 1398

Re: About aimeos multilingualism?

Aimeos uses TYPO3 language setup if available, i.e. "config.language":
https://aimeos.org/docs/TYPO3/Configure ... d_currency
by aimeos
16 Dec 2018, 13:01
Forum: TYPO3 extension
Topic: baseurl
Replies: 19
Views: 8499

Re: baseurl

Thanks, the workaround has been added to the scheduler base class and will be part of the next release:
https://github.com/aimeos/aimeos-typo3/ ... 253e34b960
by aimeos
14 Dec 2018, 14:10
Forum: Laravel package
Topic: How to add gif images to products from backend
Replies: 12
Views: 5046

Re: How to add gif images to products from backend

You don't have the php-imagick extension installed
by aimeos
14 Dec 2018, 14:10
Forum: TYPO3 extension
Topic: baseurl
Replies: 19
Views: 8499

Re: baseurl

We've tested retrieving the domain for the Aimeos advanced scheduler task in 8.7.22 and 9.5.1 and both work without problem. As no one else reported such an issue, it's probably a problem of your installation. Can you please check if the domain record for your root page is set and if the page ID for...
by aimeos
14 Dec 2018, 10:09
Forum: TYPO3 extension
Topic: baseurl
Replies: 19
Views: 8499

Re: baseurl

You can also use an environment variable to pass the domain:
https://github.com/aimeos/aimeos-typo3/ ... e.php#L186