• Resolved joncwhall

    (@joncwhall)


    Hi,

    This plugin is currently getting the following error message on my site since the latest plugin update:

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

    Fatal error: Uncaught Error: Class ‘VG_Freemium_Plugin_SDK’ not found in /home/theacade/public_html/wp-content/plugins/shortcode-to-display-post-and-user-data/index.php:30 Stack trace: #0 /home/theacade/public_html/wp-admin/includes/plugin.php(2141): include() #1 /home/theacade/public_html/wp-admin/plugins.php(175): plugin_sandbox_scrape(‘shortcode-to-di…’) #2 {main} thrown in /home/theacade/public_html/wp-content/plugins/shortcode-to-display-post-and-user-data/index.php on line 30

    Do you know if this is a general error, or is it just on my site and, if so, do you know what I might be able to do to sort it please?

    Thanks,

    Jon

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same problem here. For a quick fix, add the following line at the top of plugin index.php file:

    include( plugin_dir_path( __FILE__ ) . 'vendor/vg-plugin-sdk/index.php');

    Waiting for a reply from plugin author.

    • This reply was modified 5 years, 2 months ago by Mad Max.
    Plugin Author Jose Vega

    (@josevega)

    Hi guys. I released an update with the fix a week ago.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error’ is closed to new replies.