Fertig Posted November 2, 2014 Share Posted November 2, 2014 Helo all, i have a big problem at my shop, window shows just: [PrestaShop] Fatal error in module de: syntax error, unexpected '{' i changed just my translation on the "de.php" at the blockcontactinfos Module. I have no idea how can i fix this problem suissi.com/shop/modules/blockcontactinfos/translations/de.php thanks for all informations to fix this prob Sebastian Link to comment Share on other sites More sharing options...
dioniz Posted November 2, 2014 Share Posted November 2, 2014 Can you paste your de.php code here Link to comment Share on other sites More sharing options...
Fertig Posted November 3, 2014 Author Share Posted November 3, 2014 sure : -------------------------------------------------- <?php global $_MODULE; $_MODULE = array(); $_MODULE['<{blockcontactinfos}prestashop>blockcontactinfos_fc02586aa99596947b184a01f43fb4ae'] = 'Block Kontaktinformationen'; $_MODULE['<{blockcontactinfos}prestashop>blockcontactinfos_8[spam-filter]ae1631be34a6fcbf1a4584f5abe'] = 'Fügt einen anpassbaren Block hinzu, der die Kontaktinformationen Ihres Shops im Footer anzeigt.'; $_MODULE['<{blockcontactinfos}prestashop>blockcontactinfos_20015706a8cbd457cbb6ea3e7d5dc9b3'] = 'Einstellungen aktualisiert'; $_MODULE['<{blockcontactinfos}prestashop>blockcontactinfos_f4f70727dc34561dfde1a3c529b6205c'] = 'Einstellungen'; $_MODULE['<{blockcontactinfos}prestashop>blockcontactinfos_c281f92b77ba329f692077d23636f5c9'] = 'Firmenname'; $_MODULE['<{blockcontactinfos}prestashop>blockcontactinfos_dd7bf230fde8d4836917806aff6a6b27'] = 'Adresse'; $_MODULE['<{blockcontactinfos}prestashop>blockcontactinfos_1f8261d17452a959e013666c5df45e07'] = 'Telefonnummer'; $_MODULE['<{blockcontactinfos}prestashop>blockcontactinfos_ce8ae9da5b7cd6c3df2929543a9af92d'] = 'E-Mail'; $_MODULE['<{blockcontactinfos}prestashop>blockcontactinfos_c9cc8cce247e49bae79f15173ce97354'] = 'Speichern'; $_MODULE['<{blockcontactinfos}prestashop>blockcontactinfos_02d4482d332e1aef3437cd61c9bcc624'] = 'Kontakt'; $_MODULE['<{blockcontactinfos}prestashop>blockcontactinfos_2e006b735fbd916d8ab26978ae6714d4'] = 'Tel.'; $_MODULE['<{blockcontactinfos}prestashop>blockcontactinfos_6a1e265f92087bb6dd18194833fe946b'] = 'E-Mail'; $_MODULE['<{blockcontactinfos}prestashop>blockcontactinfos_80a11d2a54a677f6fadd9c041c0d6b98'] = 'Shopeinstellungen‘; $_MODULE['<{blockcontactinfos}prestashop>blockcontactinfos_320abee94a07e976991e4df0d4afb319'] = 'Rufen Sie uns an:'; return $_MODULE; ------------------------------------------------------------------------ Link to comment Share on other sites More sharing options...
prestamax Posted November 3, 2014 Share Posted November 3, 2014 How did you change the translation ? via backend or hardcoding in the file?What happens if you rename de.php so that it won't load? Link to comment Share on other sites More sharing options...
Fertig Posted November 3, 2014 Author Share Posted November 3, 2014 i just changed the "Shopeinstellungen" to "Shop Informationen" in the file. i saved it via FireZilla and upload it again, after that my shop shows just a white page and in the admin area on "Modules" the error which i posted... Link to comment Share on other sites More sharing options...
prestamax Posted November 3, 2014 Share Posted November 3, 2014 (edited) I would upload a new de.php from the download package and change the translation via backend. This is perhaps the quickest way to solve the issue. Sometimes a blank line or a bom mark may cause errors like this. Edited November 3, 2014 by prestamax (see edit history) Link to comment Share on other sites More sharing options...
Fertig Posted November 3, 2014 Author Share Posted November 3, 2014 sure... BUT the module package contains no "de.php." file :-D just a install.php file... holy shit xoxoxo Link to comment Share on other sites More sharing options...
prestamax Posted November 3, 2014 Share Posted November 3, 2014 then delete the de.php and create a new one via backend translation ... Link to comment Share on other sites More sharing options...
Recommended Posts