![]() |
What version vB are you using it on?
SVT |
What version of vb are you using?
SVT |
3.6.8pl2
|
Your query has an error, it says do=$_REQUEST[do]&page=2 but it should say list instead of $_REQUEST[do] , try it...change the url manually in your browser and change it to list. Works fine then. I haven't installed this yet but that looks lika a super easy fix.
|
Quote:
As for the error above, I think I found it. In your vbgarage.php find $pagenav = construct_page_nav($garagecount[garages],"vbgarage.php?$session[sessionurl]do=$_REQUEST[do]&perpage=$perpage"); and change to $pagenav = construct_page_nav($garagecount[garages],"vbgarage.php?$session[sessionurl]do=$_REQUEST['do']&perpage=$perpage"); |
So will this work with 3.7.0 ?????????
|
Bump :(
|
If anyone is having with page 2 on the newest version of this mod...
Open the vbgarage.php file... Search for $pagenav... And replace it with this: $pagenav = construct_page_nav( $pagenumber, $perpage, $garagecount[garages], 'vbgarage.php?' . $vbulletin->session->vars['sessionurl'] . (!empty($vbulletin->GPC['perpage']) ? "&perpage=$perpage" : "") ); There was an extra . 'do=$_REQUEST[do]', '' function in there for some reason, and I can't figure out why... I removed that and I'm able to access page 2 without any problems. |
I get this error
Quote:
|
Quote:
|
All times are GMT. The time now is 04:58 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|