PhpWebStudy icon indicating copy to clipboard operation
PhpWebStudy copied to clipboard

DNS Error

Open audi63 opened this issue 5 months ago • 4 comments

Hello,

I'm encountering a blocking issue with FlyEnv on Windows (via PhpWebStudy).

After installing PhpWebStudy on a new development machine, it's impossible to download any PHP version from the interface. The app shows "No available version", and no folders are created under PhpWebStudy-Data\server\php.

Investigation results:

Consequences:

  • ❌ PhpWebStudy cannot fetch any versions of:
    • PHP
    • MariaDB
    • Apache
    • Nginx
  • 🛑 FlyEnv becomes non-functional on a fresh installation

Temporary workaround:

  • ✅ I copied the server/php/ folder from another working machine
  • ✅ PhpWebStudy then detected the versions correctly
  • ⚠️ But this is not a sustainable solution

Request:

Would it be possible to:

  • 🔁 Restore access to cdn.codefly.dev, or
  • 🌐 Provide an updated CDN or mirror, or
  • ⚙️ Allow custom download sources (URL override or manual import)

Thank you very much for your great project 🙏
Looking forward to your feedback.

Johan

audi63 avatar Jun 18 '25 11:06 audi63

Also facing this

brazenvoid avatar Jun 18 '25 11:06 brazenvoid

It got fixed largely, only composer versions are not working.

brazenvoid avatar Jun 19 '25 07:06 brazenvoid

Hello,

I'm encountering a blocking issue with FlyEnv on Windows (via PhpWebStudy).

After installing PhpWebStudy on a new development machine, it's impossible to download any PHP version from the interface. The app shows "No available version", and no folders are created under PhpWebStudy-Data\server\php.

Investigation results:

  • The download system seems to rely on: cdn.codefly.dev

  • This domain is currently not resolving: nslookup cdn.codefly.dev Server failed

  • The direct download link:

    • https://cdn.codefly.dev/flyenv/php/8.3.6/flyenv-php-8.3.6-windows.zip → fails with a DNS_PROBE_FINISHED_NXDOMAIN error

Consequences:

  • ❌ PhpWebStudy cannot fetch any versions of:

    • PHP
    • MariaDB
    • Apache
    • Nginx
  • 🛑 FlyEnv becomes non-functional on a fresh installation

Temporary workaround:

  • ✅ I copied the server/php/ folder from another working machine
  • ✅ PhpWebStudy then detected the versions correctly
  • ⚠️ But this is not a sustainable solution

Request:

Would it be possible to:

  • 🔁 Restore access to cdn.codefly.dev, or
  • 🌐 Provide an updated CDN or mirror, or
  • ⚙️ Allow custom download sources (URL override or manual import)

Thank you very much for your great project 🙏 Looking forward to your feedback.

Johan

Is the issue that no available versions are displayed in the version management, or that versions are displayed but cannot be downloaded? The PHP download links are official and do not involve any domains related to cdn.codefly.dev. Try reinstalling by downloading the latest version from the GitHub release again.

xpf0000 avatar Jun 19 '25 14:06 xpf0000