I installed a music script from Agriya called volume... the install went smooth and I got message saying install completed successfully.
However when I type main page url into my browser, I get this one error below only.
[
Warning: require_once(../common/configs/config.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/blakeeph/public_html/monkeybux.com/index.php on line 2
Fatal error: require_once() [function.require]: Failed opening required '../common/configs/config.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blakeeph/public_html/monkeybux.com/index.php on line 2
]
Can anyone please tell me what this means? I took a look at the index.php file and line 2 only has this in it:
require_once('../common/configs/config.inc.php');
Any ideas? Please help. Thank you.
~ Johnny Whiplash