Warning: Declaration of PortfolioWalker::start_el(&$output, $category, $depth, $args) should be compatible with Walker_Category::start_el(&$output, $data_object, $depth = 0, $args = Array, $current_object_id = 0) in /home/webundso/public_html/webundso.ch/wp-content/themes/rivers/library/includes/portfolio_walker.php on line 4

Warning: Declaration of PortfolioWalker2::start_el(&$output, $category, $depth, $args) should be compatible with Walker_Category::start_el(&$output, $data_object, $depth = 0, $args = Array, $current_object_id = 0) in /home/webundso/public_html/webundso.ch/wp-content/themes/rivers/library/includes/portfolio_walker.php on line 37
TYPO3 4.7 Bug mit Crawler - webundso GmbH - Internet-Agentur für TYPO3 und WordPress

Bei einer TYPO3 4.7.4 Installation funktionierte der Crawler für die Indexed Search nicht, es gab folgenden Error:

Fatal error: Call to undefined method t3lib_div::view_array() in /yourPath/typo3conf/ext/crawler/class.tx_crawler_lib.php on line 1731

Nach etwas recherchieren und Hilfe von Freund sushie.net half ein ersetzen der Funktion

1
 t3lib_div::print_array()

durch

1
t3lib_utility_Debug::viewArray

im file class.tx_crawler_lib.php in Zeile 1731

Tags:

Kommentar (1)

  1. Carsten Hager" rel="external nofollow">Carsten Hager Antworten

    Sep. 14, 2012 at 09:40

    Hallo,

    bin gerade auf den Artikel gestoßen, da ich das selbe Problem habe.
    Leider finde ich im Crawler 3.2.0 in der Datei keine Funktion

    t3lib_div::print_array()

    Verwenden Sie eine andere Version?

    Grüße aus München

Kommentieren?