• Resolved Roronoaeg

    (@roronoaeg)


    Topic line modified – “WordPress.com Forums » ” removed – your site with this problem is not on WordPress.COM]

    preg_match(): Unknown modifier ‘/’ in /home/ovizinho/public_html/wp/wp-includes/class-wp.php on line 204 , this is the error i got, i didnt edit any codes and i have no idea how i got that error and i also dunno where to find it so i can fix it. I would appreciate some help. Im kinda lost here. Thanks in advance!
    http://www.ovizinhodafrente.pt/wp/quem-somos/ this is the blog.

    The blog I need help with is ovizinhodafrente.wordpress.com.

    (Apparently i posted this on the wrong forum and they sent me to this one, so i hope this is the right one now ^^ thanks a lot!)

Viewing 10 replies - 1 through 10 (of 10 total)
  • No, the wordpress.com site seems to be OK, it’s the other with the problem. That’s probably why you were sent here.

    Try disabling your plugins to see if the problem clears up.

    Thread Starter Roronoaeg

    (@roronoaeg)

    i did that already T.T nothing worked 🙁

    OK, try again like this:

    if using a cache plugin, clear the cache first
    disable all plugins
    switch to a default WP theme (like Twenty Fifteen)
    clear your browser cache
    reload the page

    Thread Starter Roronoaeg

    (@roronoaeg)

    i think the answer is in here /home/ovizinho/public_html/wp/wp-includes/class-wp.php, is there anyway i can get to that directory?

    Thread Starter Roronoaeg

    (@roronoaeg)

    btw still nothing x.x this is getting on my nerves 🙁
    Im wondering if it could have anything to do with the updates it recommended…because it isnt recognizing the portuguese ponctuacion like this “â” for example. It was working fine before

    Im wondering if it could have anything to do with the updates it recommended

    Did you recently update the theme? There is an html error in a comment tag which is causing divs to remain unclosed, which will cause problems. I think it comes from the theme but I can’t be sure.

    Ask about this in the support forum for your theme, since it’s a commercial theme. Line 147-148 of the source for your page has this:
    <!-- /Sapeator } ?>
    instead of this:
    <!-- /Sapeator -->

    it isnt recognizing the portuguese ponctuacion like this “â” for example. It was working fine before

    This may just be due to the warning messages at the top of the page. The browser isn’t seeing the charset early enough.

    EDIT: by the way, you can hide those warnings by turning off debugging, but you may not know if it’s fixed without the messages. You can add
    define( 'WP_DEBUG', false );
    to your wp-config.php file if you’re comfortable doing that, but make a backup of it first if you do.

    Thread Starter Roronoaeg

    (@roronoaeg)

    I’m kinda newbie at this im sorry 🙁 i contacted the busiprof support, i guess i need to wait now, thanks for the help!

    Good luck! Let us know how it goes.

    Thread Starter Roronoaeg

    (@roronoaeg)

    So glad you finally got this worked out!

    Edit: For others’ future reference, the TL;DR was:
    disable plugins, reset permalinks

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Support I need help with a preg_match error’ is closed to new replies.