I installed WordPress in my Linux Mint successfully. I used sudo chmod 777 -R /var/www/html/wordpress/corewordpress
I am trying to install Magento2 same way but I can't.
Why it is happening ?
I installed WordPress in my Linux Mint successfully. I used sudo chmod 777 -R /var/www/html/wordpress/corewordpress
I am trying to install Magento2 same way but I can't.
Why it is happening ?
Add below code on the top of your index.php(of Magento) file then you will get the exact error:
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
https://i.stack.imgur.com/VfrM2.png
– abu abu Oct 10 '18 at 04:57