View Full Version : Unable to access pages past 1
ozmazdaclub
07-19-2006, 06:18 AM
Hi,
Installed VbGarage last night but i now have a problem. I have over 25 members with information in their garages but when i click on the page 2 link at the bottom i get a white page with the following in the address field:
http://www.ozmazdaclub.com/forums/vbgarage.php?do=$_REQUEST[do]&perpage=25&page=2
If i type in the following i can get to page 2:
http://www.ozmazdaclub.com/forums/vbgarage.php?do&perpage=25&page=2
Can anybody assist?
BlueKnight
09-25-2006, 07:36 AM
same problem for me... just a white page and rebuilding bitfields doesnt solve it
jaymzz
10-15-2006, 04:55 PM
Same for me. Any fix?
jaymzz
10-17-2006, 12:54 AM
Is there any support for this mod?
Gixxer33
10-29-2006, 05:25 PM
I have also this problem!!
No site 2 !?
Can anybody help??
Tru2Chevy
11-02-2006, 05:03 PM
See here for the 3.5.x and 3.6.x version......
https://vborg.vbsupport.ru/showthread.php?p=1109494
- Justin
SilentNoise
11-08-2006, 03:15 AM
See here for the 3.5.x and 3.6.x version......
https://vborg.vbsupport.ru/showthread.php?p=1109494
- Justin
Using that version and have this problem as well.
Anyone figure it out?
Tru2Chevy
11-13-2006, 02:53 PM
If you are using that version I highly recommend posting your issues in that thread, as it will see far more activity than this one....
- Justin
Fuzzy Orange
02-25-2007, 12:01 PM
Open vbgarage.php and look for this bit of code
$pagenav = construct_page_nav(
$pagenumber, $perpage, $garagecount[garages],
'vbgarage.php?' . $vbulletin->session->vars['sessionurl'] . 'do=$_REQUEST[do]', ''
. (!empty($vbulletin->GPC['perpage']) ? "&perpage=$perpage" : "")
);
Change it to this
$pagenav = construct_page_nav(
$pagenumber, $perpage, $garagecount[garages],
'vbgarage.php?' . $vbulletin->session->vars['sessionurl'] . 'do='.$_REQUEST['do'], ''
. (!empty($vbulletin->GPC['perpage']) ? "&perpage=$perpage" : "")
);
There is a bug in the vbgarage.php file which I couldn't find a solution for so fixed myself
I am running the latest release of vbgarage and vbulletin by the way
Hope this helps others
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.