-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
Admin Panel loads and allows me to login right after installation. But when I try to add a Simple Product and click on save, a 500 Internal Server Error page comes up. What should I do? Is this a permission issue? Same with editing a product: click on a product, then SAVE, 500 error.
I tried to follow this:
http://devdocs.magento.com/guides/v2.0/install-gde/install/file-system-perms.html for Centos
and still same problem.
On my Vesta Control Panel, error log shows:
[error] 31806#0: 4321 upstream prematurely closed connection while reading response header from upstream, client: *__..., server: ****************_.com, request: "POST /*************/catalog/product/save/id/1/key/3d7eb4f2a74643f3800f2aa95186299ee71c64f8ce9af0dddbd276a34d94f06d/back/edit/active_tab/product-details/ HTTP/1.1", upstream: "http://*************:8080/**/catalog/product/save/id/1/key/3d7eb4f2a74643f3800f2aa95186299ee71c64f8ce9af0dddbd276a34d94f06d/back/edit/active_tab/product-details/", host: "www.__.com", referrer: "http://www.**_**_.com/**_***/catalog/product/edit/id/1/key/d46603a1c1ef83c89a01c3929063102f4e5672c3b5105e91acc2be9588027e3a/"
Any ideas guys? Excited to use M2 but this is hindering me in deploying the site...Thanks in advance!