every time I try to use this (set pane->page caching to 'ajax pane'), I get the following error instead of any content:

Fatal error: Call to undefined function page_manager_page_subtask() in
/ajax_pane.module on line 179.

Think this is an issue with this module or ctools?

Comments

acrollet’s picture

Title: call to undefined function? » call to undefined function page_manager_page_subtask()
Priority: Normal » Critical
Status: Active » Needs review
StatusFileSize
new887 bytes

I can confirm this bug, and am changing the status to critical based on the fact that it completely breaks this module's functionality. Patch attached.

floretan’s picture

Status: Needs review » Reviewed & tested by the community

The patch works and looks good, it can be committed as is.

Triumphent’s picture

The patch may eliminate the error but first and foremost, it removes the Ajax cache option in the pane so it can't be selected.

yogaf’s picture

Title: call to undefined function page_manager_page_subtask() » call to undefined function page_manager_page_subtask() -RTBC

Patch is good.
Error message disappeared.

@Triumphent - Ajax cache option is still there for me.

aschiwi’s picture

This is already RTBC but I just wanna say this works for me as well. Thanks for the patch.

drupalninja99’s picture

Issue summary: View changes
StatusFileSize
new826 bytes

I had to re-roll the patch against 7.x-1.x (see attached)

manuelBS’s picture

This patch at #6 works for me, too.

candelas’s picture

I confirm that patch #6 works. Thanks @drupalninja99 and @acrollet

joelpittet’s picture

Category: Support request » Bug report