Hello, I have problem after installation Magento 2.1
Installation was successfully completed and is successful.
After entering the login page admin, I log on and displays a blank page.
In exception file (install pl_PL):
[2016-08-23 12:26:26] main.CRITICAL: exception 'Magento\Framework\Exception\FileSystemException'
with message 'Cannot read contents from file "/home/admin/domains/xxx/public_html/pub/static/adminhtml/Magento/backend/pl_PL/mage/requirejs/mixins.min.js"
Warning!file_get_contents(/home/admin/domains/xxx/public_html/pub/static/adminhtml/Magento/backend/pl_PL/mage/requirejs/mixins.min.js): failed to open stream:
No such file or directory' in /home/admin/domains/xxx/public_html/vendor/magento/framework/Filesystem/Driver/File.php:149
If I install standard en_US I don't have file exception, but in debug is:
[2016-08-23 13:11:24] main.DEBUG: cache_invalidate: {"method":"POST","url":"http://xxx/admin_ppppppp/admin/index/index/key/d05ba46f61d6c60c98fadb61ade5d925769c67dcee1d75b746ff5094111a0c49/","invalidateInfo":{"tags":["BACKEND_MAINMENU"],"mode":"matchingAnyTag"},"is_exception":false} [] [2016-08-23 13:14:51] main.DEBUG: cache_invalidate: {"method":"POST","url":"http://xxx/admin_ppppppp/admin/index/index/key/994b62b69eb9ddee35d5a1def0c9a963e947e2cb16d6fc189f5377baa705b52c/","invalidateInfo":{"tags":["BACKEND_MAINMENU"],"mode":"matchingAnyTag"},"is_exception":false} []
Any idea? I try install M2.1 ~12 times today
Hi,
Im just taking a guess, but are there any files under the directory pl_PL
Regards
You're right, but why not work a standard installation en_US?
Permissions perhaps?
Its like your missing some sort of language pack. Sorry, i'm only new to the 2x code base myself.
there are some notes here about languages. Cant say they apply, but it might help
http://devdocs.magento.com/guides/v2.1/config-guide/cli/config-cli-subcommands-i18n.html
Brendan