Vielen Dank für Deine Antwort!
Johannes_B hat geschrieben:Mit dem Code-Schnipsel können wir aktuell nicht viel anfangen. Erstell uns bitte ein Minimalbeispiel und präsentiere die dazugehörige Log-Datei.
Das Minimalbeispiel gestaltet sich etwas schwierig, da ich den Fehler im Minimalbeispiel komischerweise nicht reproduzieren kann...

Er tritt nur in meiner "echten" Datei auf...
Minimalbeispiel
\documentclass{scrbook}
\usepackage[english,ngerman]{babel}
\usepackage[citestyle=numeric, style=authoryear, natbib=true, backend=biber]{biblatex}
\addbibresource{Bibliographie.bib}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\begin{document}
Text mit Zitat \autocite{Schulla1998}\\
\printbibliography
\end{document}
[/m]
Wenn ich nun jedoch das für die Literaturangabe benötigte Paket
\usepackage [backend=biber]{biblatex}, das beispielhafte Zitat
\autocite{Schulla1998} sowie das Literaturverzeichnis
\printbibliography auskommentiere, dann sind auch die Fehlermeldungen weg... Das dürfte doch irgend ein ganz banaler Fehler sein?
Der (Fehler-)Log der "echten Datei" sieht so aus:
! Undefined control sequence.
\lbx@lfromlang ->\iffieldundef
{origlanguage} {} {\bibstring {from\thefield ...
l.95 \begin{document}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
\lbx@lfromlang ...f {origlanguage} {} {\bibstring
{from\thefield {origlangua...
l.95 \begin{document}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
\lbx@lfromlang ...} {} {\bibstring {from\thefield
{origlanguage}}\space }
l.95 \begin{document}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
\lbx@sfromlang ->\iffieldundef
{origlanguage} {} {\bibstring {from\thefield ...
l.95 \begin{document}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
\lbx@sfromlang ...f {origlanguage} {} {\bibstring
{from\thefield {origlangua...
l.95 \begin{document}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
\lbx@sfromlang ...} {} {\bibstring {from\thefield
{origlanguage}}\space }
l.95 \begin{document}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Das sind genau die sechs entstandenen Fehler...
Besten Dank und viele Grüße!

KloBoBBerLe