Active
Project:
Advanced Profile Kit
Version:
6.x-1.x-dev
Component:
CTools integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2010 at 22:15 UTC
Updated:
25 Jun 2011 at 08:20 UTC
I keep getting this error if i go into panels, then the advanced profile kit panel, then click on the edit content page.
Fatal error: require_once() [function.require]: Failed opening required './/Array' (include_path='.:/usr/lib64/php:/usr/lib/php') in sites/all/modules/ctools/includes/plugins.inc on line 653
The same error comes up if the panel is enabled and i go to the user profile page. Im not really sure whats wrong but any help would be appreciated.
Comments
Comment #1
kurt-s commentedI figured out how to fix this. Just in case anybody else runs across this problem this is what i did.
The problem for me was in the Chaos tools plugins.inc file,
the function giving me problems was this one
function ctools_plugin_get_function($plugin_definition, $function_name) {
I was able to fix this problem with the patch found http://drupal.org/node/564522
The patch i used was the one at the very top of the page in the initial post.
Comment #3
tossican commentedHello! .. I am trying to get APK installed on my site and have run into this problem as well...
It occurs whenever viewing a member's profile page after enabling the 'user_view' page... Disabling the page reverts to the old functionality (and of course makes the problem go away).
I tried to manually implement the above solution, but that just caused all new, and more serious issues.
I have (all are 'up to date' as of this writing)....
Drupal 6.22
APK 6.x-1.x-dev
CCK 6.x-3.0-alpha3
CTools 6.x-1.8
Panels 6.x-3.9
Views 6.x-3.x-dev
Any help and/or pointers in the right direction, are gratefully appreciated.
Thanks in advance!
(PS.. Apologies if I should not have changed the status.. I'm new to asking for help on Drupal stuff.)