Jump to content

Problem with editing translations (1.6.0.9)


Dennasz1

Recommended Posts

Hello,

 

When i try to edit translations in my backoffice i get lots of error messages like:

 

Warning op lijn 1206 in bestand /home/mijnijzerwaren.nl/public_html/controllers/admin/AdminTranslationsController.php
[2] preg_match_all(): Compilation failed: missing ) at offset 37\

 

Warning op lijn 1206 in bestand /home/mijnijzerwaren.nl/public_html/controllers/admin/AdminTranslationsController.php

[2] preg_match_all(): Compilation failed: missing terminating ] for character class at offset 71

 

I looked in the Admintranslationcontroller.php file on line 1206 but don't really know what to change to fix this. I can't edit translations at all at the moment.

 

line 1206 looks like this:

 

$matches = array();
$n = preg_match_all($regex_row, $content, $matches);
for ($i = 0; $i < $n; $i += 1)
{

 

Anyone familiar with this problem?

 

Thanks in advance,

 

Dennis

 

Prestashop version 1.6.0.9

post-226488-0-76455900-1441788081_thumb.jpg

Edited by Dennasz1 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...