Skip to content

Conversation

@grandeljay
Copy link
Contributor

@grandeljay grandeljay commented Aug 27, 2025

When the OpenSSL (openssl) PHP extension is deactivated, the MMLC does not load causing a fatal error without any information on what the issue is. The error message is completely empty making the log entry useless.
image

Excerpt from /logs/error/*.log:

[2025-08-27 10:55:59] ERROR: Error-Response from https://app.module-loader.de/api.php
[2025-08-27 10:56:00] ERROR: Error sending the POST request: 

This PR adds an indicator on what could have gone wrong:

[2025-08-27 10:55:59] ERROR: Error-Response from https://app.module-loader.de/api.php
The OpenSSL PHP extension is required for https requests.
[2025-08-27 10:56:00] ERROR: Error sending the POST request: The OpenSSL PHP extension is required for https requests.

Copy link
Owner

@RobinTheHood RobinTheHood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM Thx 🥳

@RobinTheHood RobinTheHood added the bug Something isn't working label Aug 28, 2025
@RobinTheHood RobinTheHood merged commit 0013df8 into RobinTheHood:master Aug 28, 2025
1 check failed
@RobinTheHood RobinTheHood added this to the v1.24.0 milestone Aug 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants