[Typo3] System Error: No typeVal was sent! You Right!

Louis Bouchard as400 at videotron.ca
Fri Feb 25 02:42:24 CET 2005


Berhard,

I think you right, it's work in this way

   // Record "types" field value:
  $this->typeVal = t3lib_div::_GP('typeVal');
  /*if (!isset($HTTP_GET_VARS['typeVal'])) { */
     if (!isset($this->typeVal)) {
   die ('System Error: No typeVal was sent!');
  }

Thank you, I will post it in bugtracker

Have nice day


----- Original Message ----- 
From: "Kraft Bernhard" <kraftb at gmx.net>
Newsgroups: typo3.english
To: <typo3-english at lists.netfielders.de>
Sent: Thursday, February 24, 2005 4:41 PM
Subject: Re: [Typo3] System Error: No typeVal was sent!


> Louis Bouchard wrote:
> >    // Record "types" field value:
> >   $this->typeVal = t3lib_div::_GP('typeVal');
> >   if (!isset($HTTP_GET_VARS['typeVal'])) {
> >    die ('System Error: No typeVal was sent!');
> >   }
> 
> Is this code from the the core or from the RTE extension?
> 
> I think it should be
>  >   $this->typeVal = t3lib_div::_GP('typeVal');
>  >   if (!isset($this->typeVal) {
>  >    die ('System Error: No typeVal was sent!');
>  >   }
> 
> try it ... if it works post it in the bugtracker.
> 
> 
> greets,
> Bernhard
> -- 
> ----------------------------------------------------------------------
> "Freiheit ist immer auch die Freiheit des Andersdenkenden"
> Rosa Luxemburg, 1871 - 1919
> ----------------------------------------------------------------------
> _______________________________________________
> Typo3-english mailing list
> Typo3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list