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,
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.
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');