# warning: include_once(sites/all/modules/ctools/includes/menu.inc) [function.include-once]: failed to open stream: No such file or directory in /home/topnet/public_html/x.com/includes/theme.inc on line 613.
# warning: include_once() [function.include]: Failed opening 'sites/all/modules/ctools/includes/menu.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/topnet/public_html/x.com/includes/theme.inc on line 613.
# warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'ctools_menu_help' was given in /home/topnet/public_html/x.com/includes/theme.inc on line 617.

this is what I get when I enable the ctools module.

Comments

drupallogic’s picture

I now tried ctools on a new site with a different theme. Seems it worked this itme. but cron gives an interesting error.

Fatal error: require_once() [function.require]: Failed opening required './sites/all/modules/ctools/includes/css.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/topnet/public_html/x.com/sites/all/modules/ctools/ctools.module on line 84

drupallogic’s picture

hım actually I'm worng. when I enabled afterwards panels, my site again crushed.

Fatal error: require_once() [function.require]: Failed opening required './sites/all/modules/ctools/includes/plugins.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/topnet/public_html/x.com/sites/all/modules/ctools/ctools.module on line 84

this is what I get.

merlinofchaos’s picture

Status: Active » Fixed

It's pretty clear from the message that there are files missing. Those files are supposed to be there, and are in the tarball, so the only conclusion is that CTools is not correctly installed from the tarball. You should completely delete ctools and refresh from tarball. You should check the file structure in the tar to make sure it matches what is in your modules directory. Perhaps your tar/zip program flattened the structure and put the files in the wrong place, or perhaps you didn't copy everything when you moved it to your server.

drupallogic’s picture

right, sorry. Though there is somethnig wrong with the .tar.gz file as it gives an error on 7zip.

merlinofchaos’s picture

Perhaps it got corrupted when you downloaded it? I used 7-zip on that tarball and it worked ok for me.

Status: Fixed » Closed (fixed)

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