Hi 🙂
sorry for the late answer!
Please try to install the newest version, i fixed this error 🙂
Greetings!
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?
Hmmm, very strange..
Which theme do you´re using? And are you using the plugin “Visual composer”?
Greetings!
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 🙂
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?
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 mail@danielederosa.de and i will fix the issue in your theme.
Many greetings!
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 !!
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 http://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