Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: preg_match Compilation failed: regular expression is too large at offset 106036
Post: RE: preg_match Compilation failed: regular express...

Brian 6/15/2018 - Fixed by adding a where clause to the PHP query to restrict the number of records returned from a large table.
4,607 Views
3 Replies
06-15-2018, 08:21 AM
bmccrae
    Thread: preg_match Compilation failed: regular expression is too large at offset 106036
Post: RE: preg_match Compilation failed: regular express...

Code: -- Here's the code... function my_page() { $userinfo = $this->plan->user_info(); $toget = array(); $toshow = ''; $returnpage = ''; if ($userinfo['office'] !== '1') { ...
4,607 Views
3 Replies
06-14-2018, 01:06 PM
bmccrae
    Thread: preg_match Compilation failed: regular expression is too large at offset 106036
Post: preg_match Compilation failed: regular expression ...

Code: -- for ($ci = 0, $cc = count($conditions); $ci < $cc; $ci++)                                {                                        if (($op = $this->_get_operator($conditions[$ci])) === F...
4,607 Views
3 Replies
06-13-2018, 11:51 AM
bmccrae

Theme © iAndrew 2016 - Forum software by © MyBB