Jag har uppdgraderat Win 10-servern som jag haft en Thermiq på till 64-bit med höstens skarpa version av Win 10 Pro 20H2. Sedan har jag installerat XAMPP och då valt senaste versionen med äldsta PHP-versionen, det är v7.3.27.
https://www.apachefriends.org/xampp-files/7.3.27/xampp-windows-x64-7.3.27-0-VC15-installer.exe
Tyvärr så verkar det vara något i setup-skriptet för Thermiq som inte lirar längre då php.ini filen blir korrupt när installationen försöker uppdatera den. Se nedan från Powershell.
Har provat att starta Powershell som administratör men gav ingen skillnad.
Vad kan vara fel?
PS C:\tmp> $c = new-object System.Net.WebClient
PS C:\tmp> $c.DownloadFile("http://www.thermiq.net/getThermIQ2.php?setup=windows","c:\tmp\setup.bat")
PS C:\tmp> .\setup.bat
################################# START THERMIQ2 TEST SECTION 1 ###################################
[THERMIQ]: Test php.exe with php\php.exe -n -d output_buffering=0 --version ...
PHP 7.3.27 (cli) (built: Feb 2 2021 20:46:26) ( ZTS MSVC15 (Visual C++ 2017) x64 )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.27, Copyright (c) 1998-2018 Zend Technologies
################################# END THERMIQ2 TEST SECTION 1 ###################################
[THERMIQ]: Test for the php.exe version successfully passed. Good!
################################# END THERMIQ TEST SECTION 2 #####################################
################################# DOWLOADING THERMIQ2 WINDOWS INSTALLER #########################
Done!
################################# EXECUTING THERMIQ2 INSTALLER ##################################
PHP: syntax error, unexpected $end, expecting ']' in C:\xampp\php\php.ini on line 1
Caught exception: DirectoryIterator::__construct(c:/xampp/tmp/thermiq_dl,c:/xampp/tmp/thermiq_dl): Det gr inte att hitta filen. (code: 2)
Done!
################################# Initial setup of ThermIQ2 Done ###############################
Now:
Open the XAMPP control panel and start Apache server. Then open http://127.0.0.1/install in a webbrowser
Your IP Address is: Default
################################################################################################