When trying to upload sounds I get this error message.
Warning: require_once(/home/wwwwhomo/public_html/flash/modules/mp3/inc/header.inc.php) [function.require-once]: failed to open stream: Permission denied in /home/wwwwhomo/public_html/modules/boonex/sounds/classes/BxSoundsUploader.php on line 28
Fatal error: require_once() [function.require]: Failed opening required '/home/wwwwhomo/public_html/flash/modules/mp3/inc/header.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wwwwhomo/public_html/modules/boonex/sounds/classes/BxSoundsUploader.php on line 28
Went to line 28 and it looks like this require_once($sModulesPath . $sModule . '/inc/header.inc.php');
What have I done? I'm sure it's a permissions issue don't know where to start.