Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Compilation failed
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1
  • 2

TOPIC: Compilation failed

Re: Compilation failed 12 years, 6 months ago #24763

  • theanimalix
I also have similar problem on homepage only. I get error below, displayed a few times above header.

Warning: preg_match() [function.preg-match]: Compilation failed: range out of order in character class at offset 13 in /home/printink/public_html/predloga/components/com_sef/joomsef.php on line 2947


Any idea what is it causing it?
The topic has been locked.

Re: Compilation failed 12 years, 6 months ago #24764

  • dajo
  • OFFLINE
  • Posts: 5069
Hi,
This means a problem with regular expression set for variables filtering in some extension. Open Manage Extensions page in JoomSEF and go through your extensions parameters. For each of them check that variables filtering tab contains only valid regular expressions. According to error reported it seems, that some regular expression contains wrong character range, so the lesser character is not before the greater (eg.: [5-3]).
ARTIO Support Team
The topic has been locked.

Re: Compilation failed 12 years, 6 months ago #24766

  • theanimalix
Thanks for fast reply. The problem was in extention filter,RE "^[0-9a-zA-Z_-:]*$". I removed this and it works ok now. Btw, was RE badly formed?
The topic has been locked.

Re: Compilation failed 12 years, 6 months ago #24767

  • dajo
  • OFFLINE
  • Posts: 5069
Yes, the dash character must be the last in [] brackets, so the correct version would be "^[0-9a-zA-Z_:-]*$"
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
  • 2
User Login Empty