vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBgarage (https://vborg.vbsupport.ru/forumdisplay.php?f=104)
-   -   Unable to access pages past 1 (https://vborg.vbsupport.ru/showthread.php?t=121547)

ozmazdaclub 07-19-2006 06:18 AM

Unable to access pages past 1
 
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/vb...page=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

Quote:

Originally Posted by Tru2Chevy
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

PHP 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

PHP Code:

    $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


All times are GMT. The time now is 02:11 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
  • Page Generation 0.03439 seconds
  • Memory Usage 1,732KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete