Viewing 4 replies - 1 through 4 (of 4 total)
  • I just install the plugin and got the same fatal error when try to activate it, can anyone help please?

    I’m using WP 4.2.3.

    @kurtf,

    I think I found a way to fix this.

    Edit wp-mobile-detect.php in /wp-content/plugins/wp-mobile-detect/

    At the top, you change the code from this

    require_once('mobile-detect.php');

    into this

    if(!class_exists("Mobile_Detect")){
    	require_once('mobile-detect.php');
    }

    Save the file and re-upload to the same directory and overwrite it.

    It got me activated successfully, but I didn’t test its functions yet.

    @princessfiona6 @kurtf this worked for me! thank you

    Worked for me as well! Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Non-coder Needs Help with Fatal Error’ is closed to new replies.