vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Include PHP from global_start plugin won't work (https://vborg.vbsupport.ru/showthread.php?t=110687)

fumbler 03-17-2006 09:39 PM

Include PHP from global_start plugin won't work
 
having a hard time with this and have searched threads and not able to get this to work.

Hook Location : global_start has this plugin:

PHP Code:

ob_start();
//global $main_xb_nav;
include('getenv('DOCUMENT_ROOT').'/includes/filename.php');
$outputme = ob_get_contents();
ob_end_clean(); 

template:

PHP Code:

$outputme 

Is there something that needs to be turned on in order for this to work? I have even tried setting it as a global var as suggested in one of the threads to no avail.

any suggestions?

filburt1 03-19-2006 03:30 AM

PHP Code:

include('getenv('DOCUMENT_ROOT').'/includes/filename.php'); 

makes more sense as
PHP Code:

include(getenv('DOCUMENT_ROOT') . '/includes/filename.php'); 


fumbler 03-20-2006 03:07 AM

i've tried that and it didn't work (the unclosed ' didn't make sense but tried it anyways since it was posted on the forums here as something that worked for someone else).

Anyone else? I've been fighting with this for days trying to get it to work and very disappointed I can't include some of my PHP code into this :/

fumbler 03-21-2006 11:30 PM

Anyone?

I can get some PHP code to work now but for whatever reason, I can't get an include to work.


All times are GMT. The time now is 08:49 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.01139 seconds
  • Memory Usage 1,715KB
  • 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
  • (4)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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