Dennasz1 Posted September 9, 2015 Share Posted September 9, 2015 (edited) 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 Edited September 9, 2015 by Dennasz1 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now