Hello Magento community
I'm new to Magento and I'm not a developer.
I've installed Magento 2.3.5-p1 with sample data from cPanel / softaculous
Installation was made successfully. front-end is working good but the back-end is stuck on loading.
How to solve it?
I have no developing knowledge
Hi @Ramialshami
There might be some permission issue.
https://devdocs.magento.com/guides/v2.3/config-guide/prod/prod_file-sys-perms.html
Try the following command once:
find . -type d -exec chmod 755 {} \; && find . -type f -exec chmod 644 {} \; && chmod u+x bin/magento
You can use sudo as well.
If still face issue, then try following command s once to re generations.
chmod -R 0777 var/ pub/ generated/ rm -rf var/cache/* var/view_preprocessed/* generated/* pub/static/* php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:flush
I hope it will help you!
Thanks a lot, @Vimal Kumar for your reply
I've tried previously to work through windows command but I couldn't connect my PC to server.
This is why I went to the cPanel installation.
I'll try again to connect it.
If you know a way to fix it through cPanel I would appreciate it
Thanks
Hi @Ramialshami,
You can try the following commands and then check again.
rm -rf generated rm -rf var/* php bin/magento setup:upgrade php bin/magento setup:static-content:deploy php bin/magento setup:di:compile
Let me know if you need further assistance. Hope it helps!
_____________
If issue solved, Click Kudos & Accept as Solution.
Thanks a lot to all of you guys
As I mentioned, I have no knowledge of coding. I'm just testing it to know if I should go with Magento or not. I reinstalled it through cPanel and it is working fine now. And it turns out even in front end it was missing a lot of features also and I didn't know because it's my first time with Magento.
Thanks to all of you
Yes, initially you might face some problems. But it will be easy for you after you get a hold on the grip mybpcreditcard