• Resolved cybertex

    (@cybertex)


    Hi,

    I often get this message on the website on different pages:

    Notice: Undefined index: HTTP_USER_AGENT in /home/cybertex2013/ftp/72cyber/wp-content/plugins/a3-lazy-load/classes/class-a3-lazy-load.php on line 33

    I don’t know what is the issue?

    Maybe other plugins like:
    Visual Composer
    QuickCache
    Autoptimize

    That happen not every time but I suppose maybe the cache expiration is the key? That is only my feeling.

    What could be a reason for that?

    Thanks in advance,

    Arek

    https://ww.wp.xz.cn/plugins/a3-lazy-load/

Viewing 1 replies (of 1 total)
  • Plugin Author Steve Truman

    (@a3rev)

    Hello cybertex

    We have just released version 1.5.0 with full compatibility with WordPress 4.4

    The issue you where seeing is the code we check for disable on Opera Mini browser

    ​`
    // Disable on Opera Mini
    if ( strpos( $_SERVER[‘HTTP_USER_AGENT’], ‘Opera Mini’ ) !== false ) {
    return;
    }`

    You will see the fix for it in version 1.5.0 changelog

    Please update to the new version.

    Regards
    Steve

Viewing 1 replies (of 1 total)

The topic ‘Undefined index: HTTP_USER_AGENT in ..class-a3-lazy-load.php’ is closed to new replies.