Hi,
I've received a couple of error messages when I try to perform a search on my site:
warning: Compilation failed: characters with values > 255 are not yet supported in classes at offset 52 warning: Compilation failed: characters with values > 255 are not yet supported in classes at offset 143
Both these are from search.module
Because I'm not particularly savvy (yet) regarding PHP and MySQL , can someone give me a clue as to what the problem might be?
Cheers, Tim
Because I'm not particularly savvy (yet) regarding PHP and MySQL , can someone give me a clue as to what the problem might be?
What versions of PHP and MySQl are you using? Those error messages usually indicate a version that Drupal no longer supports (as per INSTALL.txt).
Morbus Iff wrote:
What versions of PHP and MySQl are you using? Those error messages usually indicate a version that Drupal no longer supports (as per INSTALL.txt).
I'll check with the server administrator and see if they match the requirements.
Best, Tim