Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Daniele De Rosa

    (@bloodspencer)

    Hi ??

    sorry for the late answer!

    Please try to install the newest version, i fixed this error ??

    Greetings!

    Thread Starter projectmunton

    (@projectmunton)

    Hi ?? sorry for the late reply … I have been offline

    I just updated the plying … but when I activate it .. my Admin goes to a white screen, for all pages?

    Any idea why this might be?

    Plugin Author Daniele De Rosa

    (@bloodspencer)

    Hmmm, very strange..

    Which theme do you′re using? And are you using the plugin “Visual composer”?

    Greetings!

    Plugin Author Daniele De Rosa

    (@bloodspencer)

    Would be helpful to set WP_DEBUG to ‘true’, maybe you get a notice which helps to solve your problem.

    To set WP_DEBUG to true you have to open your wp-config.php in your wordpress root folder and edit the following line:

    define('WP_DEBUG', false);

    to

    define('WP_DEBUG', true);

    Then try to activate the plugin again ??

    Thread Starter projectmunton

    (@projectmunton)

    Hi … just got the debug up and running ??

    getting a error connected with the theme as you suspected

    Fatal error: Call to protected TGM_Plugin_Activation::__construct() from invalid context in
    framework/plugin-activation/class-tgm-plugin-activation.php on line 959

    Any reason why this might be causing an issue when used in conjunction with your plugin?

    Plugin Author Daniele De Rosa

    (@bloodspencer)

    Hi,

    thanks for your reply! The author of your theme called the TGM Plugin not correctly, he tried to call the __construct() function directly not using the tgmpa() function, so you get conflicts with both.

    Solution 1:

    You can send a message to the author of your theme with a fix request. for the issue you can write the following:

    TGMPA should be called properly using the code from the example.php file. Implementations which divert from that code , i.e. try to call __construct() directly not using the tgmpa() function, causes errors and are impossible for us to support.

    Solution 2:

    If the author of your plugin is not contactable, you can send me access data to [email protected] and i will fix the issue in your theme.

    Many greetings!

    Thread Starter projectmunton

    (@projectmunton)

    Cool … thats great thanks, very much appreciated ??

    I will contact the theme developer, to give him the feedback … hopefully he will update the theme for other users too ??

    If I have not luck I will come back to take you up on your offer for solution 2

    Really appreciate the time and assistance … good luck with the plugin !!

    Plugin Author Daniele De Rosa

    (@bloodspencer)

    Thanks a lot! ??

    Just contact me again if your theme developer can′t help you.

    Good luck! ??

    Hi Everyone, I’m running into this problem.
    After installing trying to ACTIVATE a plugin i got this message for my website https://www.multivisionstudios.com and i can not get passed this, everthing seems to be gone. Anyone can help?

    error:

    Fatal error: Call to protected TGM_Plugin_Activation::__construct 959

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