8000 [5.x]: Installing plugin stuck on "Installing the plugin" · Issue #16931 · craftcms/cms · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[5.x]: Installing plugin stuck on "Installing the plugin" #16931

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

Open
samuel-clara opened this issue Mar 20, 2025 · 4 comments
Open

[5.x]: Installing plugin stuck on "Installing the plugin" #16931

samuel-clara opened this issue Mar 20, 2025 · 4 comments
Labels

Comments

@samuel-clara
Copy link

What happened?

Description

When installing a plugin from the plugin store on the control panel the process gets stuck on "Installing the plugin.." screen. The workaround is to go under Settings→Plugins and manually install the plugin from there

Steps to reproduce

  1. Go to the Plugin Store on the control panel
  2. Select a Plugin and click the "Install button"

Expected behavior

The plugin should be added and installed immediately.

Actual behavior

Plugin is added but not installed

Craft CMS version

5.6.13

PHP version

8.4

Operating system and version

No response

Database type and version

No response

Image driver and version

No response

Installed plugins and versions

"craftcms/ckeditor": "4.6.0",
"craftcms/cms": "^5.0.0",
"jsmrtn/craftagram": "4.1.0",
"nystudio107/craft-cookies": "5.0.0",
"nystudio107/craft-seomatic": "5.1.11",
"nystudio107/craft-typogrify": "5.0.1",
"putyourlightson/craft-blitz": "5.9.12",
"spacecatninja/imager-x": "5.1.2",
"studioespresso/craft-date-range": "5.0.0-beta.4",
"verbb/image-resizer": "4.0.3",
"verbb/knock-knock": "3.0.2",
@brandonkelly
Copy link
Member

Which plugin are you trying to install?

@samuel-clara
Copy link
Author

Happens with every plugin since some weeks, using ddev on my local machine.

@brandonkelly
Copy link
Member

Also using DDEV here, and not able to reproduce.

Can you post your composer.json file, or send it into support@craftcms.com?

@samuel-clara
Copy link
Author

{
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"carlcs/craft-diywidget": "4.1.1",
"craftcms/ckeditor": "4.6.0",
"craftcms/cms": "^5.0.0",
"jsmrtn/craftagram": "4.1.0",
"nystudio107/craft-cookies": "5.0.0",
"nystudio107/craft-seomatic": "5.1.11",
"nystudio107/craft-typogrify": "5.0.1",
"putyourlightson/craft-blitz": "5.9.12",
"spacecatninja/imager-x": "5.1.2",
"studioespresso/craft-date-range": "5.0.0-beta.4",
"verbb/image-resizer": "4.0.3",
"verbb/knock-knock": "3.0.2",
"vlucas/phpdotenv": "^5.4.0"
},
"require-dev": {
"craftcms/generator": "^2.0.0",
"yiisoft/yii2-shell": "^2.0.3"
},
"config": {
"allow-plugins": {
"craftcms/plugin-installer": true,
"yiisoft/yii2-composer": true
},
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"php": "8.4"
}
},
"scripts": {
"post-root-package-install": [
"@php -r "file_exists('.env') || copy('.env.example.dev', '.env');""
]
},
"repositories": [
{
"type": "composer",
"url": "https://composer.craftcms.com",
"canonical": false
}
]
}

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

No branches or pull requests

2 participants
0