Hi,

I'm trying to enable the page user/%user/edit, but I get the error:

Page manager module is unable to enable user/%user/edit because some other module already has overridden with user_view_page.

Can you please help as I am not getting anywhere and there isn't much at all in google to go on! I get the feeling I'm the only person with this :-o

How can I find out which module has overwritten the page. My aim is simply to tailor the user profile edit page.

thanks
Rich

Comments

zmove’s picture

Same here, even if I disable all user related panels, I still get this message when I try to activate user/%user/edit

I have the user page module, don't know if that problem is related to this module, ctools or panels...

Denisev’s picture

You can create an "existing page" at admin/structure/pages/existing-pages and it lets you overwrite the user/%user/edit path and this link https://www.drupal.org/node/201916 explains how to get an edit form into panels.

thejimbirch’s picture

@richH,

Do you you have the LoginToboggan module enabled? If so, on the Configuration screen:
/admin/config/system/logintoboggan

uncheck:
Present a unified login/registration page
Use one page for both login and registration instead of Drupal's tabbed login/registration/password pages.

I believe this is the module that is causing the error.

The solution I came up with was to leave that checked, I like the functionality of the LoginToboggan module, and use Page Manager Existing Pages, instead of User Pages to override.

Good Luck,
Jim

stranger27’s picture

Have the same problem. LoginToboggan module not installed...

stranger27’s picture

Solve this problem by changing page manager module' weight (set it to -999) so it comes first.

maxplus’s picture

Hi,
in my case the problem was caused by Views Megarow.

There are settings under "/admin/config/user-interface/views_megarow":

Override settings
Disabling these overrides will allow other modules to override the menu paths.
This is useful if you want some paths to be overriden by panels for instance.

Override the node edit form with Views Megarow
Disable
Enable
Allows Views Megarow to override the path node/%node/edit.
Override the user edit form with Views Megarow
Disable
Enable
Allows Views Megarow to override the path user/%user/edit.

After setting both options to "disable", I was able to override the user/%user/edit page with page manager

dimmech’s picture

Comments #2 and #3 are helpful however, the path at admin/structure/pages/existing-pages only becomes available after installing Page Manager Existing Pages .

sisayniguasie9@gmail.com’s picture

The problem that I found it seems like there is two pages with the same path from panel and page manager molders .. in this I got two user/ and two user/edit pages I just disable the page manager path .. and my site works fine .. the previous comment seems like exactly what I find the problem .. thanks .. and ola you