Support » Fixing WordPress » Warning: array_merge : Argument #1 is not an array in

  • Resolved kelyzhong

    (@kelyzhong)


    Hi, everyone, i’ve just begin to install my site, and there’s a problem i can’t find a solution, help me please.

    That’s what in the front page, once i uploaded the files on the server.

    Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/home_page.php on line 26
    Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/home_page.php on line 26
    Warning: array_merge() [function.array-merge]: Argument #3 is not an array in /home/home_page.php on line 26
    
    Here's the text of the home_page.php on line 26
    how can i fix this?
    -------------------------------------------------------------------
    	//Theme Options
    		$tb_themeoptions = array_merge(get_option("theme_general_options"),get_option("theme_head
    
    er_options"),get_option("theme_body_options"),get_option("theme_blog_o
    
    ptions"),get_option("theme_portfolio_options"));
    -------------------------------------------------------------------

    Thanks guys.

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Warning: array_merge : Argument #1 is not an array in’ is closed to new replies.