Snipedd Posted January 29, 2012 Share Posted January 29, 2012 I'm trying to install boonex forum software onto my boonex website. The module is called Orca Forum. After I added the module to my website this is the error I'm getting: Warning: require_once(C:/xampp/htdocs/modules/boonex/forum/layout/tmd028/params.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\modules\boonex\forum\integrations\base\config.php on line 99 Fatal error: require_once() [function.require]: Failed opening required 'C:/xampp/htdocs/modules/boonex/forum/layout/tmd028/params.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\modules\boonex\forum\integrations\base\config.php on line 99 I hope this is in the right section. I'm really stumped. If you have any questions to help clarify please ask. Thank you Quote Link to comment https://forums.phpfreaks.com/topic/255972-php-dll-help/ Share on other sites More sharing options...
Proletarian Posted January 29, 2012 Share Posted January 29, 2012 require_once cannot find the file you're trying to include. Make sure that file is in the correct directory scope. Quote Link to comment https://forums.phpfreaks.com/topic/255972-php-dll-help/#findComment-1312144 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.