The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can someone Help Me?!?!!? ASAP!!!
I am getting this error, and i have no clue how to fix it, PLEASE help me!!!!
$show['search'] = (!$show['search_engine'] AND $forumperms & $vbulletin->bf_ugp_forumpermissions['cansearch'] AND $vbulletin->options['enablesearches'] AND ($vbulletin->userinfo['userid'] OR !$vbulletin->options['searchimagecheck'] OR !$vbulletin->options['regimagetype'])); $show['subscribed'] = iif($threadinfo['issubscribed'], true, false); $show['threadrating'] = iif($forum['allowratings'] AND $forumperms & $vbulletin->bf_ugp_forumpermissions['canthreadrate'], true, false); $show['ratethread'] = iif($show['threadrating'] AND (!$threadinfo['vote'] OR $vbulletin->options['votechange']), true, false); $show['closethread'] = iif($threadinfo['open'], true, false); $show['unstick'] = iif($threadinfo['sticky'], true, false); $show['reputation'] = ($vbulletin->options['reputationenable'] AND $vbulletin->userinfo['userid'] AND $vbulletin->userinfo['permissions']['genericoptions'] & $vbulletin->bf_ugp_genericoptions['isnotbannedgroup']); $pagenumber = $vbulletin->GPC['pagenumber']; if (!$show['threadrating'] OR !$vbulletin->options['allowthreadedmode']) { $nodhtmlcolspan = 'colspan="2"'; } ($hook = vBulletinHook::fetch_hook('showthread_complete')) ? eval($hook) : false; // ################################################## ########################### // output page eval('print_output("' . fetch_template('SHOWTHREAD') . '");'); /*================================================= =====================*\ || ################################################## ################## || # Downloaded: 22:40, Tue May 20th 2008 || # CVS: $RCSfile$ - $Revision: 17682 $ || ################################################## ################## \*================================================ ======================*/ ?> |
#2
|
|||
|
|||
This is not a error, just a file edit "uncompleted". Reupload your vBulletin default files in ASCII mode. Don't upload your images/ folder.
Are you using .html or .php files? The source code showing may mean that your files are not being recognized as php files. If this does not work, add define('DISABLE_HOOKS', true); under <?php in includes/config.php, if this works, try checking your plugins one by one and remove the plugin/product causing this issue. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|