![]() |
|
ZPanel 10.1.1 -> Sentora 1.0.3 Windows Version - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: Sentora on Windows (Un-Official) v1.0 (https://senforums.mach-hosting.com/forumdisplay.php?fid=61) +---- Thread: ZPanel 10.1.1 -> Sentora 1.0.3 Windows Version (/showthread.php?tid=2198) |
RE: ZPanel 10.1.1 -> Sentora 1.0.3 Windows Version - andykimpe - 07-06-2020 good the installation seems functional finally there can be the cron I am not on who turns I will check its the end remains to be done for the update in whatever days I should offer you a first final version if there are some which are ready to test let me know I await your return tom i will send you a pull request at this time as its you could check with the team RE: ZPanel 10.1.1 -> Sentora 1.0.3 Windows Version - TGates - 07-07-2020 Good work, although php 5.x is almost obsolete now. But it is a start to update the web stack to php 7. RE: ZPanel 10.1.1 -> Sentora 1.0.3 Windows Version - andykimpe - 07-08-2020 for his tom, php7 should already be supported by the team for its wrong it solve the suhosin problem otherwise it's easy just take the binary and extract and add the extension it's all even might have in vc16 it is still in vc11 good otherwise i finished https://github.com/TGates71/Sentora-Windows-Upgrade/pull/1 https://github.com/andykimpe/Sentora-Windows-Upgrade/releases/download/1.0.3-b1/Sentora-1_0_3_b1.exe it's weird it puts like what I made changes in the folder 1.0.3 / panel but I didn't change anything in this folder I only work in the installers folder and change the readme I see especially phpmydmin it is you who updated it tom a if i forgot i add the phpmyadmin and roudncube files because you didn't put them I just took the files on the 1.0.3-release branch of the sentora-core git I forgot RE: ZPanel 10.1.1 -> Sentora 1.0.3 Windows Version - Miow5 - 07-08-2020 Nice! Is this only an updater or it also works as full instalation? RE: ZPanel 10.1.1 -> Sentora 1.0.3 Windows Version - andykimpe - 07-09-2020 4 in 1 with friends it can do a new installation an update from zpanelx 10.0.2 (latest automatic pack) an update from zpanelx 10.1.1 or update from sentora for windows 1.0.0 MarkDark Version RE: ZPanel 10.1.1 -> Sentora 1.0.3 Windows Version - Miow5 - 07-09-2020 Thanks, I tried it yesterday night and found it cool. During the installation I receive a suspicious window asking me if I want to install XXX??? ???, i.e, with lots of ???? I was not sure what this means, so I closed the window withouth install. RE: ZPanel 10.1.1 -> Sentora 1.0.3 Windows Version - andykimpe - 07-09-2020 tell me which name corresponds to the XXX and I give details you all have the source code on github with the list of which and download list dependency on changelog https://github.com/andykimpe/Sentora-Windows-Upgrade/blob/master/README.md all url download found on this file https://github.com/andykimpe/Sentora-Windows-Upgrade/blob/master/installer/%7Btmp%7D/install_script.iss but in my opinion if you have this messages it is because you probably have a Firewall or an antivirus other than those provided by microsoft RE: ZPanel 10.1.1 -> Sentora 1.0.3 Windows Version - ccr1969 - 03-01-2021 (07-08-2020, 08:34 PM)andykimpe Wrote: for his tom, php7 should already be supported by the teamtried install but get some dll error and installer dies RE: ZPanel 10.1.1 -> Sentora 1.0.3 Windows Version - zHostingSolutions - 05-29-2021 How do I update Windows Sentora 1.0.0 to 1.0.3, update my database and modules? Thanks. Oh, also, is there a way I can convert my 32 version to 64? It works well on Windows 10 home but I would like to convert it to the 64 version just for it to be the Windows version. Thanks. RE: ZPanel 10.1.1 -> Sentora 1.0.3 Windows Version - andykimpe - 09-15-2021 (03-01-2021, 08:13 AM)ccr1969 Wrote: tried install but get some dll error and installer dies I don't see what this error corresponds to, however I have just retested it and I have a download error on one of the vcredist but hey under win10 I always install the vcredist-all with chocolatey https://community.chocolatey.org/packages/vcredist-all you can try it again to see if it changes for you it is only compatible with windows 10 Code: powershell "Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))"
choco feature enable -n=allowGlobalConfirmation
choco upgrade chocolatey
choco install vcredist-all
choco feature disable -n=allowGlobalConfirmationnormally i believe by recompiling with the correct url its should be ok https://github.com/andykimpe/Sentora-Windows-Upgrade/commit/12f40738f3e09dfe4dfbc7c19cd20b05a67ba8a1 I just tested by recompiling no errors https://github.com/andykimpe/Sentora-Windows-Upgrade/releases/tag/1.0.3-b2 |