• PHP Fatal error: Class 'TokenToMe\TwitterCards\Init' not found in /var/vhost/my-site/wp-content/plugins/jm-twitter-cards/classes/particular.class.php on line 60

    Inside the namespace \TokenToMe\TwitterCards, that line is attempting to use class Init. Which resolves to \TokenToMe\TwitterCards\Init. And that class doesn’t exist (it should be \TokenToMe\TwitterCards\Admin\Init).

    Can be easily reproduced by visiting /wp-admin/network/site-new.php (in multisite mode) and adding a new site. At the moment the user is being shown the white screen of death.

    Should be pretty easy to fix.

    Thanks,
    Tom

    https://wordpress.org/plugins/jm-twitter-cards/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP Fatal error: Class 'TokenToMe\TwitterCards\Init' not found’ is closed to new replies.