Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Mattias

    (@darkwhispering)

    The debug mode will display the debug information no matter what browser you use and set in the WP CMS.

    What browser do you have issue with?
    On what OS?
    Can you submit a debug from the browsers you have issues with?

    Thread Starter Helmud

    (@helmud)

    Hey Mattias,

    Thanks for your reply!

    Yes, that’s what I figured 😉 Here is the debug from IE 11:

    user_agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; MATM; rv:11,0) like Gecko
    name: Internet Explorer
    short_name: ie
    version: 0
    platform: windows
    pattern: #(?Version|MSIE|rv)[/ |:]+(?[0-9.|a-zA-Z.]*)#

    Ah, and I guess I missed this last time, but I also get an error now:

    Error: Syntax error, unrecognized expression: Warning: preg_match_all(): Compilation failed: unrecognized character after (?< at offset 3 in /var/www/vhosts/snelway.nl/subdomains/test/httpdocs/wp-content/plugins/advanced-browser-check/abc-core.php on line 93

    Plugin Author Mattias

    (@darkwhispering)

    Thank you for the debug.

    I see right away the major issue is the “version: 0”. I’m assuming you are on Windows 8?

    I will take a deeper look at this as soon as I can.

    Thread Starter Helmud

    (@helmud)

    Thank you. I am on windows 7 actually.

    I will be waiting for your response; otherwise seems like a great plugin!

    Can confirm same issue, using IE8, IE10, Chrome 38 all under Windows 7

    Debug reports version number of zero.

    Bug exists in v4.0.0 and v4.0.1

    Plugin Author Mattias

    (@darkwhispering)

    I’m unable to reproduce any of the issues both of you have reported on any on my server setups.

    It seems like only a very few systems trigger this error with the preg_match_all pattern my plugin are using to get the browser version number.

    After doing some digging it seems like this might be caused by to old or missing PCRE library on the affected system. (http://www.pcre.org/).

    I found a similar issue (regarding the PHP error for preg_math_all) that was solved by updating the PCRE on the server. http://forums.sugarcrm.com/f115/preg_match-warning-fresh-6-4-4-install-database-created-but-no-tables-80170/

    Again, I’m unable to reproduce this issue and this is the only report I have of it. I thereby believe this is something system specific and not the plugin itself.

    I hope this information will help you. Let me know if there is anything else.

    Working fine for me !
    i think issue is with PCRE package ! Chack if your PCRE package is up to date.
    Refer this link !

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Not working (works fine in debugging mode)’ is closed to new replies.