-
-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Labels
Description
What is the bug? (in English)
I'm trying to configure WPS module on a new Lizmap 3.9 installation but I facing with the following error
/www # composer require --working-dir=lizmap/my-packages "lizmap/lizmap-wps-web-client"
Using version ^0.5.3 for lizmap/lizmap-wps-web-client
./composer.json has been updated
Running composer update lizmap/lizmap-wps-web-client
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 1 update, 0 removals
- Upgrading lizmap/lizmap-wps-web-client (0.5.1 => 0.5.3)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
- Downloading lizmap/lizmap-wps-web-client (0.5.3)
- Upgrading lizmap/lizmap-wps-web-client (0.5.1 => 0.5.3): Extracting archive
Generating autoload files
1 package you are using is looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found
/www # php lizmap/install/configurator.php wps
Configuration migration is starting
Configuration migration is finished
Configuration is starting
[error] The module wps needs another version of the module lizmap (expected version >=3.8.0-rc.3,<=3.8.*)
Configuration is aborted
What am I doing wrong?
Steps to reproduce the issue
- Start a Lizmap docker compose instance
- Enter on lizmap container
- Launch
composer require --working-dir=lizmap/my-packages "lizmap/lizmap-wps-web-client"andphp lizmap/install/configurator.php wpsthis second command will return the error
Versions, safeguards, check summary etc
QGIS 3.40 and Lizmap 3.9
Check Lizmap plugin
- I have done the step just before in the Lizmap QGIS desktop plugin before opening this ticket. Otherwise, my ticket is not considered valid and might get closed.
Operating system
Ubuntu
Browsers
Firefox
Browsers version
no browser
Relevant log output
Reactions are currently unavailable