I got some issue in my pre installed magento 2.0,7, to rectify this I removed env.php file to reinstall. I hit on the url and setup begins.
I click on readiness check than it shows 2 error in file permission.
/home/cheapmedicinesho/public_html/var/ not writable
/home/cheapmedicinesho/public_html/pub/ not writable
I run these command
[root@vp-119045 bin]# chmod 777 /home/cheapmedicinesho/public_html/var/
[root@vp-119045 bin]# chmod 777 /home/cheapmedicinesho/public_html/pub/
But still I am getting same error.
I have a preinstall website in directory so var etc pub all folder are already there, I can not delete any folder. I changed the permission but I am stuck in readiness check. Anybody have solution ?