Warning: fopen(/var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdocs/core/pages/ourairline.htm) [function.fopen]: failed to open stream: Permission denied in /var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdocs/core/common/SiteData.class.php on line 184
You need to 777 the core/pages directory
Ok,Then may I suggest making it error a little more graciously
Maybe related,When filing a PIREPWarning: fopen(/var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdocs/lib/rss/latestpireps.rss) [function.fopen]: failed to open stream: Permission denied in /var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdocs/core/common/RSSFeed.class.php on line 63
Yes also a permissions error.
1 Like
Ok,Then may I suggest making it error a little more graciously
That error message comes from PHP. It has nothing to do with the coding, so it can’t be changed. The error messages in PHP are sometimes useless in finding the error, but it’s better than some languages, trust me.