Fatal error: Checking if a package is enabled for an invalid package ’3′ on line 392 in [path]/vb/types.php in [path]/vb/vb.php on line 287

This Tutorial Has Been Viewed 1,533 Times.

Whenever we click on any online member MY PROFILE linke we get this damn error, how to fix this.Really simple just follow these steps,
On VB 4.0.4, go to member.php file and take a backup of this file if you are really not sure what you are going to do.
Now

Hit ctrl+g and type in 567.

It should take you to this: $author_list_url = vBCms_Route_List::getURL($segments);

At the start of that line, add two //

So it would be:

// $author_list_url = vBCms_Route_List::getURL($segments);

Do the same for line 582.

So it would look like this:

// $page_templater->register(‘author_list_url’, $author_list_url);

This fixed for me, may be this will FIX your issue too.

VN:F [1.9.13_1145]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.13_1145]
Rating: 0 (from 0 votes)

Incoming search terms:

Tags:

Leave a Reply

Spam protection by WP Captcha-Free

Proudly designed by Mistonline.in.
Affordable Seo PackagesSeo BlogEdu Backlinks
More in Tools (9 of 20 articles)


You can send email to mutiple persons at one shot using php. When you submit, this file will be sent ...