• There is no error on my site, nothing is un-normal which i can see on browser, everything is ok.

    Except one thing:
    Today when i log in to my hosting, i saw error_log file is ~700MB (oh shit)
    I decided to delete this file, but one minute later, another file created with 2mb data and it keep increasing ~100kb/minute.

    I downloaded that file (error_log) and open with wordpad, and find out this stupid error is keep repeating:

    [29-Nov-2011 04:03:01] PHP Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in /home/xxx/public_html/wp-includes/class-wp.php on line 199
    [29-Nov-2011 04:03:01] PHP Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in /home/xxx/public_html/wp-includes/class-wp.php on line 198
    [29-Nov-2011 04:03:01] PHP Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in /home/xxx/public_html/wp-includes/class-wp.php on line 199
    [29-Nov-2011 04:03:01] PHP Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in /home/xxx/public_html/wp-includes/class-wp.php on line 198
    [29-Nov-2011 04:03:01] PHP Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in /home/xxx/public_html/wp-includes/class-wp.php on line 199

    Here is my plugin page
    http://i28.lulzimg.com/ba1fedaac9.jpg
    I try to deactive each single plugin but it still not work.

    Plz help! That file is keep increasing by second, it’s 10 mb now
    T________________________T

Viewing 4 replies - 1 through 4 (of 4 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    If it is still throwing those errors AFTER you’ve done what esmi suggested, I’d change the permalink settings to default, then back to what you have now and see if that works.

    Thread Starter chendu

    (@chendu)

    thanks guys,
    I found out the problem as danhgilmore said
    When i change permalink setting to default, it’s work (the file’s size is not growing any more)

    But when i change it back to custom structure (/%category%/%postname%/)
    The error returned

    hmmmm

    i also face the same problem please help me

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[HELP] PHP Warning: preg_match() – error_log keep increasing ~100Kb/minute’ is closed to new replies.