Replies: 0
I ran XAMPP as administrator. I had issues with port 80 so I found a stackoverflow article and it mentioned turning off services.msc. I did that and localhost worked and I got to
http://localhost/dashboard/
http://localhost/phpmyadmin/
I had to install 32bit version of Xampp. I followed a number of videos and a wpmudev article (https://premium.wpmudev.org/blog/setting-up-xampp/) on installing everything. but when I type the folder name after localhost I’m getting an error:
There has been a critical error on your website.
Learn more about debugging in WordPress.
and the address changes to http://localhost/learnwpdev/wp-admin/install.php learnwpdev is the folder where everything is. And yes I created a database per the articles and videos as well. Why is this so hard? Why doesn’t anyone have an article on how to fix this? Why did the debugging page not have anything? How do I fix this? Do I need to try a 32bit version of WAMPP instead or reinstall XAMPP?