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

int’s picture

Version: 7.0-alpha6 » 7.x-dev
Priority: Normal » Critical
int’s picture

Issue tags: +Needs tests
aaronbauman’s picture

Category: bug » support
Priority: Critical » Normal

Installed 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.

klausi’s picture

Issue tags: -Needs tests

Removing tag.

sanderd17’s picture

Version: 7.x-dev » 7.0
Category: support » bug
Priority: Normal » Major

If 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.

montesq’s picture

Version: 7.0 » 7.x-dev

Confirmed on 7.x-dev.
Note that the issue doesn't happen when the overlay module is deactivated

montesq’s picture

mightyiam’s picture

Dear 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

catch’s picture

Status: Active » Closed (duplicate)