2 errors: Invalid argument supplied for foreach () in~ / array_keys() expects ..
-
Hi, I am very beginner of wordpress.
I just installed it today and I wanted to install themes, but I found these problems below:Warning: Invalid argument supplied for foreach() in /home/crevenkorea1/wwwhome/wp-admin/theme-install.php on line 31
Warning: array_keys() expects parameter 1 to be array, boolean given in /home/crevenkorea1/wwwhome/wp-admin/theme-install.php on line 55– /home/crevenkorea1/wwwhome/wp-admin/theme-install.php on line 31 is
foreach ( $installed_themes as $k => $v ) {and line 55 is
‘installedThemes’ => array_keys( $installed_themes ),How should I do solve this problem?
I think these problems makes admin page unstable.I will be waiting for your solutions.
Thanks.
The topic ‘2 errors: Invalid argument supplied for foreach () in~ / array_keys() expects ..’ is closed to new replies.