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?
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
Comment #1
Wassim Ghannoum commentedthis problem exit only when having the admin module installed...
Comment #2
merlinofchaos commentedI 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?
Comment #3
esmerel commentedNo updates in more than 30 days.
Comment #4
kobnim commentedI'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.
Comment #5
kobnim commentedI 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
Comment #6
kobnim commentedBecause 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.