Why prestashop have installations problems on Centos 7 - prestashop

I have some problems with installation PrestaShop on Centos 7.

I think that this error is pretty clear, you should check all your folder permissions, especially /var/cache, more details:
https://devdocs.prestashop.com/1.7/basics/installation/localhost/#setting-up-file-rights

Related

Prestashop back office problems

I installed Prestashop in my local machine with MAMP and installation works but when I go in the BO I have a lot of displays problem's that means that I can't use the BO...
Someone can help me please ?
Downgrade your PHP version to 7.2:
https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/#php-compatibility-chart

httpd.exe-The application was unable to start correctly (0xc0000005). Fix?

First of all, im running a Windows 64bit OS. I was having WAMPServer 2 and all of the modules were running good. I knew about WAMPServer 3 and decided to upgrade to it. As of its documentation, we should uninstall the old version , requires all updated Visual C++ Redistributable Packages and i did it as it said.
Checked WAMPServer 3 requirements and also checked with their check_vcredist tool and the result was good. I installed WAMPServer 3, all other modules were working but Apache is not opening and throwing a error message-"The Application was unable to start correctly(0xc0000005)". Apache worked properly in WAMPServer 2.
If anyone's got a solution, please respond to the topic!
Try using System Restore to restore your computer to an earlier successful time

apache 2.4.7 (easyphp) vs 2.4.9 (wamp) compatibility?

Recently I decided to make some improvements on my sadly abandoned website I've developed using easyphp. I tried to installed the last version of easyphp to be sure being up-to-date. Unfortunately the last version is not quite what I hoped for and decided to uninstall it and switch to wampserver.
My website is not working anymore though and after few analyzing I am sure this is from the version of apache being different or from wamp dealing with the apache options differently from easyphp (2.4.7 -> 2.4.9).
The problem seems to come from the .htaccess file (which worked nicely on easyphp), is one here have faced the same problem when changed from easyphp to wampserver ? or any suggestions where the problem could come from ?
I finally realized the module rewriteEngine was not initialized...

Issues in installing Apache on CentOS 7

I have problems with installing Apache on CentOS 7. I got message 'GuessOS' ,'httpd.h' files couldn't found. But I found that GuessOS and httpd.h files are in correct folders. So please help me to solve this problem..

Using xampp to run Bugzilla?

I want to run Bugzilla in xampp on my Windeos server. I searched the net on how to do that but found no real answer. Any experience here? Does it work at all? I also found that Bugzilla installer package (https://wiki.mozilla.org/Bugzilla%3AWin32Install) but I am afraid to run it because it will install Apache as well. Will the xampp Apache and the Bugzilla apache interfere with each other? Is there a good alternative for Bugzilla that runs in xampp?
Thanks!
Yes. You can install bugzilla on xampp. My own experience (on windows 8.1 pro x64) was using bzr. Advantages:
It does not intall Apache
You can easily upgrade/update it.
You can find more info at wiki.mozilla.org
You can download the bugzilla folder to your htdocs folder and configure it. For more details you can refer to the online documentation of Bugzilla.