[Typo3-bugs] System Error: No typeVal was sent! RTE built in

Louis Bouchard as400 at videotron.ca
Fri Feb 25 02:55:38 CET 2005


In the RTE Built in (DUMMY Package Typo3 3.7.0) (HTML Editor), if you got the error message you can correct this bug by changing 1 line in C:\typo3\dummy-3.7.0\typo3\ext\rte\app file :


   // Record "types" field value:
  $this->typeVal = t3lib_div::_GP('typeVal');
  /*if (!isset($HTTP_GET_VARS['typeVal'])) { */ /* it's seem a bug here */
     if (!isset($this->typeVal)) {                        /* The correct way */
   die ('System Error: No typeVal was sent!');
  }



More information about the TYPO3-team-bugs mailing list