ustoopia
Forum Replies Created
-
Thanks. And sorry for posting this issue here before I actually did some more testing myself ??
Great work on the slanted theme btw. I’m loving it!
Regards,There was no custom code. I downloaded it through the WP-admin pages. I should mention that I’m on a multisite environment. I should also mention that I encountered more themes that give me the exact same error so it’s probably not your code but something at my end that is causing this.
For me line 73 had the following string in it:
$_SERVER[REQUEST_URI] (so without the ‘ marks around REQUEST_URI).I added the ” and now it shows:
$_SERVER[‘REQUEST_URI’]That got rid of the error message, so I’m good.
This might be a bit naive of me but I’m pretty sure that this change won’t cause any other problems. What do you think?Forum: Plugins
In reply to: [Simple Share Buttons Adder] debug shows error with class-admin-bits.phpOk I feel kinda silly now. I enabled debug logging again just now, and I was expecting to see the error message like I had earlier. But I saw nothing.. I also checked the debug.log and it was completely empty.
I wish all my other issues would go away exactly like this one did.
Sorry for the hassle. If I some day encounter this issue again I’ll let you know!
Thanks
RegardsForum: Plugins
In reply to: [Simple Share Buttons Adder] debug shows error with class-admin-bits.phpSimple Share Buttons Adder 7.4.18
Forum: Plugins
In reply to: [Channel Solution for Twitch] Message in wp-admin won’t go awayYes I did do that. Two times. And everything seem to be fine then but the message still remains.
Forum: Plugins
In reply to: [Channel Solution for Twitch] twitchpress on multisiteWow I’m impressed! The 2.10.0 did indeed fix the issue! Thank you very much!! You have a new fanboy from now on ??
Forum: Plugins
In reply to: [Channel Solution for Twitch] twitchpress on multisiteI 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.
Forum: Plugins
In reply to: [Channel Solution for Twitch] twitchpress on multisitewithout 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.
Forum: Plugins
In reply to: [Channel Solution for Twitch] twitchpress on multisiteI 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. ??