PDA

View Full Version : 4.2.1 white page on members profile


lucky8919
06-03-2013, 12:15 PM
I'm having a white page on some members profiles after installing this mod-add, but I'm not being able to fix it even if I disable this modification.

I dunno how to see the errors the white page is throwing.

FIX IS IN THE POST BELOW (https://vborg.vbsupport.ru/showpost.php?p=2425512&postcount=2)

lucky8919
06-03-2013, 01:04 PM
--------------- Added 1370274005 at 1370274005 ---------------

For anyone Who is having this issue I fixed it. I leave it here step by step.

1?

First of all go to your vBulletin installation and then go to the dir: /vb/activitystream/view/perm/project/

2?

Open the file issue.php

Search for

public function __construct(&$content)


Replace it with


public function __construct(&$content, &$vbphrase)


3?

Search for:

return parent::__construct($content);


Replace it with


return parent::__construct($content,$vbphrase);


4?

Search for:


public function fetchTemplate($templatename, $activity)


Replace it with:


public function fetchTemplate($templatename, $activity, $skipgroup = false, $fetchphrase = false)



Do exactly the same for the file issuenote.php

If all changes where made right, you're going to see again activty stream on members page, and home page without any issue.

fxdigi-cash
06-03-2013, 02:41 PM
ok, so the white page shows up only on the members profile!! or somewhere else??

if that is the case, then you need to disable all mods in your vb if you have any... then check if everything goes back to normal... if not, then possibly you have update the counters in the admin cp maintenance section...

you have to clear your browser cache after all to let things go right...

also, if that didn't work, you need to do a diagnostic test from admin cp maintenance section ...

hope that helps

lucky8919
06-03-2013, 02:44 PM
I've leave the fix in the post above

findingpeace
06-11-2013, 03:21 PM
Thank you for this fix. Was seeing blank page with error message for anyone who updated the issue system, or if they were friends with a user who did (showed in the activity stream).

lucky8919
06-18-2013, 07:52 PM
Thank you for this fix. Was seeing blank page with error message for anyone who updated the issue system, or if they were friends with a user who did (showed in the activity stream).

You're welcome! I'm glad it was useful for someone :)