file de.lang.php missing return

file de.lang.php missing return

Postby MarcODW » Fri Mar 12, 2010 4:53 pm

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
MarcODW

 
Posts: 4
Joined: Fri Mar 12, 2010 4:39 pm

Re: file de.lang.php missing return

Postby admin » Fri Mar 12, 2010 9:15 pm

thank you, also you have just brought to my attention something else which is wrong in that file.

Code: Select all
define {'LangSubmit', 'Übermitteln');


should actually be:

Code: Select all
define ('LangSubmit', 'Übermitteln');


just replace the { with a ( to fix it.
User avatar
admin
Site Admin
 
Posts: 462
Joined: Sun Nov 22, 2009 7:24 pm

Re: file de.lang.php missing return

Postby MarcODW » Sun Mar 14, 2010 5:11 pm

Thank you. i fixed it in my installation.

Greeting from Berlin
marc
MarcODW

 
Posts: 4
Joined: Fri Mar 12, 2010 4:39 pm


Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 1 guest

cron