Wie vorgehen bei Exception: EXCEPTION_SYSTEMCOMPONENT_TEMPLATENOTFOUND

Hallo,

meine exception.log ist ellenlang gefüllt mit EXCEPTION_SYSTEMCOMPONENT_TEMPLATENOTFOUND

Die fehlenden Templates beruhen auf alten Links wie z.B. diesen:

/oxid.php/cl/info/tpl/order_info.tpl

oder

/oxid.php/cl/info/tpl/delivery_info.tpl

Weiß jemand, wie ich solche Aufrufe umleiten kann, so dass nicht jedesmal ein Fehler geloggt wird?

Vielen Dank!

Alex

Naja erste Idee wäre der Redirect über die .htaccess

Hi!

Alles klar, hat funktioniert, z.B. so hier:

RedirectPermanent /oxid.php/cl/info/tpl/order_info.tpl /informationen/?tabid=0

Vielen Dank!