Warning Error Within Some Thread

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • radali
    Member
    • May 2010
    • 33
    • 4.1.x

    [Forum] Warning Error Within Some Thread

    In Some threads I saw this

    Warning: Cannot use a scalar value as an array in [path]/includes/class_postbit.php(331) : eval()'d code on line 223

    Like this :

    http://soltanworld.com/forum/threads...-Cool-We-No...

    What should i do?
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    Line 331 of class_postbit.php:
    PHP Code:
    ($hook vBulletinHook::fetch_hook('postbit_display_complete')) ? eval($hook) : false
    Try disabling your modifications/plugins and see if you still have this problem.
    Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

    PHP Code:
    define('DISABLE_HOOKS'true); 

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools &lt;- awesome site for html/css help

    Comment

    • radali
      Member
      • May 2010
      • 33
      • 4.1.x

      #3
      i try to disable Mods but the error changes to :

      Warning: Cannot use a scalar value as an array in [path]/includes/class_postbit.php(331) : eval()'d code on line 222

      Comment

      • radali
        Member
        • May 2010
        • 33
        • 4.1.x

        #4
        Ok I have found it.

        Thanks

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...