What is this error??

Discussion in 'Programming' started by tonyfloyd, Nov 14, 2007.

  1. #1
    Just uploaded this Wordpress theme...and am getting this error message on home page??

    Warning: array_key_exists(): The first argument should be either a string or an integer in /home/content/n/a/m/nampa77/html/desmoineshouses.com/wp-includes/category-template.php on line 176

    any ideas?

    thanks
    tony
     
    tonyfloyd, Nov 14, 2007 IP
  2. tonybogs

    tonybogs Peon

    Messages:
    462
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Check this page...

    www.php.net/array_key_exists

    You are passing the wrong value in for mixed $key.
    My guess is the template is passing an array or object into the function instead of an array index.
     
    tonybogs, Nov 15, 2007 IP