Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error occurred while installing PLUGIN NAME: Install package not available.. #335

Closed
ryanlabelle opened this issue Apr 24, 2015 · 3 comments

Comments

@ryanlabelle
Copy link

This only happens when I choose The Bulk Action / Install. When I click 'install' under the plugin name (single install) it works well.

Using 2.4.1

To reproduce:

  1. Store zipped bundled plugin in theme folder.
  2. Try installing plugin via the bulk method (Install Plugins / Use Bulk Actions / Install )

Here are my settings:

array(
'name'               => 'Meta Box Tabs', // The plugin name.
'slug'               => 'meta-box-tabs', // The plugin slug (typically the folder name).
'source'             => get_stylesheet_directory() . '/plugins/meta-box-tabs.zip', // The plugin source.
'required'           => true, // If false, the plugin is only 'recommended' instead of required.
'version'            => '0.1.1', // E.g. 1.0.0. If set, the active plugin must be this version or higher.
'force_activation'   => true, // If true, plugin is activated upon theme activation and cannot be deactivated until theme switch.
'force_deactivation' => false, // If true, plugin is deactivated upon theme switch, useful for theme specific plugins.
'external_url'       => '', // If set, overrides default API URL and points to an external URL.
),
@ryanlabelle
Copy link
Author

Seems to only be an issue with bundled items. Cheers.

@jrfnl
Copy link
Contributor

jrfnl commented Apr 24, 2015

Closing as duplicate of #316 which has already been fixed in develop by #321

@jrfnl jrfnl closed this as completed Apr 24, 2015
@jrfnl jrfnl reopened this Apr 24, 2015
@jrfnl jrfnl closed this as completed Apr 24, 2015
@ryanlabelle
Copy link
Author

Okay, thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants