xasha SS - https://prnt.sc/qjCIQ0aP-GR9 Permission for public_html is 755 Permission for public_html/assets 775 Permission for public_html/assets 775 Please tell how to sole this ? ... Giving permission 777 to each ? Guide me.
luceos xasha this issue often occurs when you install flarum as the user root and several operating systems treating files and directories by root as private to everyone else. The best way to solve this is to identify as what user the site runs as (this depends on operating system and control panel, but it quite often it's www-data) and running composer commands as that user (sudo -u www-data composer ...). For now you can chown those files to that user: sudo chown -R www-data: /home/hellofhacks.
xasha luceos When i run this command - sudo chown -R www-data: /home/hellofhacks SS - https://prnt.sc/m55geyCGekNg And then i tried by root and it showed this - https://prnt.sc/CheRkQ2FT9cP
luceos xasha try this: sudo chown -R hellofhacks:hellofhacks /home/hellofhecks I am assuming the site runs under the user hellofhacks. You will need to try to identify that for yourself, because this depends on OS and control panel a lot.