Support » Plugin: mobble » Cannot redeclare Class

Viewing 1 replies (of 1 total)
  • Plugin Author Scott

    (@scottsweb)

    It sounds like you are using another plugin which does not check for the mobble detect class. mobble has a conditional to check for this eventuality:

    if (!class_exists('Mobile_Detect')) {
            include(MOBBLE_PATH . '/mobile-detect.php');
    }

    I recommend searching your plugins folder for Mobile_Detect and adding a similar conditional to any other plugin that attempts to load the same class.

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot redeclare Class’ is closed to new replies.