First, thanks so much for your work on these critical modules. I'm just learning about Drupal, and I'm so impressed by the functionality added by Views, Panels, and Ctools (among others)!

When I click to edit Selection Rules from:
'/admin/build/pages/edit/node_view',
the page: '/admin/build/pages/nojs/operation/node_view/handlers/node_view_panel_context/criteria' throws off the following Fatal Error message:
"Cannot redeclare bulk_export_perm() (previously declared in /home/simplurc/public_html/simplur/modules/ctools/bulk_export/bulk_export.module:13) in /home/simplurc/public_html/simplur/modules/ctools/plugins/access/node.inc on line 154".

I also cannot populate the Selection Rules javascript form through the '/admin/build/pages/edit/node_view', as I get the following error message: "An error occurred while attempting to process /simplur/admin/build/pages/ajax/operation/node_view/handlers/node_view_panel_context/criteria"

I have taken the steps of making sure all old or redundant files were removed from both Ctools and Panels before installing the new modules. I am using the latest releases (as of 10/15/09) of both Ctools and Panels.

There is no error message that comes up using the Firefox javascript bug tool in either instance.

Thanks so much for your help here. It appears the issue may be occurring for others, as well, but I couldn't find an issue just like the one I was experiencing, so I filed this.

Comments

merlinofchaos’s picture

Status: Active » Fixed

This file

/home/simplurc/public_html/simplur/modules/ctools/plugins/access/node.inc

should be empty and not contain code. Your error message suggest that it somehow has a completely unrelated module's code in it?

Doublecheck that file and make sure it is empty. In fact, feel free to just delete it.

craigwilcox’s picture

Thank you! I deleted the file. However, it appears that the node.inc file was included in your release of the latest Ctools. I thought it looked suspicious before at 1.5 MB, but what do I know? :-)

You might want to check just in case.

Thanks again,
Craig

merlinofchaos’s picture

Nope, the file is there but it is blank. Not sure how it has data in your version. See http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/ctools/plug... -- that's what's in CVS and it has no revisions from its initial blank state. It probably doesn't need to be there but it hurts nothing.

craigwilcox’s picture

Glad to hear it. Not sure how it got there in mine but I appreciate you helping me out in a situation that is clearly no fault of your own. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.