#1: PHP Catchable Fatal Error: Argument 2 passed to t3lib_iconWorks::getSpriteIconForRecord() must be an array, null given, called in C:\Program Files\XAMPP\htdocs\typo3_441\typo3\class.browse_links.php on line 1922 and defined in C:\Program Files\XAMPP\htdocs\typo3_441\t3lib\class.t3lib_iconworks.php line 735
t3lib_error_Exception thrown in file
C:\Program Files\XAMPP\htdocs\typo3_441\t3lib\error\class.t3lib_error_errorhandler.php in line
101.
5 t3lib_error_ErrorHandler::handleError(4096, "Argument 2 passed to t3lib_iconWorks::getSpriteIco…o3\class.browse_links.php on line 1922 and defined", "C:\Program Files\XAMPP\htdocs\typo3_441\t3lib\class.t3lib_iconworks.php", 735, array)
C:\Program Files\XAMPP\htdocs\typo3_441\t3lib\class.t3lib_iconworks.php:00733: * @access public
00734: */
00735: public static function getSpriteIconForRecord($table, array $row, array $options = array()) {
00736: $innerHtml = (isset($options['html']) ? $options['html'] : '');
00737: $tagName = (isset($options['tagName']) ? $options['tagName'] : 'span');
4 t3lib_iconWorks::getSpriteIconForRecord("pages", NULL)
C:\Program Files\XAMPP\htdocs\typo3_441\typo3\class.browse_links.php:01920: $ATag_e='';
01921: }
01922: $picon=t3lib_iconWorks::getSpriteIconForRecord('pages', $mainPageRec);
01923: $pBicon=$ATag2?'':'';
01924: $pText=htmlspecialchars(t3lib_div::fixed_lgd_cs($mainPageRec['title'],$titleLen));
3 browse_links::TBE_expandPage("sys_template")
C:\Program Files\XAMPP\htdocs\typo3_441\typo3\class.browse_links.php:01597:
01598: // Making the list of elements, if applicable:
01599: $cElements = $this->TBE_expandPage($pArr[3]);
01600:
01601: // Putting the things together, side by side:
2 browse_links::main_db()
C:\Program Files\XAMPP\htdocs\typo3_441\typo3\browse_links.php:00209: break;
00210: case 'db':
00211: $this->content = $this->browser->main_db();
00212: break;
00213: case 'file':
1 SC_browse_links::main()
C:\Program Files\XAMPP\htdocs\typo3_441\typo3\browse_links.php:00248: $SOBE = t3lib_div::makeInstance('SC_browse_links');
00249: $SOBE->init();
00250: $SOBE->main();
00251: $SOBE->printContent();
00252: