Search found 17 matches

by Christian
15 Dec 2015, 13:59
Forum: TYPO3 extension
Topic: Neos CMS Flow
Replies: 20
Views: 12417

Re: Neos CMS Flow

Ok thanks. I wonder why composer installs 1.0 version. In composer.json i said dev-master. anyway i will test a little bit more.
by Christian
14 Dec 2015, 14:31
Forum: TYPO3 extension
Topic: Neos CMS Flow
Replies: 20
Views: 12417

Re: Neos CMS Flow

aimeos/aimeos-core (dev-master 30084cb => 2015.10.6) aimeos/ai-flow (dev-master 99dfa7a => 2015.10.2 aimeos/aimeos-flow (1.0.1 => dev-master 8ecb643) /shop/list /shop/admin are fine. when i insert neos shop plugin in any page over backend: Then Neos just says to me : ___________________________ An e...
by Christian
14 Dec 2015, 09:59
Forum: TYPO3 extension
Topic: Neos CMS Flow
Replies: 20
Views: 12417

Re: Neos CMS Flow

Hi again :D

i made composer update this morning and now i get this error:

Template "catalog/lists/body-default.php" not available

Did you changed something?
by Christian
11 Dec 2015, 15:29
Forum: TYPO3 extension
Topic: Neos CMS Flow
Replies: 20
Views: 12417

Re: Neos CMS Flow

Sure, now it is running as expected!! Thanks!

And by the way, great shop package! ;)
by Christian
11 Dec 2015, 14:43
Forum: TYPO3 extension
Topic: Neos CMS Flow
Replies: 20
Views: 12417

Re: Neos CMS Flow

The File:

.../Neos/Data/Temporary/Development/Cache/Code
/Flow_Object_Classes
/Aimeos_Shop_Controller_AbstractController.php

The Codeline:

$client = \Aimeos\Client\Html\Factory::createClient( $context, $tmplPaths, $clientName );
by Christian
11 Dec 2015, 12:45
Forum: TYPO3 extension
Topic: Neos CMS Flow
Replies: 20
Views: 12417

Re: Neos CMS Flow

Ok. Thanks a lot. Now it works fine with Neos. The main problem was the Policy.yaml file wich was missing in Neos/Configuration. I added it as you described at https://github.com/aimeos/aimeos-flow I even can select a plugin view. Only one problem left if i select the listview: Class "\Aimeos\C...
by Christian
11 Dec 2015, 10:12
Forum: TYPO3 extension
Topic: Neos CMS Flow
Replies: 20
Views: 12417

Re: Neos CMS Flow

I'am trying to get Aimeos to run with Neos 2.0, but composer can not integrate the neos branch because it depends on flow 2.0 and Neos 2.0 is using Flow 3.0. Anyway i was able to implement the master branch and i am also able to select Pluginviews. (the error above i was able to fix by creating the ...