Hopefully sjg is out there somewhere watching... I installed FeedbackForum on my hosting account on my working CMS installation and it dumped out exactly what he describes in his FAQ:
Fatal error: feedbackform(): Failed opening required 'classes/UtilityFunctions.class.php' (include_path='') in /usr/local/etc/httpd/htdocs/modules/FeedbackForm/FeedbackForm.module.php on line 56
He was asking that if anyone has seen this to let him know. Well I can actively reproduce it on my hosting provider's "unique" installation of PHP 4.3.11. Like sjg suggests it's probably not a safe mode issue as I am sure that is turned off in the php.ini file.
I'd be more than happy to share configuration specifics on this environment to help with debugging.
Meanwhile, in an attempt to "get around" the include problem, I stuck this into the config.php file for CMS (the concept kind of ripped from the PHPLayers code):
Code: Select all
set_include_path(dirname(__FILE__));
Thoughts?
Thanks!
Corey