Warning: require_once(config/config.php) [function.require-once]: failed to open stream: Permission denied in /home/hyip/public_html/index.php on line 3 Fatal error: require_once() [function.require]: Failed opening required 'config/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hyip/public_html/index.php on line 3 What should I do? Thanks Marc
make sure 1. the config.php file is within the config folder. 2. the config folder and the file where you added the 'require_once' code are in a same folder.