• katsampukas

    (@katsampukas)


    I used wordpress 3.0.5 and i had the message in dashboard:

    Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/…/wp-includes/theme.php on line 519.

    Also all plugins and themes have disapperared from dashboard, although i see it in hosting file manager.

    When i am trying to change theme i get this messages:

    Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/…/wp-includes/theme.php on line 519

    Warning: uksort() [function.uksort]: The argument should be an array in /home/…/wp-admin/includes/class-wp-themes-list-table.php on line 49

    Warning: array_slice() expects parameter 1 to be array, boolean given in /home/p…/wp-admin/includes/class-wp-themes-list-table.php on line 56.

    I upgrade wordpress from 3.0.5 to 3.1.1 to solve the matter and refresh the theme, but there is nothing…

    Can anyone help to solve?

    G.

Viewing 3 replies - 1 through 3 (of 3 total)
  • esmi

    (@esmi)

    Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Ten theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter katsampukas

    (@katsampukas)

    Problem Resolved.

    I Change permission to wp-content directory to 755. Done.

    Another problem i have permanently is that plugin installation stucks on unpacking package.
    If someone have the sollution please, write here.

    Thank you Esmi.

    esmi

    (@esmi)

    Try adding

    AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php

    to the top of your WordPress .htaccess file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error in appearance of themes and plugins’ is closed to new replies.