Solved: 6 Years, 3 Months, 2 Weeks ago (this will throw an Error in a future version of PHP)
#1
Solved: 6 Years, 3 Months, 2 Weeks ago
So I installed a few plugins and had no problems. I downloaded like 2 plugins and I get this RIGHT ABOVE my Admin CP:

https://imgur.com/mtr212n

Someone help? Perhaps @Wires or @Serpius
Reply
#2
Solved: 6 Years, 3 Months, 2 Weeks ago
Please paste the contents of../inc/plugins/viewgroups.php
Plugin Count: I lost count.
Public Plugins are available here.
Please do not PM me for support unless asked to.
Reply
#3
Solved: 6 Years, 3 Months, 2 Weeks ago
look around line 36 of the plugin file viewgroups.php
if(THIS_SCRIPT == 'index.php')
change it like below & check if it fixes referred issue
if(defined("THIS_SCRIPT") && THIS_SCRIPT == 'index.php')

Note: php files should be saved with utf-8 encoding without Byte Order Mark.
in general, we use editor like Notepad++ or file editor at web host panel to edit the files.
Reply
#4
Solved: 6 Years, 3 Months, 2 Weeks ago
(2018-08-23, 01:44 AM)Wires Wrote: Please paste the contents of../inc/plugins/viewgroups.php

sorry if i sound stupid, but what do you mean by that?
Reply
#5
Solved: 6 Years, 3 Months, 2 Weeks ago
(2018-08-23, 04:29 AM)Spooking Wrote:
(2018-08-23, 01:44 AM)Wires Wrote: Please paste the contents of../inc/plugins/viewgroups.php

sorry if i sound stupid, but what do you mean by that?

I meant paste the code. No worries though, try .m.'s fix first Smile
Plugin Count: I lost count.
Public Plugins are available here.
Please do not PM me for support unless asked to.
Reply
#6
Solved: 6 Years, 3 Months, 2 Weeks ago
(2018-08-23, 04:36 AM)Wires Wrote:
(2018-08-23, 04:29 AM)Spooking Wrote:
(2018-08-23, 01:44 AM)Wires Wrote: Please paste the contents of../inc/plugins/viewgroups.php

sorry if i sound stupid, but what do you mean by that?

I meant paste the code. No worries though, try .m.'s fix first Smile

ok i am about to screenshare you on discord, may you run me through it? i also need assistance on how to upgrade my forum, again, im sorry if i cant do simply work.

(2018-08-23, 04:36 AM)Wires Wrote:
(2018-08-23, 04:29 AM)Spooking Wrote:
(2018-08-23, 01:44 AM)Wires Wrote: Please paste the contents of../inc/plugins/viewgroups.php

sorry if i sound stupid, but what do you mean by that?

I meant paste the code. No worries though, try .m.'s fix first Smile

Wait I got it! Apparently I was running MyBB v1.8.15, so all i did was update my MyBB version and it worked. thank you so much, however!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)