Hello there. I'm new to magento and i tried to install magento 2 through software wizard on my hosting server.
The installation was completed succesfully but when I go to the link for either the backend or frontend i get thiw error :
An error has happened during application run. See exception log for details.
I've tried some solutions i found but the problem is still the same
can you please help me ?
Please give full permission to your pub and var folder.
Check log from var/log file in your root of magento. If any exception has generated then please review it.
Give file permission to 660 and directory permission to 770
Run Below command,
sudo find . -type d -exec chmod 770 {} \; && sudo find . -type f -exec chmod 660 {} \; && sudo chmod u+x bin/magento
If response was helpful to you,consider giving kudos to the post.
If issue solved, click accept as solution.
"Please give full permission to your pub and var folder."
this step was done with no results
"Check log from var/log file in your root of magento. If any exception has generated then please review it."
I donw't know what should i look there for??
"Give file permission to 660 and directory permission to 770 "
You mean to give to all the files and all the folders these permissions??
"Run Below command ... ,"
Where do I run this command ??
"Please give full permission to your pub and var folder."
this step was done with no results
"Check log from var/log file in your root of magento. If any exception has generated then please review it."
I donw't know what should i look there for??
"Give file permission to 660 and directory permission to 770 "
You mean to give to all the files and all the folders these permissions??
"Run Below command ... ,"
Where do I run this command ??
You mean to give to all the files and all the folders these permissions??
Yes you have to give full permission to all files and folder of your magento 2.
Where do I run this command ??
You have to run this command in your command line terminal,
Login your site with your SSH details, go to your sites root path,
Now run command from terminal.
If response was helpful to you,Consider giving kudos to the post.
If issue solved, click Accept as Solution.