Is there any documentation that describes how I could install my ZenCart on a Windows computer for testing?
Printable View
Is there any documentation that describes how I could install my ZenCart on a Windows computer for testing?
You could always try searching the docs for 'install my ZenCart on a Windows computer for testing' - first result.
I use xampp very simple to use.
Based on which version of zencart you use will determine which xampp you will install.
If you get stuck somewhere make a post and I will give you try and help....
screen shot
What localhost emulator are you using, e.g. XAMPP?
yes, xampp.
I already had mySQL running before installing XAMPP. Is MariaDb required for XAMPP to run correctly?
Xampp 8.2.12
you mentioned "I already had mySQL running before installing XAMPP."
Sounds like you may have two versions of mysql trying to use the same port.
It seems that the XAMPP installation wants the MariaDB server and that certain features will not work when using MySQL 8.0.38.
Do you know what features will not work?
Should I just bite the bullet and uninstall MySQL 8.0.38 and install the MariaDB that comes with XAMP?
I Googled "Use mysql 8 with xampp" and found this: https://odan.github.io/2019/11/17/xa...h-mysql-8.html
FWIW, I'm planning on using those instructions when I build up my next notebook for testing.
FWIW I long ago dumped Xampp when I discovered Laragon. Could not be easier to add and swap between different components and versions.
How do I test run the Zencart application within XAMPP?
The location of the Zencart index.php is in c:/xampp/htdocs/tennesseetraditionalflies
1. You can download the xamp version here.
https://www.apachefriends.org/download.html
2. Then you need to install program.
3. Once installed put your site into file C:\xampp\htdocs\Name_of_site
4. then start xampp control panel APACHE AND MYSQL
5. Import database
6. than open browser (type in localhost/name_of_site
you should see the site come up
I tried localhost/tennesseetraditionalflies/index.php which is where the Zencart application is and all that I get is a blank white screen. localhost/Test/test.php Hello World works so I am setup.
are there any errors in the log file?
Where is the log file that you refer?
The log you are looking for is located in.
C:\xampp\htdocs\yoursite.com\logs
I also wrote you a pm