Jump to content

Please Help Me Figure Out The One Index.php Error I Have With Script


JohnnyWhiplash

Recommended Posts

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

Link to comment
Share on other sites

Looks like you didn't install it properly, or the installer failed to write the config file. If the latter case, the reason you didn't know about this was thanks to the devs having the brillant idea of suppressing errors messages, without actually handling the errors themselves.

 

Make sure that the installer has write-access to the folder in question, and that you've actually completed the process. Also, ensure that all error reporting is on, and echoing to screen (or the log, in which case you need to check the log). Lastly, look through the code to see if you find any error suppression active. Just search for an @ in front of something, and remove it.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.