Tagged: backend plugins error issue
- This topic has 3 replies, 2 voices, and was last updated 7 years, 1 month ago by Theme Horse Support Team.
-
AuthorPosts
-
September 27, 2017 at 6:58 pm #53393UrsParticipant
Hi there at theme horse,
I’ve just moved my wordpress installation with Attitude Pro to my new webspace, but now I am confronted with these error messages in the wp-admin-backend, as I try to setup the plugins:Warning: Declaration of TGM_Bulk_Installer_Skin::before() should be compatible with Bulk_Upgrader_Skin::before($title = '') in /www/htdocs/w0130e16/weigel-modellbau.de/wp-content/themes/attitude-pro/library/functions/class-tgm-plugin-activation.php on line 1893 Warning: Declaration of TGM_Bulk_Installer_Skin::after() should be compatible with Bulk_Upgrader_Skin::after($title = '') in /www/htdocs/w0130e16/weigel-modellbau.de/wp-content/themes/attitude-pro/library/functions/class-tgm-plugin-activation.php on line 1893 Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w0130e16/weigel-modellbau.de/wp-content/themes/attitude-pro/library/functions/class-tgm-plugin-activation.php:1893) in /www/htdocs/w0130e16/weigel-modellbau.de/wp-includes/option.php on line 837 Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w0130e16/weigel-modellbau.de/wp-content/themes/attitude-pro/library/functions/class-tgm-plugin-activation.php:1893) in /www/htdocs/w0130e16/weigel-modellbau.de/wp-includes/option.php on line 838
Can you provide any solution? Thank you that much in advance!
PS: still loving Attitude Pro – using it actually for 3 sites!
September 28, 2017 at 2:19 am #53397Theme Horse Support TeamKeymasterHi urs,
Which version on Attitude Pro are you using currently. It seems that you are using an old version. please download the latest version of attitude pro from your account page and remove the old version of Attitude Pro theme and install new version. The current version of Attitude Pro is 3.0.7
Also add this below code inside wp-config.php file
define( 'WP_DEBUG', false );
Thank you!
September 30, 2017 at 11:38 pm #53426UrsParticipantWorks great! Thank you – there seems to be a different:
in my wp-config-php the code was displayed that way:
define('WP_DEBUG', false);
That is different from yours:
define( 'WP_DEBUG', false );
It seems, that the missing blanks caused that issue … with your code snippet now everything is great!
Thanks a lot!October 2, 2017 at 1:57 am #53429Theme Horse Support TeamKeymasterHi urs,
That does not make any issue. You can use anyway you want.
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.