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-boun...@lists.typo3.org [mailto:typo3-german-
> boun...@lists.typo3.org] Im Auftrag von Alexander Averbuch
> Gesendet: Freitag, 13. Mai 2016 16:29
> An: typo3-german@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@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an