Fatal error: require_once() [function.require]: Failed opening required 'include/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/decent/public_html/init.php on line 134 what is this mean actually, and how to fix it?
The file config.php does not exist in the include subfolder of public_html (or it is not available for including, but most likely it doesn't actually exist).
The file init.php is looking for a config.php file. Which should be inside the folder called include. You are receiving this error message because the file init.php cant find the file config.php inside the folder include, or it cant find the folder include which is suppose to contain the file config.php. So now that you know what the error message means, you need to look at your / directory structure and locate the include folder and check to see if it truly contains a file called config.php. By all accounts the file init.php thinks the folder include is located in the same place as itself, thats the way the file was written so you shouldn't need to edit it. Files and folders located in public_html/ example : admin images include // and inside this folder a file called config.php admin.php index.php init.php Perhaps you neglected to upload the folder include or its contents. Check also folder and file names, Include is different to include pending on your server type. Yeah I know its a long winded answer, just elaborating on the above replies.
www.decentweblinks.com is the site everytime i open show that error message,after refresh its back to show the site normal. its not too often.