Hi
This is a new install of magento 2, all went well as got the success page but when I view the frontend & admin some parts of the pages are missing a lot as you can see here. http://www.picklespets.co.uk/new
Checked all extensions before install and they were fine, strange thing is I have version 1.9.2.2 working fine on the same server.
Has anyone else experienced this.
Thanks
Alan
Magento 2 needs a specific web server configuration when installed into a subfolder like you do (/new).
If you use Apache web server then see your root .htaccess and edit its mod_rewrite section.
Then do the same with pub/.htaccess, pub/static/.htaccess, and pub/media/.htaccess
I am having the same issue too
I changed the permission of dir. & files on pub/static/ to 755/644 and it was solved
but I don't think it is the right way
still waiting for a solution
Here is my working example for the /store subfolder: https://mage2.pro/t/23
Hi Dmitry_Fedyuk & mubdea
Thank you for the info, I thought it may be something simple so will look into them.
Thanks for your help.
Many Thanks
Alan
Please, reply here if you find a way to solve this problem
Hello,
I've seen this before and changed the ownership of files. That fixed the issue...
chown -R :apache .
Thank you all for your input, think I may have to do more research on this as I currently have magento 1.9.2.2. installed onto a subfolder here http://www.picklespets.co.uk/store/ and installed and worked first time on the same server.
Very strange unless magento 2 works very different.
Thanks
Alan
Definitely not a subfolder issue as installed on main domain to get the same result http://www.picklespetstore.co.uk/
The second cause of the problem is improper filesystem permissions for the PHP interpreter: http://devdocs.magento.com/guides/v2.0/install-gde/install/file-system-perms.html