ipta Posted August 3, 2020 Share Posted August 3, 2020 (edited) Hi all, I'm currently stuck at the installation for Prestashop. I got the pink screen "We can't start installation :(" and a request to review my permission on folder _var/cache_ . I'm currently on CentOS: 7, Apache: 2.4.6 PHP: 7.0.33 Prestashop: 1.7.6.7 I want to install PrestaShop on my local machine. My steps were as followed: 1. Install Apache: start httpd 2. Install Php 7.0.33 : start php70-php-fpm 3. Restart Apache 4. Copy installation files (all folders) to /var/www/ps 5. Rewrite /etc/httpd/conf.d/presta.conf : <virtualhost *:80> servername prestashop.space documentroot /var/www/ps <directory /var/www/ps/> allowoverride all allow from all </directory> </virtualhost> 6. Restart httpd 7. Open browser and type in prestashop.space/install 8. Got the pink screen!! 9. Go to /var/www/ps and [root]# cd /var/www/ps [root]# chown -R apache. ./ [root]# chmod -R 775 ./ [root]# chmod -R 777 var 10. Clear cache on browser 11. Type in prestashop.space/install again. Still get the pink screen. What can I do to pass this? Thank you very much. Edited August 3, 2020 by ipta Fix the URL (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now