PDA

View Full Version : Fatal error: Class 'vBCms_Route_List' not found


abbasbsp
06-19-2010, 03:42 PM
why every time I open a link http://www.bbindo.org/member.php?u=1008 (view profile), so the link could not be opened and the error
Fatal error: Class 'vBCms_Route_List' not found in /home/bbindo/public_html/member.php on line 567

please help me ....

borbole
06-19-2010, 03:49 PM
why every time I open a link http://www.bbindo.org/member.php?u=1008 (view profile), so the link could not be opened and the error
Fatal error: Class 'vBCms_Route_List' not found in /home/bbindo/public_html/member.php on line 567

please help me ....

http://www.vbulletin.com/forum/showthread.php?354682-Member-profile-just-upgraded-to-4.0.4-404-error&p=1995739&viewfull=1#post1995739

abbasbsp
06-19-2010, 04:07 PM
In member.php, try commenting out lines 567:
$author_list_url = vBCms_Route_List::getURL($segments);
and 582:
$page_templater->register('author_list_url', $author_list_url);

Can give a detailed answer, what this means

borbole
06-19-2010, 04:14 PM
In member.php, try commenting out lines 567:
$author_list_url = vBCms_Route_List::getURL($segments);
and 582:
$page_templater->register('author_list_url', $author_list_url);

Can give a detailed answer, what this means

What is it exactly that you didn''t understand. All you have to do is to apply the edits as explained at the thread I linked above or at the bug report.

abbasbsp
06-19-2010, 05:47 PM
details answer :
you edit file, member.php and look for,
lines 567 >>>>> $author_list_url = vBCms_Route_List::getURL($segments);
and
lines 582 >>>>> $page_templater->register('author_list_url', $author_list_url);

then remove the two scripts (lines 567 and lines 582)

enjoy !

ChopSuey
06-20-2010, 02:03 PM
In member.php, try commenting out lines 567:
$author_list_url = vBCms_Route_List::getURL($segments);
and 582:
$page_templater->register('author_list_url', $author_list_url);

Can give a detailed answer, what this means

It should be like this
In member.php, try commenting out lines 567:
//$author_list_url = vBCms_Route_List::getURL($segments);
and 582:
//$page_templater->register('author_list_url', $author_list_url);

BlueCheri
06-29-2010, 10:43 AM
details answer :
you edit file, member.php and look for,
lines 567 >>>>> $author_list_url = vBCms_Route_List::getURL($segments);
and
lines 582 >>>>> $page_templater->register('author_list_url', $author_list_url);

then remove the two scripts (lines 567 and lines 582)

enjoy !

This works fine for me, I hope no more complication after removing this two scripts :)

Thanx for the suggestion.

jayunsplanet
04-13-2012, 06:24 PM
I am getting this issue however it's not on the member profile - it's any forum page

Fatal error: Class 'vBCms_Route_List' not found in /forum/includes/functions.php on line 3413

I've re-uploaded the latest vBulletin files to a new/clean directory and connecting to the existing database.