This error message is appearing on every page:
* warning: include_once(sites/all/modules/contact_manager/contact_manager.theme.inc) [function.include-once]: failed to open stream: No such file or directory in /home/files/coding/drupal/drupal-6.13/includes/theme.inc on line 283.
* warning: include_once() [function.include]: Failed opening 'sites/all/modules/contact_manager/contact_manager.theme.inc' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/files/coding/drupal/drupal-6.13/includes/theme.inc on line 283.
Probably because the file doesn't exist :) - August Dev snapshot. I tried looking in CVS, but there don't appear to be any files there?
Comments
Comment #1
jday commentedI get similar errors plus I don't see an 'Import' link under Administer > Content Management > Content Types
* warning: include_once(sites/all/modules/contact_manager/contact_manager.theme.inc) [function.include-once]: failed to open stream: No such file or directory in /Applications/MAMP/htdocs/drupal/includes/theme.inc on line 613.
* warning: include_once() [function.include]: Failed opening 'sites/all/modules/contact_manager/contact_manager.theme.inc' for inclusion (include_path='.:/Applications/MAMP/bin/php5/lib/php') in /Applications/MAMP/htdocs/drupal/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, 'theme_contact_manager_mappings_form' was given in /Applications/MAMP/htdocs/drupal/includes/theme.inc on line 617.
Comment #2
darren.ferguson commentedSorry about that i did not add the file to the cvs branch
http://drupal.org/cvs?commit=260586
adds it to the cvs branch now so once the dev package manager runs tonight it will be in the development branch tar file
Apologies for that over sight.