Skip to:
Content
Pages
Categories
Search
Top
Bottom

preg match error in class-wp after installation


  • eliblair
    Participant

    @eliblair

    Hi guys, I will just say first that I do not know much about coding.

    I just installed bbpress and now i have this error come up in my wordpress dashboard

    Warning: preg_match(): Unknown modifier ‘0’ in /home2/eli/public_html/juniortactician.com/wp-includes/class-wp.php on line 231

    Warning: preg_match(): Unknown modifier ‘0’ in /home2/eli/public_html/juniortactician.com/wp-includes/class-wp.php on line 232

    the code on those lines are as follows:

    if ( preg_match(“#^$match#”, $request_match, $matches) ||
    preg_match(“#^$match#”, urldecode($request_match), $matches) ) {

    what does this mean and how can I get rid of it?

    Thanks in advance.

Viewing 1 replies (of 1 total)

  • Robin W
    Moderator

    @robin-w

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar