vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBindex v3.0.0 RC5 (https://vborg.vbsupport.ru/showthread.php?t=59524)

RapCheck 01-12-2004 10:06 PM

Quote:

Originally Posted by NTLDR
Try the vbindex.php from the latest zip file, just upload and replace your existing one. I've also re-sent you activation email.

done and still showing the regular index page.

NTLDR 01-12-2004 10:25 PM

Did you definatly add the template to the right style and with the correct title? I know its not working for you but I've tried it on my site and it works fine. Do you know what PHP version you have?

RapCheck 01-12-2004 10:30 PM

Only have one style thats active. I've double triple :D checked its in the right style and spelling.

PHP version is 4.0.6

NTLDR 01-12-2004 10:43 PM

Do you know if they worked with an older version of vBindex if you tried and used a Pre-RC3 version?

If you could add a couple of lines to the top of vbindex.php after:

PHP Code:

require_once('./includes/functions_user'.SCRIPT_EXTENSION); 

Add:

PHP Code:

if ($bbuserinfo['userid'] == X) {
    echo 
'<pre>';
    
print_r($_REQUEST);
    echo 
'</pre>';


Replacing X with your userid and look for the following output at the very top (you'll only see it with your account):

Code:

Array
(
    [page] => copyright
    [bblastvisit] => 1071666760
    [bblastactivity] => 1071666772
    [bbuserid] => 2

You should see aload of stuff similar to that, in particular in whats listed to you see a [page] => copyright line?

RapCheck 01-12-2004 10:52 PM

I've only used RC3 build 5, and now the build 7 index page

heres what it says

[Removed sensitive info - NTLDR]

NTLDR 01-12-2004 10:56 PM

I removed the code as it contained some sensitive information, like your password hash :)

However I know what the problem is now, I just need to figure out howto solve it. Ive a feeling its something to do with your PHP Version, in fact thinking about it, it is your PHP version. *goes off to fix problem*

NTLDR 01-12-2004 11:04 PM

OK :)

Find:

PHP Code:

// pre-cache templates used by specific actions
// link the page we're requesting to the do var so that vB3 will
// pre-cache the template and save 1 query 

Add after:

PHP Code:

// old php versions
if (PHP_VERSION '4.1.0') {
    
$_REQUEST['page'] = &$HTTP_GET_VARS['page'];
    
$_REQUEST['section'] = &$HTTP_GET_VARS['section'];


That should fix the problems on PHP versions older than 4.1.0 :)

RapCheck 01-12-2004 11:16 PM

:( still don't work

NTLDR 01-12-2004 11:21 PM

Sorry, I missed an _ it should have been PHP_VERSION and not PHPVERSION. I've edited the code above.

RapCheck 01-12-2004 11:25 PM

:)

thank you

BTW, still no email from core forums. Email should be RapCheck00@aol.com incase I messed that up somehow


All times are GMT. The time now is 08:41 AM.

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.02964 seconds
  • Memory Usage 1,744KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete