-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Description
When clicking on products > catalog > and new / or edit product, the interface is broken. I can't find a good reference of what the 2.1 product entry interface looks like - i know the sidebar went away, but it appears to be missing the first accordion section that has name, sku, enabled, etc. You cannot add a new product because these fields do not exist and it will not pass verification. I have searched the issues pages and in general for several days and have not found this particular issue addressed.
Preconditions
- Magento 2.1.0
- Server is Ubuntu 14.04, nginx 1.4.6 php 7.0.9, MySQL 5.0.12
- Site was installed via composer - upgraded from 2.0.4, have applied all patches.
- I am running a custom front-end theme (Porto 2.3.2) however, it does not alter any adminhtml files.
- I am using the nginx.conf exactly as it was provided in the magento 2.1 downloaded release.
- php env vars have been updated - memory_limit is 1048M just to make sure that isn't an issue.
Steps to reproduce
- I upgraded via commandline / composer from 2.0.4 to 2.1.0. Nothing out of the ordinary.
- Error happens regardless of deployment mode, or whether I re-compile, or re-deploy static content.
- So far - all other admin areas, config panels, seem to work correctly.
Expected result
- I should be able to set the name, sku, etc. of a product. As of now I can't add new products, or successfully edit existing products.
Actual result
- Logs - I have scanned nginx logs, syslogs, magento's debug and exception logs - no errors are present that I can find.
- I have monitored the page in the inspector console - there are no indications of missing js files or any js errors. No console output at all.
Metadata
Metadata
Assignees
Labels
No labels