View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0034783 | mantisbt | installation | public | 2024-09-29 20:30 | 2024-09-30 04:22 |
Reporter | vboctor | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | feedback | Resolution | open | ||
Product Version | 2.26.1 | ||||
Summary | 0034783: Checking URL to installation is failing | ||||
Description | Starting with an empty db and no The content returned is null for the URL. The curl extension is installed. It doesn't seem that the curl extension or the curl command are set up to follow redirects. But even if a follow redirect is added (e.g. Overriding hard fail to false, installs successfully. | ||||
Tags | No tags attached. | ||||
The URL check in the installer was introduced in 2.26.1, as part of fixing security issue 0019381 (see commit MantisBT master-2.26 7055731d), so this should not be something new with 2.27.0.
Can you clarify whether that is an actual Would you be able to trace what is happening in url_get() and provide details ? As a side note, the code of url_get() is really dated, we should probably replace that by a GuzzleHttp Request. |
|