Viewing 1 replies (of 1 total)
  • Plugin Author hdw player

    (@hdw-player)

    There is another plugin having the same class name as “Mobile_Detect” that you installed in your website.

    Please do following things. It will resolve the issue.

    File: isMobile.php
    Line: 3

    class Mobile_Detect {

    should be

    class HDW_Mobile_Detect {

    And

    File: shortcode.php
    Line: 42

    $detect = new Mobile_Detect();

    should be

    $detect = new HDW_Mobile_Detect ();

    And

    File: config.php
    Line: 225

    $detect = new Mobile_Detect();

    should be

    $detect = new HDW_Mobile_Detect ();

    Regards,
    HDW Player

Viewing 1 replies (of 1 total)
  • The topic ‘can not active plugs’ is closed to new replies.