Elxis CMS Forum

Support => General => Topic started by: xmanhattan on January 27, 2014, 12:15:51

Title: 2009.x module front page plus error
Post by: xmanhattan on January 27, 2014, 12:15:51
An error has occurred using module front page plus that did not in the past.

Code: [Select]
PHP Σφάλμα [Warning]
URI: index.php?option=com_frontpage&Itemid=21
Path: mat/public_html/includes/Core/utf8.class.php
Line: 151
preg_replace() [function.preg-replace]: Compilation failed: regular expression is too large at offset 99677
PHP Σφάλμα [Warning]
URI: index.php?option=com_frontpage&Itemid=21
Path: mat/public_html/includes/Core/utf8.class.php
Line: 151
preg_replace() [function.preg-replace]: Compilation failed: regular expression is too large at offset 100838
PHP Σφάλμα [Warning]
URI: index.php?option=com_frontpage&Itemid=21
Path: mat/public_html/includes/Core/utf8.class.php
Line: 151
preg_replace() [function.preg-replace]: Compilation failed: regular expression is too large at offset 50465

The system info is as follows:
PHP Built On:    Linux
Database Version:    mysql 5.5.32-log (Version: 5.5.32)
PHP Version:    5.3.3
Web Server:    Apache
Web Server to PHP interface:    cgi-fcgi
Version    Elxis 2009.3 Stable rev2691 [ Aphrodite ] 14-July-2012 09:48 GMT+2

I am not sure if this has to do with the version of php or something else.

Title: Re: 2009.x module front page plus error
Post by: xmanhattan on January 28, 2014, 16:13:20
The problem is on this site http://www.129dimotiko.mysch.gr/ (http://www.129dimotiko.mysch.gr/)
Title: Re: 2009.x module front page plus error
Post by: datahell on January 28, 2014, 20:46:24
You have too much content in some article's introduction text and function preg_replace reaches a hard limit. Let just a paragraph in intro text and put rest text in main text editor.
Title: Re: 2009.x module front page plus error
Post by: xmanhattan on January 29, 2014, 09:13:50
Thanks Datahell, I will advise them.