5

My recently viewed product is not displaying anything, so I am trying to change my Recently Viewed "Show for current" settings from Website to Store to see if that will make it work.

Problem: When I click Save Config after making changes in System > Configuration > Catalog nothing happens.

The Save Config button works everywhere else within the site. The console in Chrome only shows a warning that doesn't seem to be triggered by the Save Config: event.returnValue is deprecated. Please use the standard event.preventDefault() instead.

tylersDisplayName
  • 1,590
  • 1
  • 18
  • 46
  • that warning is no issue as far as I know. If there aren't any other javascript errors can you check your system.log and error.log? – Sander Mangel Dec 07 '13 at 18:58
  • 1
    Do you have custom/3rd party module that adds options to that configuration area? (any of the sections in System > Configuration > Catalog) – ProxiBlue Dec 08 '13 at 10:37
  • No javascript error is returned when the page loads or when the save config button is clicked. Nothing is logged in system.log or exception.log before or after the click.

    Edit: I do not have an error.log file.

    – tylersDisplayName Dec 09 '13 at 17:08
  • Which magento Version do you use? It could be a problem which was fixed in 1.8.x – Flyingmana Feb 21 '14 at 10:05
  • Note that there won't be any errors written to the server logfiles directly as a result of thisclick behavior because it is a client-side error. – benmarks Feb 21 '14 at 12:27

1 Answers1

9

Open all the fieldsets in the catalog tab. Most probably there is a field in one of them that is not valid and there is a js error message that prevents the form from submitting.
If you open all of them you should see the one with problems.

Marius
  • 197,939
  • 53
  • 422
  • 830