Log in

View Full Version : Blank Page for Profiles Or Random Error?


JasonReynolds
06-29-2010, 02:07 PM
Hey guys, I got a random error about a week back after upgrading to 4.0.4.

So i fiddled around a little in the Member.php Found out it was
Fatal error: Class 'vBCms_Route_List' not found in /var/www/vhosts/lastchaosfm.com/httpdocs/admins/member.php on line 567

So i scrolled down to 567 and took a little look, I looked 20 rows up and 20 rows down to figure out what was going on. I found out and changed it. So if you are having problems with a blank profile page. Here is the fix!

On 567 replace this Code:
// $author_list_url = vBCms_Route_List::getURL($segments);

and on 582 make room for this code :
Code:
// $page_templater->register('author_list_url', $author_list_url);

Hope this helps.

Thanks
Jason

truCido
06-30-2010, 10:35 PM
very strange...I've just had to do the same thing!! thanks for posting it up

goevan
07-05-2010, 06:22 PM
We had a fresh install of 4.0.4 Patch Level 1 and had the same error: Blank Profile pages. Commenting out those lines did the trick.