PHP error output vB 4.2.5 RC1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SkyStryder
    Member
    • Oct 2007
    • 50

    PHP error output vB 4.2.5 RC1

    I have created this post just as point of info. I have 2 sites running these versions and these are the only errors that I am getting
    in my error_log. I have not included any errors directly caused by plugins. I was hoping to post this before RC2 came out, but
    as I logged in, I found I was too late. Anyway, since there are so few, is there any chance we could collectively solve them before
    RC3 ?

    Thank you for your time,
    Rick

    vB 4.2.5 RC1, PHP Version, 5.6.30, MySQL Version10.1.21-MariaDB

    PHP Notice: Undefined index: HTTP_X_REQUESTED_WITH in /public_html/vbfs/includes/class_core.php on line 2033

    PHP Notice: Undefined index: query in /public_html/vbfs/includes/class_core.php on line 2133

    PHP Notice: Undefined variable: isie in /public_html/vbfs/includes/class_core.php on line 2216

    PHP Notice: Use of undefined constant VB_FRAMEWORK - assumed 'VB_FRAMEWORK' in /public_html/vbfs/includes/functions.php on line 7717

    PHP Strict Standards: Only variables should be assigned by reference in /public_html/vbfs/includes/class_dm_attachment.php on line 203, line 209, line 261, line 262

    PHP Warning: Header may not contain NUL bytes in /public_html/vbfs/includes/functions.php on line 3976

    PHP Warning: Invalid argument supplied for foreach() in /public_html/vbfs/includes/functions_threadedmode.php on line 210

    PHP Warning: mysqli_query(): (42000/1305): FUNCTION site_db.XMLType does not exist in /public_html/vbfs/includes/class_core.php on line 1394

    PHP Strict Standards: Only variables should be passed by reference in /public_html/vbfs/includes/class_dm_threadpost.php on line 349
  • Paul M
    Former Lead Developer
    vB.Com & vB.Org
    • Sep 2004
    • 9886

    #2
    vB4 does not run php notice free, never has.
    Not sure how you are getting them displayed, as vb turns them off.

    The assign by reference warnings do actually look genuine.
    If they are quick fixes then they should be ok to go in the final version.

    The foreach error is invalid data passed to the function, so not an issue with that code
    (which in turn suggests a problem with a thread - and who even uses threaded mode ?)

    The other error must be some sort of addon, something tried to use a function called XMLType in SQL, which as far as I can tell, isnt a valid MySQLi function.
    Baby, I was born this way

    Comment

    • SkyStryder
      Member
      • Oct 2007
      • 50

      #3
      Thank you Paul! After upgrading 2 versions of CentOS, 2 versions of PHP, https requirements, custom vB code, etc and errors turned full on, I have been pretty busy!

      Comment

      Related Topics

      Collapse

      • Chris Tucker
        vBulletin 5.6.9 AdminCP Loading in "Quirks Mode"?
        by Chris Tucker

        I just did a server migration on Bluehost of my vB 5.6.9 forum. The forum seems to load and operate correctly, but the ACP loads like this. Some of the labels are missing, and so are all of the...
        Sat 20 Aug '22, 5:28pm
      • Milforum
        Error 508
        by Milforum
        When pressing "Mark channels read" in the main page of my forum, myself and other users get the error message 508.

        Running vB5.5.5, only third-party plugin is Tapatalk.
        ...
        Thu 14 Nov '19, 11:34pm
      • gregnetau
        CSS issues
        by gregnetau
        Hi Team,

        We have struggled to use php 8.1 on our forum since the 5.6.5 upgrade, and still the same issue with 5.6.6

        I have done a fresh clean vb install and confirm our system...
        Wed 2 Feb '22, 7:29pm
      • bollie
        PHP Warning
        by bollie
        [Thu Mar 01 14:08:56.052710 2018] [:error] [pid 26055] [client 81.11.134.242:62458] PHP Warning: fwrite() expects parameter 1 to be resource, boolean given in /home/pctuts/domains/pctuts.be/public_html/core/vb/api/user.php...
        Thu 1 Mar '18, 4:21am
      • bollie
        PHP Notice: Undefined offset:
        by bollie
        [Sat Mar 03 18:25:45.984044 2018] [:error] [pid 3817] [client 81.243.162.202:56240] PHP Notice: Undefined offset: 9 in /home/pctuts/domains/pctuts.be/public_html/core/vb/user.php on line 572, referer:...
        Sat 3 Mar '18, 9:24am
      Working...