hello,

i've installed the Panel module,and the Ctools..

when i'm trying to create a panel, i got an error ( The requested page could not be found. ) and the title of the page is (Page not found)

how can i fix this?

Comments

Wassim Ghannoum’s picture

this problem exit only when having the admin module installed...

merlinofchaos’s picture

Status: Active » Postponed (maintainer needs more info)

I wonder what admin module is doing to cause this.

Does this still happen with more modern versions of admin module? And maybe check the admin.module queue for more information?

esmerel’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

No updates in more than 30 days.

kobnim’s picture

Status: Closed (won't fix) » Active

I'm having the same problem when the path includes a placeholder. For example I get "page not found" when the path is "users/%user/xyz", but not when the path is "users/1/xyz".

fyi, I don't have the admin module installed.

kobnim’s picture

I am able to recreate the problem on a fresh drupal install.

a) install drupal 6.16

b) enable these additional modules:
Page Manager 6.x-1.3
Panels 6.x-1.3
CTools 6.x-3.3

c) create a panels page with this path: users/%user/xyz
d) go to users/1/xyz. Result: page not found
e) modify panels page path: users/1/xyz
f) go to users/1/xyz. Result: page displays properly

- Mindy

kobnim’s picture

Status: Active » Closed (won't fix)

Because the problem is so easy to recreate, I am guessing it's not a bug but rather my misunderstanding of how the module is intended to work.
I will reset the status to "won't fix" and perhaps open a support-request instead.