after installing whisper I got the below errors on my guestbook page... and my guestbook does not need to function
---
warning: include_once(sites/all/modules/whisper/whisper_guestbook.inc) [function.include-once]: failed to open stream: No such file or directory in /home/cacbm/public_html/dev/includes/theme.inc on line 593.
warning: include_once() [function.include]: Failed opening 'sites/all/modules/whisper/whisper_guestbook.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cacbm/public_html/dev/includes/theme.inc on line 593.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'whisper_guestbook_entry' was given in /home/cacbm/public_html/dev/includes/theme.inc on line 597.
Comments
Comment #1
atuyo60 commentedHi,
are you using the RC2 download? you seem to be missing the whisper_guestbook.inc file or did you upgrade from an older version?
you might want to try the development release instead and uninstall the current one as it could be an issue caused by the change of filenames in the new releases.
Comment #2
atuyo60 commented