I use this amazing piece of Software for amazon.de and got an error code.
After comparing the different language files i figured out that in the german language file
de.lang.php
is a missing return after line 172
Original:
define {'LangSubmit', 'Übermitteln');
?>
Modified:
define {'LangSubmit', 'Übermitteln');
?>
Hope this will help some other guys.
Greeting
Marc