Welcome Guest, Not a member yet? Register   Sign In
preg_match(): Compilation failed: regular expression is too large
#1

Hello!

Quote:Severity: Warning --> preg_match(): Compilation failed: regular expression is too large at offset 48136 /system/database/DB_query_builder.php 2336

Lines:
PHP Code:
for ($ci 0$cc count($conditions); $ci $cc$ci++)
                {
                    if ((
$op $this->_get_operator($conditions[$ci])) === FALSE
                        
OR ! preg_match('/^(\(?)(.*)('.preg_quote($op'/').')\s*(.*(?<!\)))?(\)?)$/i'$conditions[$ci], $matches))
                    {
                        continue;
                    } 
Reply


Messages In This Thread
preg_match(): Compilation failed: regular expression is too large - by RobotXX - 06-08-2015, 10:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB