[TYPO3-german] USER_INT Problem - Script wird (vermutlich) nicht ausgeführt

Johannes C. Laxander jc at laxander.com
Fri May 13 18:07:15 CEST 2016


Problem scheint gelöst: Es lag am USER_INT das im Formhandler-Kontext wohl nicht geht.
Mit USER hat es funktioniert!

Johannes.

> -----Ursprüngliche Nachricht-----
> Von: typo3-german-bounces at lists.typo3.org [mailto:typo3-german-
> bounces at lists.typo3.org] Im Auftrag von Johannes C. Laxander
> Gesendet: Freitag, 13. Mai 2016 17:02
> An: 'Alexander Averbuch' <alav at gmx.net>; 'German TYPO3 Userlist' <typo3-
> german at lists.typo3.org>
> Betreff: Re: [TYPO3-german] USER_INT Problem - Script wird (vermutlich)
> nicht ausgeführt
> 
> Hallo Alexander,
> 
> danke für deine beiden Tipps.
> 
> Im Skript ist die dieser Namespace angegeben:
> namespace Vendor\FormhandlerExtend\Finisher\UserFunctions;
> 
> Trotzdem wird der echo-Befehl wird nicht ausgeführt / angezeigt.
> 
> Johannes.
> 
> 
> > -----Ursprüngliche Nachricht-----
> > Von: typo3-german-bounces at lists.typo3.org [mailto:typo3-german-
> > bounces at lists.typo3.org] Im Auftrag von Alexander Averbuch
> > Gesendet: Freitag, 13. Mai 2016 16:29
> > An: typo3-german at lists.typo3.org
> > Betreff: Re: [TYPO3-german] USER_INT Problem - Script wird
> > (vermutlich) nicht ausgeführt
> >
> > hallo Johannes,
> >
> > stelle erstmal fest, ob deine Funktion überhaupt ausgeführt wird.
> > Ändere sie wie folgt:
> >
> > class FormTicketReservation {
> > public $cObj;
> > public function get_tickets($content, $conf) {
> >     echo 'Ich werde ausgeführt';
> >     exit;
> >     return 'Es ist alles OK';
> > }
> > }
> >
> > Wenn du also "'Ich werde ausgeführt" auf dem weißen Bildschirm
> > angezeigt bekommst , wird diene Funktion ausgeführt
> > _______________________________________________
> > TYPO3-german mailing list
> > TYPO3-german at lists.typo3.org
> > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
> 
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german



More information about the TYPO3-german mailing list