Found 2 issues
When an anonymous user tries to access the edit user account page, pageroute will display the "Page doesn't exist" page. To fix the problem I added an if state ment for the user_edit_access() function.
The other issue is, that when the ui module is deactivated, pageroute will still show the admin links on the pages.
I removed the links completely.

Comments

fago’s picture

Status: Needs review » Needs work

+1 for the user edit permission, but let's keep those admin links and just hide them if there is no UI installed.

fago’s picture

Issue tags: +pageroute-beta2
fago’s picture

sepgil’s picture

StatusFileSize
new2.16 KB

Made a new patch. It now checks if if pageroute_ui module exists...

sepgil’s picture

Status: Needs work » Needs review
fago’s picture

Status: Needs review » Fixed

thanks, committed.

Status: Fixed » Closed (fixed)
Issue tags: -pageroute-beta2

Automatically closed -- issue fixed for 2 weeks with no activity.