• Resolved ustoopia

    (@ustoopia)


    Hi,
    I’m aware that the author of this plugin has mentioned that this plugin is not focused on multisite environments but I decided to try it out for myself to see if it works or not. The funny things is that I’m unable to activate the plugin. When i click activate it takes me to the posts page overview in wp-admin. When i go back to the plugin page I see that the plugin has not been activated. Is there anything you can think of that might solve this problem out of the top of your hat? I’m in a test environment so I wouldn’t mind trying out some things..
    Are there any plans to make this plugin work on multisites also?
    Like I said, I’m willing to become a tester for this plugin on multisites.
    Regards

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Ryan Bayne

    (@ryan-bayne)

    Author here,

    The recent version has caused an activation issue and what makes it difficult to solve is the lack of errors.

    Everyone who can add these likes to their config.php file to ensure they generate error output should do so if they really want to contribute.

    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_LOG’, true );
    define( ‘WP_DEBUG_DISPLAY’, true );

    I will say though I’ve been unable to re-create the issue using the latest version and on fresh installations!

    It seems there is a sudden influx of Multisite related feedback for this plugin so I’ll need to re-think my priority for supporting WPMU. Right after Twitch API version 6 is fully supported which will take another couple of months at this rate.

    Thread Starter ustoopia

    (@ustoopia)

    I added those strings to my wp-config and do some testing when I have more time. i will post my results here by tomorrow. And thanks for the effort and quick response btw. ??

    Thread Starter ustoopia

    (@ustoopia)

    without activating the addon I already see the following error message:

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; PlumwdTwitchStatusWidget has a deprecated constructor in /var/www/web33/web/wp-content/plugins/twitch-tv-embed-suite/widget.php on line 2
    
    Deprecated: Function create_function() is deprecated in /var/www/web33/web/wp-content/plugins/twitch-tv-embed-suite/widget.php on line 126

    Also I got a theme related error so I set it to the default theme.

    Warning: Use of undefined constant REQUEST_URI - assumed 'REQUEST_URI' (this will throw an Error in a future version of PHP) in /var/www/web33/web/wp-content/themes/slanted-master/functions.php on line 73

    My debug.log shows lines like these:

    
    [02-Nov-2018 23:08:26 UTC] PHP Notice:  The called constructor method for WP_Widget in PlumwdTwitchStatusWidget is <strong>deprecated</strong> since version 4.3.0! Use <pre>__construct()</pre> instead. in /var/www/web33/web/wp-includes/functions.php on line 3916
    [02-Nov-2018 23:08:44 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; PlumwdTwitchStatusWidget has a deprecated constructor in /var/www/web33/web/wp-content/plugins/twitch-tv-embed-suite/widget.php on line 2
    [02-Nov-2018 23:08:44 UTC] PHP Deprecated:  Function create_function() is deprecated in /var/www/web33/web/wp-content/plugins/twitch-tv-embed-suite/widget.php on line 126
    • This reply was modified 6 years, 4 months ago by ustoopia.
    Plugin Author Ryan Bayne

    (@ryan-bayne)

    Great

    Well, you can see the paths point to the Twitch TV Embed Suite plugin and your theme.

    The first two are indicating deprecated functions and are not faults, nothing to worry about. The second should really be dealt with by the theme author or in your own child-theme but again it’s not urgent and probably doesn’t break any features in your theme – probably.

    Thread Starter ustoopia

    (@ustoopia)

    I edited my previous post. More error logs from debug.log.

    I noticed the theme error so I’ve reset it to the default theme. But the I’m not yet able to activate the plugin.

    Plugin Author Ryan Bayne

    (@ryan-bayne)

    TwitchPress 2.10.0 just released with a potential fix.

    Thread Starter ustoopia

    (@ustoopia)

    Wow I’m impressed! The 2.10.0 did indeed fix the issue! Thank you very much!! You have a new fanboy from now on ??

    Plugin Author Ryan Bayne

    (@ryan-bayne)

    That is what this project is missing actually some fanboys yeee!

    Expect plenty updates over November then it will slow it down a bit in December until we are into the new year.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘twitchpress on multisite’ is closed to new replies.