vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vBindex v2.1 (https://vborg.vbsupport.ru/showthread.php?t=41916)

NTLDR 08-21-2002 11:38 AM

Quote:

Originally posted by mbaskett
you'll see that the news segments don't parse all the vb code (look at the LIST tags)... is there a fix for this? It picked up the IMG tags alright, but not some of the others...
This isn't a bug that I am aware of, if you look at this screenshot that I posted at the start it shows all the vBcode being parsed correctly. Perhaps you should try uploading v2 and just testing that to see if the code parses correctly or not.

On a side note I'd like to say that you have done a great job with the page ;)

Erwin 08-21-2002 11:43 AM

I only installed the "Poll" part of the vbindex.php file so that I can post the latest polls in my forumhome. :) Works well. I even managed to reinstall the poll results bars. Looks nicer with the image bars. Thanks.

RenzukenX 08-21-2002 05:43 PM

This is killing me, I've been working to try and fix this hack for 3 days on my test board and yet no luck and it is probably a simple little mistake.

Well my test forum is based at www.f-fantasy.com/forums and the vbindex is at www.f-fantasy.com and no matter how much I edit, I keep running back into this problem.

Help!

(I apologise if this topic has been covered before but I really am in "ugh" mode)

NTLDR 08-21-2002 05:45 PM

Have you set the path and uncommented the chdir() statement?

It should look like:

PHP Code:

chdir('./forums'); 


RenzukenX 08-21-2002 06:01 PM

It currently looks like this:

//chdir('./forums');
require('./forums/global.php');

And I get the :

Warning: Unable to access ./admin/config.php in /home/virtual/site57/fst/var/www/html/forums/global.php on line 118

When I edit it as so:

//chdir('./forums/global.php');
require('./global.php');

I get the:

Warning: Unable to access ./global.php in /home/virtual/site57/fst/var/www/html/index.php on line 26

It is killing me, almost literally!

NTLDR 08-21-2002 06:05 PM

It **MUST** be:

PHP Code:

chdir('./forums');
require(
'./global.php'); 

Not:

PHP Code:

//chdir('./forums');
require('./forums/global.php'); 

Note the removed //, the other error was on my part in my last post. My applogies.

RenzukenX 08-21-2002 06:11 PM

Thank you, that seems to have solved that but as my luck dictates, yet another error:

Parse error: parse error in /home/virtual/site57/fst/var/www/html/index.php on line 26

NTLDR 08-21-2002 06:13 PM

Line 26 should be:

PHP Code:

require('./global.php'); 

If not what have you got?

RenzukenX 08-21-2002 06:21 PM

That is exactly what is there, and yet that error still rears its ugly head.

NTLDR 08-21-2002 06:26 PM

Grrr, I missed a vital ' in the above code.

Make sure its:

PHP Code:

chdir('./forums'); 

Sorry, its been a long day ;)


All times are GMT. The time now is 04:02 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.04551 seconds
  • Memory Usage 1,742KB
  • 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
  • (5)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