July 7, 2011
Got this wordpress warning on discovery.sabhlokc
Warning: require(/home/sabhlok/public_html/discovery/wp-includes/load.php) [function.require]: failed to open stream: Permission denied in wp-settings.php on line 19
Solution
These "Permission denied in" errors are typically the same – chmod is not set properly on PHP files [Source]
I basically gave chmod 755 to everything. That worked. Don't know if that is good idea, though.