Search found 17 matches

by Christian
09 Nov 2016, 15:19
Forum: TYPO3 extension
Topic: Installing Aimeos into Neos CMS
Replies: 10
Views: 7402

Re: Installing Aimeos into Neos CMS

I think the main problem is that you generate links by your own framework and not by flow. you also do not use domain, models and repositories so i can not extend you shop package. this is the basic part of Extbase or Flow. so it seems to be hard to let you shop package know what link should be gene...
by Christian
09 Nov 2016, 15:14
Forum: TYPO3 extension
Topic: Installing Aimeos into Neos CMS
Replies: 10
Views: 7402

Re: Installing Aimeos into Neos CMS

There are two problem remainning if you insert a plugin view: - Aimeos.Shop/Resources/Templates/NodeTypes/Plugin.html (is missing, so i created one). - Packages/Libraries/aimeos/aimeos-core/Bootstrap.php: i don't know why but in the manifest the section has the string $section.'/templates' so nothin...
by Christian
09 Nov 2016, 13:57
Forum: TYPO3 extension
Topic: Installing Aimeos into Neos CMS
Replies: 10
Views: 7402

Re: Installing Aimeos into Neos CMS

Ok, Neos is also working fine with version 2.0, with this following composer.json. the problem is aimeos is not compatible with flow 3.3, this should be checked. { "name": "typo3/neos-base-distribution", "description" : "Neos Base Distribution", "license&...
by Christian
09 Nov 2016, 13:30
Forum: TYPO3 extension
Topic: Installing Aimeos into Neos CMS
Replies: 10
Views: 7402

Re: Installing Aimeos into Neos CMS

This composer.json is working fine with aimeos: { "name": "typo3/flow-base-distribution", "description": "TYPO3 Flow Base Distribution", "license": "LGPL-3.0+", "config": { "vendor-dir": "Packages/Libraries", &...
by Christian
07 Nov 2016, 14:31
Forum: TYPO3 extension
Topic: Installing Aimeos into Neos CMS
Replies: 10
Views: 7402

Re: Installing Aimeos into Neos CMS

Yes, this is the same error i get. If i just dont require aimeos package everything works fine. The autoloader does not get the namespace from TYPO3\Flow\Core\ApplicationContext so it cant load the class. this composer.json is working fine: { "name": "neos/flow-base-distribution"...
by Christian
07 Nov 2016, 10:23
Forum: TYPO3 extension
Topic: Installing Aimeos into Neos CMS
Replies: 10
Views: 7402

Re: Installing Aimeos into Neos CMS

I am using 2016.10. { "name": "neos/flow-base-distribution", "description": "Flow Base Distribution", "license": "MIT", "support": { "email": "hello@neos.io", "slack": "http://slack.neos.io/"...
by Christian
04 Nov 2016, 13:06
Forum: TYPO3 extension
Topic: Installing Aimeos into Neos CMS
Replies: 10
Views: 7402

Installing Aimeos into Neos CMS

Hi, i try to install Aimeos with the latest Neos Version (~2.3): composer create-project neos/neos-base-distribution Neos then following these steps: https://github.com/aimeos/aimeos-flow#installation after composer update i want to install aimeos database and get this error instead of installing da...
by Christian
07 Jan 2016, 10:09
Forum: TYPO3 extension
Topic: Neos CMS Flow
Replies: 20
Views: 12095

Re: Neos CMS Flow

I think the solution would be to add only one "new" view for neos wich open first the list view like this url: ?--aimeos_shop-plugin%5B%40package%5D=aimeos.shop&--aimeos_shop-plugin%5B%40controller%5D=catalog&--aimeos_shop-plugin%5B%40action%5D=list&--aimeos_shop-plugin%5Bd_pro...
by Christian
17 Dec 2015, 14:55
Forum: TYPO3 extension
Topic: Neos CMS Flow
Replies: 20
Views: 12095

Re: Neos CMS Flow

Ok i will continue trying. If i found any solution i will let you know.
by Christian
17 Dec 2015, 09:33
Forum: TYPO3 extension
Topic: Neos CMS Flow
Replies: 20
Views: 12095

Re: Neos CMS Flow

Version 1.0 is running perfektly. If i insert the Pluginviews, is there any way to rewrite the Urls? Did i forgot something?

And the first view is without styles as expected. If i click on the article there are styles from default theme again. i think this should be also shown without styles?