Steps to reproduce:

  1. /admin/structure/ds
  2. manage display or manage form for basic page (as an example, it does this with all that I tested)
  3. select a new layout and press save
  4. 404

Comments

bayousoft’s picture

FYI
If you go back to the page the columns are created.

swentel’s picture

Status: Active » Postponed (maintainer needs more info)

That's .. weird .. I have no problems here at all. Working on a clean install though. Any modules that might conflict maybe (although I can't think of the world which one though)

bayousoft’s picture

Well it's a brand spanking new install to show a co-worker how awesome ds is. :)

Views, Ctools, Devel, Admin and Display Suite are the only config modules installed.

bayousoft’s picture

Not Found

The requested URL /admin/structure/ds/change-layout/node/page/form/ds_1col was not found on this server.

swentel’s picture

Wow, that's a bad impression to begin with I'd guess .. :)
What's the actual 404 page URL ? If you can paste that - should be in watchdog as well, I can verify or try to reproduce.

swentel’s picture

Status: Postponed (maintainer needs more info) » Active

ow, ok

swentel’s picture

Hrm are you by any change on a subdomain, or say rather something like 'localhost/drupal/' ?

bayousoft’s picture

Status: Active » Postponed (maintainer needs more info)
Issue tags: +Example error after saving

May be because clean urls are not enabled. Trying to figure out why right now.

bayousoft’s picture

Yes clean urls are required, without them you get the 404. thx Awesome module here.

swentel’s picture

Title: 404 Not Found Error » Changing, choosing layout fails without clean urls
Priority: Normal » Minor
Status: Postponed (maintainer needs more info) » Active

Alright, thanks for the report, taking as minor though, 99.9999 percent should really run on clean urls :)

bayousoft’s picture

No problem. Thanks for your time. I always run clean urls but had screwed up the vhost.

Taxoman’s picture

Component: User interface » Code
swentel’s picture

Status: Active » Closed (won't fix)

I'm going to close this. Let's be honest, you should just run on clean urls.
Also not moving to 8.x as D8 can't run without clean urls by default.

modiphier’s picture

Hello,

This is happening for me also. After creating a content type and then adding a layout on the manage display page for the teaser when i hit save I get redirected to a 404 search page. If I hit my back button the regions are created and I usually refresh the page and then assign the fields to the desired region but the page not found error is a pain. I see in my recent log messages:

Location	http://my.com/admin/structure/menu/parents
Referrer	http://my.com/myadmin/structure/types/manage/external-review-featured

I do have a module installed call rename admin path but it hasn't affected anything else except a few instances in update.php authorize.php and some in md megamenu module but I have updated those all manually in the code and I have searched the whole directory for any other instances of q=admin and there are none so i can't attribute this to that module.

all modules and core are latest.

Any solutions to this or even a point in the right direction?

sjugge’s picture

Issue summary: View changes

Swentel,

apologies to drag old cows out of the ditch ;)

@modiphier: Rename Admin Paths is indeed the culprit.
I've been running into the same issues (404 after switching layout), after disabling Rename Admin Paths, DS worked just fine again.

@Swentel: I haven't worked out whether this is not caused by DS or RAP, just putting it out here FYI. I would assume that RAP needs to handle the rewriting of admin paths, but I can imagine DS is doing some funky stuff the RAP devs didn't foresee.