0

Hopefully you can help me out. Below is a screen shot of my Widget Instance Edit screen (CMS > Widgets > [Widget Instance Name]).

enter image description here

The Network tab in Developer tools shows a 500 error for all Widget instances. This also happens to newly added Widget instances. When looking at the page source, it becomes apparent that the page is incomplete and that is always cut off somewhere within the javascript, which script tag which sits in div.entry-edit.

Any ideas on how to solve this issue?

pnuts
  • 58,317
  • 11
  • 87
  • 139
  • Could you be a little bit more elaborate please? – Freddy Amsterdam Oct 21 '15 at 17:51
  • check you magento logs – urfusion Oct 21 '15 at 18:21
  • Ended up commenting lines 250 through 256 in public function getLayoutsChooser(). Not really a permanent fix, but at least the widgets are editable now. – Freddy Amsterdam Oct 21 '15 at 18:26
  • Or if you look at your php errors you may find what's causing the 500 error, although it sounds like you've found it. You haven't given much info as to what's causing the issue... – Lee Oct 21 '15 at 23:42
  • For some reason errors are not displaying – even though developer mode is on and display_errors is set to true in index.php. I could only go off of the fact that page was truncated – which turned out to always be at the same place. As soon as I have a chance, I will formulate an answer to the issue. For now I am at least able to work with widgets. Thanks for chipping in! – Freddy Amsterdam Oct 23 '15 at 10:32

0 Answers0