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

    (@dwaser71)

    Hi,

    This error does come up, because the theme does include a public available class (here the Mobile Class) without checking first, if the class already exists. The error can get resolved by first checking if the class exists, before including like:

    if( !class_exists( 'Mobile_Detect' ) ) {
     include class
    }

    Maybe you can inform the theme developer about that.

    Daniel

Viewing 1 replies (of 1 total)
  • The topic ‘WP Social SEO Booster Crash With Swift Theme’ is closed to new replies.