Because revisioning overrides the node/%nid path it also prevents panels page manager to override this path. in panels i get the following message:
Page manager module is unable to enable node/%node because some other module already has overridden with _revision_view.
i'm really not familiar with how panels/revisioning works so for now i just removed the line in the menu alter function to get everything working again. would you know if this causes any problems/bugs?
i uncommented these lines:
//$items['node/%node']['page callback'] = $items['node/%node/view']['page callback'] = '_revision_view';
//$items['node/%node']['page arguments'] = $items['node/%node/view']['page arguments'] = array(1);
Comments
Comment #1
robydago commentedI'm having the same problem with panels pages when using the revisioning 6.x.3.4 module.
"i uncommented these lines:"
You mean you removed the "//" ?
My original revisioning.module have those two lines uncommented (no leading "//").
I added "//" to check if anything changed, but to no avail.
Still having the issue and no workaround...
Comment #2
Johnny vd Laar commentedoh sorry i "commented" the lines. i didn't uncomment them.
Comment #3
jitse commentedI can confirm the issue, and commenting the 2 lines from revisioning.module does bring the panels back.
A fragment:
Comment #4
robydago commentedWell, if the two of you were able to make panel work by commenting those lines, I must have done something wrong.
Wil try again later.
Anyway, I also disabled the revisioning module and installed and activated the Content moderation module.
And guess what? I get the same error when I try to activate the panel page for node editing.
So who's the "culprit" here? The revisioning\moderation modules or the panel module?
Comment #5
eriktoyra commentedThere is a temporary fix for this here http://drupal.org/node/519924#comment-2640810. It needs testing, so please review it and mark it as RTBC.
Comment #6
rdeboerMarking as duplicate of #519924: Panels integration fix