Zen Cart does not display

SYSTEM INFORMATION
OS type and version REQUIRED
Webmin version REQUIRED
Virtualmin version REQUIRED
Related packages SUGGESTED
OS Ubuntu 2204 LTE
Webmin 2.101
Virtualmin 7.2.8 Pro
ZenCart

I have setup a new virtual server everything appears to succeed correctly. I have installed Zen Cart at the top level directory, however when I go to the URL it appears to load but I do not get a setup or login screen. The monitor remains blank, the URL bar displays the name of the website nothing appears on the screen. what am I doing wrong?

I just tested, looks like a bug, I get the same thing.

Ok, I switch php8.1 to 7.4 and I see the page.

It may work on 8.0 that I don’t have that installed.

By this page latest is on Github and Virtualmin is pulling from sorceforge and its says thats the achived versions.

1 Like

how do I switch to I change back to PHP 7.4 and not cause a problem with any of my other websites. I have Open Cart loaded on this virtualmin installation

www.virtualmin.com/documentation/web/multiplephp/

I have just fixed Virtualmin Zen Cart install script to get latest v1.5.8a. However, even the latest Zen Cart v1.5.8a (from March 18, 2023) didn’t work with PHP 8.2, even though support for it mentioned in the official docs. But PHP 7.4 worked just fine.

1 Like

How can I use PHP 7.4 when Virtualmin installs PHP 8.2

ID1OT sent you the link to add it.

basically two command to install 7.4
add required repo
LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php && apt-get update
install 7.4
apt-get install php7.4-{cgi,cli,fpm,pdo,gd,mbstring,mysqlnd,opcache,curl,xml,zip}

then switch in GUI

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.