vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   search error when using $includedphp (https://vborg.vbsupport.ru/showthread.php?t=194763)

DoB Rhapsody 10-28-2008 02:50 AM

search error when using $includedphp
 
I'm using $includedphp in a hook to display a php page on vbadvanced. When the plugin is enabled i receive this error on all search pages:

PHP Code:

WarningInvalid argument supplied for foreach() in [path]/search.php on line 3070

Warning
implode() [function.implode]: Invalid arguments passed in [path]/search.php on line 3074 


Dismounted 10-28-2008 04:56 AM

What is in the plugin?

DoB Rhapsody 10-28-2008 01:43 PM

PHP Code:

ob_start();
  include(
'gamingfeed.php');
  
$includedphp ob_get_contents();
  
ob_end_clean(); 

I'm also noticing that disabling the plugin doesn't immediately get rid of the problem, sometimes it stays for a minute, sometimes just 5 seconds. This is also the same way when enabling it, sometimes after enabling the plugin, it doesn't show up until a minute or two.. The error also tends to alternate between general search pages and "new posts". Very confusing, very frustrating.

--------------- Added [DATE]1225243835[/DATE] at [TIME]1225243835[/TIME] ---------------

Could this somehow be caused by a file or files within my forums root that are a part of a third parting software that are calling a variable that has already been set by VB?

Dismounted 10-29-2008 05:11 AM

Quote:

Originally Posted by DoB Rhapsody (Post 1654521)
Could this somehow be caused by a file or files within my forums root that are a part of a third parting software that are calling a variable that has already been set by VB?

That's what I'm getting at, what is in gamingfeed.php?


All times are GMT. The time now is 07:03 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.01077 seconds
  • Memory Usage 1,719KB
  • 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
  • (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