unable to retrieve version file

Discussion in 'Installation/Configuration' started by Fafa24, Dec 14, 2021.

Tags:
  1. Fafa24

    Fafa24 Member

    Hi,

    I have version 3.2.6 installed and wanted to update today to the latest 3.2.7. However, I'm getting the message "unable to retrieve version file after the prompt "select update method". I always update the stable version.

    Any idea why it suddenly doesn't work?

    Thanks,
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. Fafa24

    Fafa24 Member

    I thought the same. I can ping ispconfig.org from the server with ipv4, but not ipv6. I don't think ipv6 is a problem.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Maybe you blocked URL fopen in php.ini? ISPconfig is doing this to get the version info:

    Code:
    $new_version = @file_get_contents('https://www.ispconfig.org/downloads/ispconfig3_version.txt');
     

Share This Page