VirtueMart Forum

VirtueMart General => About VirtueMart - not for support posts => Topic started by: Markus on July 06, 2004, 19:29:48 PM

Title: Parse Error - German language
Post by: Markus on July 06, 2004, 19:29:48 PM
Sehr gute Arbeit dieser phpShop  :laugh:

Ich habe MOS auf DEUTSCH gesetzt und erhalte bei Aufruf des Shop nachfolgende Meldung;
QuoteParse error: parse error, unexpected T_VARIABLE, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/41/d15426099/htdocs/CMS1/administrator/components/com_phpshop/languages/germani.php on line 1018
 

Die Verzeichnisangaben sind korrekt, die Datei ist vorhanden, enthält aber keine Line 1018?
Title: Re:Parse Error - German language
Post by: Gary on January 14, 2005, 07:09:29 AM
I get the same error for french with rc1, can't install rc2 on 4.5.0,,,so have no clue as to what issue is...english works,,,other langs fail
Title: Re:Parse Error - German language
Post by: Soeren on January 14, 2005, 08:01:20 AM
Hello,
there seem to be doubled vars in the language files. I haven't checked that.
I germani I had to delete lines 201 (var $_PHPSHOP_ORDER_BUTTON_LABEL) and
1386/1387 (var $_PHPSHOP_LIST_ALL_PRODUCTS, var $_PHPSHOP_PRODUCT_SEARCH_LBL).


Then it worked.

ciao, Soeren