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

[4.x]: Unable to Upgrade Plugins in Craft CMS 4.8.0 #14539

Open
Selvavinoth1 opened this issue Mar 6, 2024 · 8 comments
Open

[4.x]: Unable to Upgrade Plugins in Craft CMS 4.8.0 #14539

Selvavinoth1 opened this issue Mar 6, 2024 · 8 comments

Comments

@Selvavinoth1
Copy link

What happened?

Description

In Craft CMS version 4.8.0, there is an issue preventing the successful upgrade of installed plugins using the command php craft update (plugin). Interestingly, when upgrading the plugin on an older version of Craft CMS, such as 4.7.1, the plugin upgrade functions as expected.

Steps to reproduce

  1. Open the Terminal and log in.
  2. Navigate to the respective project directory.
  3. Upgrade Craft CMS to version 4.8.0.
  4. Execute the plugin upgrade command using php craft update .
  5. Verify the plugin version in the admin dashboard.

Expected behavior

Executing the plugin update command should reflect the changes in the admin dashboard or project files.

Actual behavior

Although the update command indicates that the update and migration processes are completed in the terminal, the new version fails to impact the admin dashboard when checked. The expected changes are not reflected in the admin dashboard.

Craft CMS version

4.8.0

PHP version

8.2

Operating system and version

Linux

Database type and version

MySql

Image driver and version

No response

Installed plugins and versions

No response

@brandonkelly
Copy link
Member

Just tested locally and verified plugins are in fact getting updated properly.

Is your composer.json file getting updated as a result, at least? If not, double-check that you’re updating the right Craft install.

@webzones-git
Copy link

Yes, in composer.json file the latest version is getting updated but not on the affecting to the plugin files.

@Selvavinoth1
Copy link
Author

Additionally, I'd like to provide more details on this issue. While I can install new plugins without any problems, I am encountering difficulties when attempting to update the existing ones.

@brandonkelly
Copy link
Member

Is this happening locally or on a server?

@Selvavinoth1
Copy link
Author

The issue that is reported is happening on the server.

@brandonkelly
Copy link
Member

Any chance we could get access to it, to test it ourselves? If so, please send SSH credentials over to support@craftcms.com.

@Selvavinoth1
Copy link
Author

No, we can't share the SSH details of the server, any chance you could test the same from your end?

@brandonkelly
Copy link
Member

I did test it, and had no problem updating a plugin. And we haven’t received any other reports of this, so there’s probably something specific to your environment that is causing this.

Can you give us some details about your environment? Anything that could be out of the ordinary?

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

3 participants