By jbottero on
What is the cause of this error:
Compilation failed: characters with values > 255 are not yet supported in classes at offset 52 in /home/mydomain/public_html/drupal/modules/search.module on line 258.
??
Thanks
What is the cause of this error:
Compilation failed: characters with values > 255 are not yet supported in classes at offset 52 in /home/mydomain/public_html/drupal/modules/search.module on line 258.
??
Thanks
Comments
4.6 and PHP version
Check the requirements of Drupal 4.6 and the PHP version you have.
You have a version that is older than what is required.
Ask your host when they will upgrade.
--
Consulting: 2bits.com
Personal: Baheyeldin.com
--
Drupal performance tuning and optimization, hosting, development, and consulting: 2bits.com, Inc. and Twitter at: @2bits
Personal blog: Ba
Well... Some comments
Well... Some comments here:
http://drupal.org/node/12857
lead me to believe that while it might be the case (as my PHP is 4.3.2), there are a number of people that have much newer (in one case, 4.3.10) PHPO with the same problem...
PCRE
These are the people who are using PHP with an outdated PCRE library. PHP comes with an up-to-date PCRE, but it can be compiled with the system-defined PCRE if present, which may be outdated.
--
If you have a problem, please search before posting a question.