frandua Posted April 23, 2017 Share Posted April 23, 2017 Hello! It would be great if someone could help me! please! I have downloaded and installed the latest version of prestashop 1.7 on a mac OS X El capitan with xampp 7.1.1 . The problem is that when i try to open modules >"modules & services" in the dashboard i only see a white blank screen! I have enabled the debug mode and also set PS_MODE_DEV to on! so i can see the errors. (Screenshots of errors attached) These are the errors that i am becoming: DriverException in AbstractMySQLDriver.php line 115:An exception occurred while executing 'SELECT p0_.id_translation AS id_translation_0, p0_.`key` AS key_1, p0_.translation AS translation_2, p0_.domain AS domain_3, p0_.theme AS theme_4, p0_.id_lang AS id_lang_5 FROM ps_translation p0_ WHERE p0_.id_lang = ? AND p0_.theme IS NULL AND (p0_.domain REGEXP ?) = 1' with params [1, "AdminActions"]: SQLSTATE[42000]: Syntax error or access violation: 1139 Got error 'this version of PCRE is compiled without UTF support at offset 0' from regexp Link to comment Share on other sites More sharing options...
c64girl Posted April 24, 2017 Share Posted April 24, 2017 (edited) I found this maybe it will help. Rebuild the RPM for PCRE https://chrisjean.com/unicode-support-on-centos-52-with-php-and-pcre/ or http://doc.prestashop.com/display/PS16/Handling+special+characters+in+links Edited April 24, 2017 by c64girl (see edit history) Link to comment Share on other sites More sharing options...
frandua Posted April 24, 2017 Author Share Posted April 24, 2017 For those with the same problem, this works perfectly: http://stackoverflow.com/questions/35801425/xampp-mysql-this-version-of-pcre-is-compiled-without-utf-support-at-offset-0 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