• Resolved Watch Teller

    (@watchteller)


    Hi Jeff,

    error logs report as below:

    [21-Sep-2013 13:05:37 UTC] PHP Warning: preg_replace(): Compilation failed: unmatched parentheses at offset 60 in /home/xxxxx/public_html/wp-content/mu-plugins/PluginOrganizerMU.class.php on line 231
    [23-Sep-2013 20:29:25 UTC] PHP Warning: preg_replace(): Compilation failed: unmatched parentheses at offset 60 in /home/xxxxx/public_html/wp-content/mu-plugins/PluginOrganizerMU.class.php on line 231
    [26-Sep-2013 12:51:52 UTC] PHP Warning: preg_replace(): Compilation failed: unmatched parentheses at offset 23 in /home/xxxxx/public_html/wp-content/mu-plugins/PluginOrganizerMU.class.php on line 231

    Look forward you assist and help.

    http://wordpress.org/plugins/plugin-organizer/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jeff Sterup

    (@foomagoo)

    What URL is being accessed when this error occurs?

    Plugin Author Jeff Sterup

    (@foomagoo)

    A parentheses is not valid in a URL. The spot where this warning is being thrown does a preg_match on the URL so I don’t know how you would get a parentheses in your URL. I’ve tried and I can’t recreate this warning. FYI it is a bad idea to run your server with that level of error reporting turned on unless it is a test box.

    Thread Starter Watch Teller

    (@watchteller)

    Hi Jeff,

    bigbestbuy.asia/

    Thanks. I think had solved it to less create plugin filter and try disable plugin in page, post & etc….

    Sweet and appreciate if you can guide me to turn the error reporting??? the error log was automatically create once have any error.

    Plugin Author Jeff Sterup

    (@foomagoo)

    That is a setting in your PHP install. It sounds like you are running on a hosted server so you probably won’t have any control over that. Look into the php.ini file to see how to change log settings.

    Thread Starter Watch Teller

    (@watchteller)

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error Massage???’ is closed to new replies.