roots / bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure
https://roots.io/bedrock/
MIT License
6.18k stars 1.17k forks source link

possible conflict with qtranslate-x plugin #279

Closed sandrodz closed 7 years ago

sandrodz commented 7 years ago

What is the current behavior?

when I visit wp-admin it is being redirected to wp/ with 404 error

What is the expected or desired behavior?

when I visit wp-admin redirect to wp/wp-admin


Bug report

Please provide steps to reproduce, including full log output:

Install bedrock, go to permalinks save, wp-admin redirect works. Now install qtranslate-x hit wp-admin it is being redirected to wp/ with error 404

Please describe your local environment:

Bedrock version: latest

WordPress version: 4.6.1

PHP version: 7

OS: alpine

qtranslate-x: 3.4.6.8

swalkinshaw commented 7 years ago

Sounds like that plugin is at fault. If you check your error messages maybe you can report the bug to them. Bedrock uses standard WP methods for customization, so if a plugin is not compatible, then they are doing something wrong.

sandrodz commented 7 years ago

@swalkinshaw thanks! my plan was to report to both of you guys anyways :)