Skip to content

Conversation

@MartijnBraam
Copy link

The d8-rs-router.php from the runserver module seems to work fine for drupal-7 and fixes the issue of paths containing a dot resolving to a 404 page. See issue #1641

@kenorb
Copy link
Contributor

kenorb commented Jan 15, 2016

I think the test failed for unknown reason and it's not related to this PR, can the test be refreshed?

@weitzman
Copy link
Member

Re-ran and it failed again. Agree that failure looks unrelated. Hmmmm.

@greg-1-anderson
Copy link
Member

I've seen some folks asking about this for Drupal 7 again. Needs to be rebased against master.

@darthsteven
Copy link

@MartijnBraam any chance I can have commit access to the forked repo? I'd love to get this up to date so it could be merged in.

@MartijnBraam
Copy link
Author

@darthsteven I have given you commit access

@darthsteven
Copy link

@MartijnBraam amazing! Thank you.

@darthsteven
Copy link

I've updated the branch to be in-sync with master, all tests are passing!

I guess it's worth noting that this will stop the overrides to $conf happening, because there's some magic in the Drupal 7 prepend file that aren't in the Drupal 8 version.

@darthsteven
Copy link

Right, I've re-instated the code from runserver-prepend that was doing the conf and watchdog magic.
I've also re-factored the files a little so that things are broken down into 6/7/8+ includes.

$uid = $log_entry['user']->uid;
}
else {
$uid = $log_entry['user']->id();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like D8 code in a D7 file.

@weitzman
Copy link
Member

With this patch D8 worked fine but D7 did not. I got pages without stylesheets and the homepage was empty.

@darthsteven
Copy link

If we don't need to support Drupal 6 then let's drop that and that'll make the code much simpler.

I'll look into why it didn't work for Drupal 7 and get fixes in as required.

@larruda
Copy link

larruda commented Jul 8, 2016

Some colleagues and I are so much interested in fixing this. @darthsteven anything I could help you with?

@jljohnstone
Copy link

I've been working on a D7 site and have been experiencing the problem with image styles not being generated. Disabling clean URLs resolves this problem but but a proper fix would be great. I'm happy to help if I can.

@acrollet
Copy link
Contributor

I've added a follow-on PR in #2501

@weitzman weitzman added the drush8 label Jan 2, 2017
@acrollet
Copy link
Contributor

acrollet commented May 5, 2017

update: the follow-on PR was merged, this issue can probably be closed?

@weitzman weitzman closed this May 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants