Closed (fixed)
Project:
Panels
Version:
6.x-3.0-beta2
Component:
Views panes
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2009 at 07:47 UTC
Updated:
26 Jul 2009 at 20:30 UTC
Hi there
I am trying create a task handler for the "user view", but i couldn't do any operations on it (edit, clone , delete) after i have created one. I have tried a few times and keep adding the task handlers but none of them work... when I clicked on the "panel content" operation, it refers to "http://localhost:8080/D612_Dev/edit-content" with "Page not found - The requested page could not be found."
thx.
Comments
Comment #1
andrewsuth commentedI found the same issue.
I added a Task Handler for users then returned to the
User Viewpage. TheTask Handleroption on the right all give me aPage Not Founderror. It seems all of the operation options URLs are incorrect. They follow this format: www.example.com/(operation-name)For example: the
Deleteoperation has a URL to www.example.com/deleteAll of which then return a
Page Not Foundbecause the URLs don't exist.The other issue is when I click on the configuration cog: the
User Viewpage just reloads.Comment #2
foodbo commentedThanks for sharing.
I have tried to install the Panels to a newly install Drupal, it seems work fine, so i have tried to remove a few modules from the old sites, and seems work ok too, it seems the "Devel" module cause the problem?? or just haven't hit the bug yet???
Comment #3
andrewsuth commentedI can confirm this.
In my case, disabling the
Theme developermodule did the trick.Comment #4
merlinofchaos commentedThis is no longer relevant with the new UI.