Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
On Plesk for Linux mod_status is disabled on upgrades to improve Apache security. This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.
"We forked that package because is abandoned and we have fixed an issue there ..."
Since you fixed the issue in a separate branch ( your-branch-name for example ) of the forked repository, then this should work: "zendframework/zend-expressive-hal": "dev-your-branch-name" even without editing...
Hello!
As I understand you are trying to install the forked package "zendframework/zend-expressive-hal". Can you provide your "require" section?
Try to use "zendframework/zend-expressive-hal": "~1.3.0" instead of "somethingl/zend-expressive-hal": "~1.3.0" in require section.
Also please read...
@Danny325 Hi,
In a previous post, you wrote that you successfully run composer via ssh: "No i can run this as root user as well as non root user".
What PHP did you use to run composer via SSH? Why is the error associated with the 'allow_url_fopen' php.ini parameter not occurred in this case...
Hi,
We would be grateful if you would give us more detailed information by mistake:
1. The full content of your composer.json
2. Content of /.composer/config.json (if file exists)
3. Content of /.composer/composer.json (if file exists)
4. Domain PHP version
5. Operating system
6. What PHP do...