Hi be...@gmx.de,

be...@gmx.de wrote:

> ich bekomme von der System Extension linkvalidator beim überprüfen
> externer Links folgende Fehlermeldung angezeigt: Fatal error: Call to a
> member function getUrl() on a non-object in
> 
/html/typo3/typo3_src-6.2.5/typo3/sysext/linkvalidator/Classes/Linktype/ExternalLinktype.php
> on line 91 Interne und Dateilinks warden ohne Fehler überpürft. Hat jemand
> eine Idee woran dies liegen kann bzw. wie es zu beheben ist

Ja, mach mal bitte einen Bugreport hier auf und füge mich als Watcher hinzu:
https://forge.typo3.org/projects/typo3cms-core/issues

Für den Moment kannst du in Zeile 88 statt:
if ($e->getCode() === 40) { 
folgendes Benutzen:
if (FALSE && $e->getCode() === 40) {

Damit wird die if Bedingung lahmgelegt.

Grüße
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – Active contributor TYPO3 CMS
TYPO3 .... inspiring people to share!

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an