Am seeing this error on a fresh install of Spark. This only happens on the default Home page (if you go to the default About Us page the Change Layout and Customize Page options are not there). If you select any of the three layout options at the top of the page (320px, 760px or 1010px) and then click on the Change Layout or Customize Page options at the bottom of the page, you get the following error:

An AJAX HTTP request terminated abnormally.
Debugging information follows.
Path: /panels/ajax/ipe/save_form/panel_context%3Apage-spark_demo_home%3Apage_spark_demo_home_panel_context
StatusText: error
ResponseText:
ReadyState: 0

In Chrome the error stays open until you click OK and then directs to a page with code. In Firefox the error blinks open for a moment and then automatically redirects you to the same page with code.

[{"command":"settings","settings":{"basePath":"\/","pathPrefix":"","ajaxPageState":...

Comments

dcmistry’s picture

Component: User testing » Code
Kingdutch’s picture

Version: 7.x-1.0-alpha5 » 7.x-1.0-alpha6

I can confirm that this happens. Also on a fresh install of 7.x-1.0-alpha6.

The following page is where we're redirected: http://pastebin.com/sm0L8j42

webchick’s picture

Status: Active » Postponed (maintainer needs more info)

I'm not able to reproduce this myself; can you try on the latest version of Spark?

Gábor Hojtsy’s picture

That is an internal (Ajax) response. If your site displayed that instead of working, that means there was some javascript error on the page. Are you using other modules on top of the distribution or custom JS/HTML that might have caused JS failures? (Not to say our JS is absolutely error-free). Also would second @webchick, can you reproduce with the latest release?

I found #1820256: Menu / Responsive Breakpoint / Change Layout reporting what looked like the same problem, so marked as duplicate.

webchick’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Guess not. :)