MyBB Community Forums

Full Version: Plugin 'Ad Randomizer' problem after PHP7.2 -upgrade
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
(2019-03-11, 05:41 PM)wageral Wrote: [ -> ]socialsites.php line 668 is:

function socialsites_admin_config_menu($sub_menu) {


And it needs to be:

function socialsites_admin_config_menu(&$sub_menu) {


Note: I discovered by first looking at your screenshot menu items and seeing page manager and socialsite...., I downloaded them and installed them..., then exactly like I suggested to you I disabled them one by one then enabling ad randomizer system and when I saw the culprit I simply queried the sub_menu..., edited it and bam it all works. Wink

Example of the menu items working correctly after the socialsites plugin fix:

[Image: 2lcnr6f.png]

Hi Vintagedaddyo, could you tell me where you downloaded the 0.33 version of the 'Social Sites' plugin as shown in the picture above? I just found a older version (0.31) that I use at the moment:
https://community.mybb.com/mods.php?action=view&pid=27
I cannot find the 0.33 version......
[/quote]

Here on the mods site:

https://community.mybb.com/mods.php?acti...7&bid=1091 * you will still need to edit the sub menu in that version also to correct the previously discussed issue.
Thanks!
Found it, adjusted it and installed it. Everything's running smooth Smile
(2019-03-11, 06:25 PM)wageral Wrote: [ -> ]Thanks!
Found it, adjusted it and installed it. Everything's running smooth Smile

cool beans. glad you got it sorted. Smile
Pages: 1 2 3 4