Closed (won't fix)
Project:
Display Suite
Version:
7.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Aug 2012 at 19:21 UTC
Updated:
28 Feb 2014 at 21:32 UTC
Jump to comment: Most recent
Comments
Comment #1
bayousoft commentedFYI
If you go back to the page the columns are created.
Comment #2
swentel commentedThat'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)
Comment #3
bayousoft commentedWell 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.
Comment #4
bayousoft commentedNot Found
The requested URL /admin/structure/ds/change-layout/node/page/form/ds_1col was not found on this server.
Comment #5
swentel commentedWow, 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.
Comment #6
swentel commentedow, ok
Comment #7
swentel commentedHrm are you by any change on a subdomain, or say rather something like 'localhost/drupal/' ?
Comment #8
bayousoft commentedMay be because clean urls are not enabled. Trying to figure out why right now.
Comment #9
bayousoft commentedYes clean urls are required, without them you get the 404. thx Awesome module here.
Comment #10
swentel commentedAlright, thanks for the report, taking as minor though, 99.9999 percent should really run on clean urls :)
Comment #11
bayousoft commentedNo problem. Thanks for your time. I always run clean urls but had screwed up the vhost.
Comment #12
Taxoman commentedComment #13
swentel commentedI'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.
Comment #14
modiphier commentedHello,
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:
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?
Comment #15
sjugge commentedSwentel,
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.