Freshly installed Drupal 7 Alpha 6 site.
Trying to edit user info for the site admin by adding picture. Upon pressing "Save" getting redirected to a non-existent admin/people page even though clean URLs are not enabled.
Error reproduces itself every time when changing username, picture or locale settings.
The changes still execute despite the error.
Comments
Comment #1
int commentedComment #2
int commentedComment #3
aaronbaumanInstalled from dev and alpha, can't reproduce.
I am properly redirected to ?q=admin/people
Please provide more info about your setup to help debug the issue.
Comment #4
klausiRemoving tag.
Comment #5
sanderd17 commentedIf I go to edit the users, I am at the page
http://localhost/drupal-7.0/#overlay=%3Fq%3Dadmin%252Fpeople
then I click on the link to edit a user
http://localhost/drupal-7.0/?q=user%2F3%2Fedit&destination=%23overlay%3D...
And if I click on "save". I get sent to the page http://localhost/drupal-7.0/#overlay=admin/people which redirects me to the page http://localhost/drupal-7.0/admin/people where I get a 404 not found error (since it's just a test site without clean URLs).
This is a completely new install. Ubuntu, apache, php5, mysql, and the installation gave no errors.
Comment #6
montesq commentedConfirmed on 7.x-dev.
Note that the issue doesn't happen when the overlay module is deactivated
Comment #7
montesq commentedI don't know if we must consider this as a duplicate of #789920: Incorrect destination from Overlay clickHandler with clean URLs + mod_rewrite turned off?
Comment #8
mightyiam commentedDear Ones,
This happens in my install which is 7.0 not ever upgraded + some modules installed.
Ubuntu 10.10 with default Apache 2.2.16, PHP 5.3.3, MySQL 5.1.49.
Very willing to help with this.
Blessings,
Shahar
Comment #9
catchLooks like a straight duplicate of #789920: Incorrect destination from Overlay clickHandler with clean URLs + mod_rewrite turned off.