Skip to content

Updating a plugin via command-line error. #1093

Answered by damsfx
qroft asked this question in Q&A
Discussion options

You must be logged in to vote

The plugin's composer.json file indicates that it requires dependencies (which will be installed with composer).

If in your case you can't use composer on your server (your hosting provider should offer it ... we're in 2024) you can perform the installation in a local environment and then upload the plugin files via FTP.
⚠ In this case, you'll also need to synchronize your ./vendor folder to get the plugin's dependencies (don't miss the autoload.php file).

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by LukeTowers
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
needs review Issues/PRs that require a review from a maintainer
3 participants
Converted from issue

This discussion was converted from issue #1091 on April 03, 2024 17:21.