vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   any help with showthread (https://vborg.vbsupport.ru/showthread.php?t=197948)

rob01 12-03-2008 11:06 PM

any help with showthread
 
hello.. im currently having some problems with my forum.. if i disable all plugins, i get this error
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/showthread.php(2161) : eval()'d code on line 435

for example here : bbs/showthread.php?t=50, just when showthread.php is called

but if i enable my plugins and i try to modify a thread or creat a new thread adding a web link
i get this error : "this forum cannot contain threads or it is a link please choose another forum.", i know is a plugin.. but im not sure wich one.. since i dont use web link posting restrictions

any idea? :S

Lynne 12-03-2008 11:12 PM

Look at your showthread.php page at line 2161 and see which hook is used. Then look at your list of plugins and see which are using that hook location. Try turning that Product off and see if it fixes the problem.

rob01 12-03-2008 11:21 PM

but the error is in

2161:
eval('print_output("' . fetch_template('SHOWTHREAD') . '");');

435:
$curforumid = $thread['forumid'];
construct_forum_jump(); <-- this

. kinda weird :S

ReQueM 12-03-2008 11:30 PM

disable all plugins and try again

rob01 12-03-2008 11:39 PM

yeah i already did that , but i get this error
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/showthread.php(2161) : eval()'d code on line 435

Lynne 12-04-2008 12:12 AM

Just because all the plugins are disabled, doesn't mean all the modifications are disabled. Some modifications require extra files to be uploaded or files to be edited. It sounds like your error is caused by one of those.


All times are GMT. The time now is 01:46 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.01130 seconds
  • Memory Usage 1,709KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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