The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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
Code:
Fatal error: Class 'vBCms_Route_List' not found in /home/bbindo/public_html/member.php on line 567 |
|
#2
|
||||
|
||||
|
Quote:
|
|
#3
|
||||
|
||||
|
Code:
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);
|
|
#4
|
||||
|
||||
|
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.
|
|
#5
|
||||
|
||||
|
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 ! |
|
#6
|
|||
|
|||
|
Quote:
Code:
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);
|
|
#7
|
||||
|
||||
|
Quote:
![]() Thanx for the suggestion. |
|
#8
|
|||
|
|||
|
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. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|