• Resolved roseyazman

    (@roseyazman)


    Hi dear
    I installed your plugin and click activate button to activate plugin and received following error message:

    Plugin could not be activated because it triggered a fatal error.

    Fatal error: Cannot redeclare class Google_Client in wp-content/plugins/tube-video-curator/lib/youtube-api/src/Google/Client.php on line 28

    I don’t know what is the issue. I read description of your plugin and like to use it but could not. waiting for an early reply

    regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author tubegtld

    (@tubegtld)

    The plugin tests for that class before it includes it, so I’m not sure how that redeclaration error could happen ??

    // Include the Google API client
    if ( ! class_exists('Google_Client') ):
      require_once TUBE_VIDEO_CURATOR_DIR . '/lib/youtube-api/src/Google/Client.php';
    endif;

    Can you please try with all other plugins deactivated?

    If that works, please let me know what other plugins you’re running so I can try to replicate.

    Thread Starter roseyazman

    (@roseyazman)

    Thanks for your support. I deactivated plugin Backup by Supsystic and .tube it is activated.

    Plugin Author tubegtld

    (@tubegtld)

    Please mark as resolved.

    Thread Starter roseyazman

    (@roseyazman)

    issue solved

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘.TUBE Video Curator Could Not be Activated’ is closed to new replies.