Warning message after I upgraded to php5

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • theparentpack
    Senior Member
    • May 2007
    • 265
    • 3.8.x

    Warning message after I upgraded to php5

    Today I upgraded my hosting to use php5 and now my homepage gets this message across the top:

    Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/index.php(594) : eval()'d code on line 13
  • ENF
    Senior Member
    • Apr 2002
    • 2677
    • 3.8.11

    #2
    It would be more helpful if you could tell us the exact version of your PHP5. 5.0, 5.1, 5.2, 5.3 etc....

    You can get the exact PHP version from your AdminCP when you first log in to it.
    To be updated...

    Comment

    • theparentpack
      Senior Member
      • May 2007
      • 265
      • 3.8.x

      #3
      Sorry a programmer added this .htaccess file to do the upgrade as instructed by my hosting company:

      AddType x-mapp-php5 .php

      So I am not sure which one.

      Comment

      • ENF
        Senior Member
        • Apr 2002
        • 2677
        • 3.8.11

        #4
        Originally posted by ENF
        You can get the exact PHP version from your AdminCP when you first log in to it.
        If you have access to your AdminCP, see my quote above.
        Attached Files
        To be updated...

        Comment

        • theparentpack
          Senior Member
          • May 2007
          • 265
          • 3.8.x

          #5
          Thanks! Looks like its PHP 5.2.13

          Comment

          • ENF
            Senior Member
            • Apr 2002
            • 2677
            • 3.8.11

            #6
            I believe this may be a an error with a plug-in you are using with VB3.8.2

            To confirm this, edit your config.php file and add this line somewhere inside.

            define('DISABLE_HOOKS', true);

            Save config.php with the line and let us know if the error goes away.
            To be updated...

            Comment

            Related Topics

            Collapse

            Working...