From andreas.fuerlinger at realestate-dreams.com Fri Nov 20 14:21:55 2015 From: andreas.fuerlinger at realestate-dreams.com (Andreas Fürlinger) Date: Fri, 20 Nov 2015 14:21:55 +0100 Subject: [Neos] =?utf-8?q?_FE_Login_not_working_in_Neos_2=2E0?= Message-ID: Hello comunity, I have a problem with the FE Login package. In my demo site here: dixema.de/en/download.html Whatever you enter in the form submitting it you only got redirected to the same page. There are no validation alerts. Wrong or right credentials does not make a difference. In the security log I see: WARNING TYPO3.Flow No credentials given or no account found for token: Username: "preselect-demo" But the account definitely exists. Any idea? Thanks, Andreas From andreas.fuerlinger at realestate-dreams.com Fri Nov 20 14:22:03 2015 From: andreas.fuerlinger at realestate-dreams.com (Andreas Fürlinger) Date: Fri, 20 Nov 2015 14:22:03 +0100 Subject: [Neos] =?utf-8?q?_Images_in_Aloha_editor?= Message-ID: Hello comunity is there a way to insert an image in a text element via the Aloha editor? I am trying to create a table with icons in some cells and would not know how to do it with Aloha. Thanks, Andreas From asardinas at gmx.de Sat Nov 21 10:01:31 2015 From: asardinas at gmx.de (arianesardinas) Date: Sat, 21 Nov 2015 10:01:31 +0100 Subject: [Neos] =?utf-8?q?_Ajax_Request?= Message-ID: Hallo Leute Ich habe ein Formular bei der City eingabe ein Ajax Request zu senden. ich bekomme ein parsererror bei meine Ajax Action mit json Mein Flow Controller: protected $supportedMediaTypes = array('application/json', 'text/html'); /** * @var string */ protected $viewFormatToObjectNameMap = array( 'html' => 'TYPO3\Fluid\View\TemplateView', 'json' => 'TYPO3\Flow\Mvc\View\JsonView' ); public function getdataAction() { $data = array("testKey"=>'ss', "testKey2"=>"testValue2"); return json_encode($data); } /** * @return void */ public function indexAction() { //Hier ist das Formular #$this->view->assign('bookings', $this->bookingRepository->findAll()); } Mein Routes.yaml - name: 'booking Widget' uriPattern: '' defaults: '@package': 'Booking.Widget' '@controller': 'Booking' '@format': 'json' '@action': 'getdata' Mein View: Index.html Kann jemand mir helfen warum obwohl der AJAX request 200 zur?ck gibt ein parsererror vorhanden ist? From karsten at typo3.org Tue Nov 24 09:53:25 2015 From: karsten at typo3.org (Karsten Dambekalns) Date: Tue, 24 Nov 2015 09:53:25 +0100 Subject: [Neos] Images in Aloha editor In-Reply-To: References: Message-ID: Hello Andreas. > On 20 Nov 2015, at 14:22, Andreas F?rlinger wrote: > > is there a way to insert an image in a text element via the Aloha editor? > I am trying to create a table with icons in some cells and would not know how to do it with Aloha. The Neos community moved to https://discuss.neos.io/, this list has been closed. I'm sure you'll get an answer there, see you! Regards, Karsten From karsten at typo3.org Tue Nov 24 09:54:28 2015 From: karsten at typo3.org (Karsten Dambekalns) Date: Tue, 24 Nov 2015 09:54:28 +0100 Subject: [Neos] Ajax Request In-Reply-To: References: Message-ID: Hi Ariane. > On 21 Nov 2015, at 10:01, arianesardinas wrote: > > Hallo Leute > > Ich habe ein Formular bei der City eingabe ein Ajax Request zu senden. > ich bekomme ein parsererror bei meine Ajax Action mit json The Neos community moved to https://discuss.neos.io/, this list has been closed. I'm sure you'll get an answer there, see you! Oh, and please stick to english? Regards, Karsten