• Hi,

    While trying to add plugins from wordpress dashboard I’m noticing the following errors:

    I have de-activated all plugins and I still receive these errors.

    Notice: Undefined index: name in /home/x24ernki/public_html/wp-admin/includes/plugin-install.php on line 147
    Notice: Undefined index: name in /home/x24ernki/public_html/wp-admin/includes/plugin-install.php on line 148
    Notice: Undefined index: name in /home/x24ernki/public_html/wp-admin/includes/plugin-install.php on line 149
    Notice: Undefined index: name in /home/x24ernki/public_html/wp-admin/includes/plugin-install.php on line 150

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator cubecolour

    (@numeeja)

    What theme are you using?

    As you still get the error with all plugins deactivated, can you temporarily switch your theme to twentytwelve and check whether the issue still occurs?

    Thread Starter dinoc

    (@dinoc)

    It’s named bazar theme, yes I got that with all plugins de-activated.

    Thanks for replying by the way.

    Moderator cubecolour

    (@numeeja)

    Yes, it seems that the issue is not caused by a plugin, so the next thing to investigate is whether it is caused by the theme. Once we know what is causing the issue, this will help in deciding the next step to try to solve it.

    Can you temporarily switch your theme to twentytwelve and check whether the issue still occurs?

    This work for me:
    add this line to wp-config.php ini_set( 'display_errors', 'false' );
    The warnings should disappear when you refresh you browser and the tags shows up.
    Now delete the line from wp-config.php and refresh your browser and the tags remain. No more warnings.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘errors trying to add more plugins’ is closed to new replies.