The error occur while I try to active panel module.
How to reproduce the bug:
1. copy files of panel module to module dir
2. copy files of ctools module to module dir
3. try to active panel module form administration site
4. get the information that some modules need to be activated (ctools), click OK
5. I've got this:
Fatal error: require_once() [function.require]: Failed opening required './modules/node/ctools/includes/plugins.inc' (include_path='.:/usr/local/lib/php') in /modules/node/ctools/ctools.module on line 84
and the whole page is down.
I hadn't Advanced help module which is requierd by ctools.
Sorry for my English.
Comments
Comment #1
grendzy commentedComment #2
merlinofchaos commented/modules/node/ctools/ctools.module1) You have the modules installed in the wrong place
2) You have an incomplete installation of ctools. It is possible that your untar program flattened the directory or you did not transfer everything. It is also possible that you have ctools in 2 places, and one of them (the one in 'node') is incomplete due to an error.
Comment #3
molibden commented1) => I put ctools to the right folder.
2) => maybe you are right. I don't know. I've reinstalled drupal and copied all dependencies and is ok now.