[TYPO3-german] USER_INT Problem - Script wird (vermutlich) nicht ausgeführt
Johannes C. Laxander
jc at laxander.com
Fri May 13 17:01:37 CEST 2016
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
More information about the TYPO3-german
mailing list