My Products get error.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ThePixel
    New Member
    • Jul 2009
    • 6

    My Products get error.

    Hello, i gets a error i dont know what it is, but i tink its somting to the Mods. I get the error when i looks on http://thepixel.org/forum/awards.php and when i looks on the system settings for the Mod(s) And its not onely yet anot...

    here is the error code
    Code:
    Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/init.php on line 55
    
    Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/init.php on line 107
    
    Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/init.php on line 111
    
    Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/init.php on line 119
    
    Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/init.php on line 130
    
    Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/init.php on line 134
    
    Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/init.php on line 142
    
    Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/init.php on line 211
    
    Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/init.php on line 389
    
    Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/class_core.php on line 2552
    here is the lines:
    HTML Code:
    Line 54 & 55:
    // initialize the data registry
    $vbulletin =& new vB_Registry();
    
    Line 107:
    			$db =& new vB_Database_Explain($vbulletin);
    
    Line 111:
    			$db =& new vB_Database($vbulletin);
    
    Line 119:
    		$db =& new vB_Database_Slave($vbulletin);
    
    Line 130:
    			$db =& new vB_Database_MySQLi_Explain($vbulletin);
    
    Line 134:
    			$db =& new vB_Database_MySQLi($vbulletin);
    
    Line 142:
    		$db =& new vB_Database_Slave_MySQLi($vbulletin);
    
    Line 211:
    $vbulletin->datastore =& new $datastore_class($vbulletin, $db);
    
    Line 389:
    $vbulletin->session =& new vB_Session($vbulletin, $sessionhash, $vbulletin->GPC[COOKIE_PREFIX . 'userid'], $vbulletin->GPC[COOKIE_PREFIX . 'password'], $styleid, $languageid);
    
    class_core.php 
    Line 2552:
    		$this->input =& new vB_Input_Cleaner($this);
    i get the same error on my adm panel (picture under)
    and sorry my bad english, im from norway.
    Attached Files
    Sorry my bad English, im from Norway :)
  • Removed-836727
    Banned by User Request
    • Apr 2006
    • 1274

    #2
    It seems that you made a php update.
    You'll have to update to 3.8.4

    Comment

    • ThePixel
      New Member
      • Jul 2009
      • 6

      #3
      Originally posted by ragtek
      It seems that you made a php update.
      You'll have to update to 3.8.4
      I have 3.8.4 ..

      Sorry my bad English, im from Norway :)

      Comment

      • Zachery
        Former vBulletin Support
        • Jul 2002
        • 59097

        #4
        Not vBulletin, what version of PHP

        Comment

        • ThePixel
          New Member
          • Jul 2009
          • 6

          #5
          Originally posted by Zachery
          Not vBulletin, what version of PHP
          Sorry but i dont know what you mean.. i feel stupid now. but somone som think they can help me whit this? :S
          Sorry my bad English, im from Norway :)

          Comment

          • Lynne
            Former vBulletin Support
            • Oct 2004
            • 26255

            #6
            I believe he wants to know what version of php you are running.

            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 <- awesome site for html/css help

            Comment

            • ThePixel
              New Member
              • Jul 2009
              • 6

              #7
              Originally posted by Lynne
              I believe he wants to know what version of php you are running.
              PHP Version 5.3.0
              Sorry my bad English, im from Norway :)

              Comment

              • kennethj
                Senior Member
                • Apr 2001
                • 116
                • 3.6.x

                #8
                the thread : http://www.vbulletin.com/forum/showt...&highlight=php
                fix is this post : http://www.vbulletin.com/forum/showt...=1#post1840329

                Originally posted by ThePixel
                PHP Version 5.3.0
                .. . / GFXstyles certain amount of common sense is necessary to survive in this world !
                insanity leaves you no restrictions

                Comment

                • ThePixel
                  New Member
                  • Jul 2009
                  • 6

                  #9
                  Where in global.php do i need to place it? :S
                  Sorry my bad English, im from Norway :)

                  Comment

                  • Lynne
                    Former vBulletin Support
                    • Oct 2004
                    • 26255

                    #10
                    Originally posted by ThePixel
                    Where in global.php do i need to place it? :S
                    You don't put it *in* global, you put it before you *include* global.php in your page.

                    Originally posted by mlx
                    Well, vBulletin's very own approach to "fix" those deprecated issues is to add this before including global.php:
                    PHP Code:
                    error_reporting(E_ALL & ~E_NOTICE & ~8192); 

                    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 <- awesome site for html/css help

                    Comment

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