Rühme dich nicht des morgenden Tages; denn du weißt nicht, was heute sich begeben mag.
Sprueche 27:1
autor | |
6-08-18 15:19:29 | tt_board: General, Help Option |
Peter Babbington-Fowles |
Adding the "General, help" option to a list view tt_board creates the following: Fatal error: Undefined class name 'tx_fhlibrary_view' in /resource/html/its/typo3conf/ext/tt_board/lib/class.tx_ttboard_pibase.php on line 213 Is there a fix to this problem? |
20-09-06 07:27:03 | change in code |
Franz |
At the moment you must change the code directly at the displayed position: if (t3lib_extMgm::isLoaded(FH_LIBRARY_EXTkey)) { // FE BE library for flexform functions require_once(PATH_BE_fh_library.'lib/class.tx_fhlibrary_view.php'); $content .= tx_fhlibrary_view::displayHelpPage($this, $helpTemplate, $this->extKey, $this->errorMessage, $theCode); } else { |
20-09-06 11:03:50 | re: change in code |
Peter Babbbington-Fowles |
I have made the modifications suggested, and the help option now displays correctly. Thank you |
< Zurück zum Forum |