5.6.0.2 Installation not able to be completed
Permalink 1 user found helpfulFatal error: require_once(): Failed opening required '..../concrete/helpers/concrete5_.php'
Attempting to dig through the source and figure out what's happening hasn't led me to any conclusions as of yet.
I have now added the following to my APC configuration and the site is working as expected.
apc.filters = "-/var/www/sitepath/.*"
This just filters any files that match the specified path.
What's strange about this is that some an old install version of concrete 5 (5.4.2.2) works perfectly fine. But maybe I installed that before some updates to APC, can't be sure.
As I need APC to run for some other projects, I have solved the issue by adding the following to the sites .htaccess
php_flag apc.cache_by_default Off
Hopefully that helps if someone else has this issue.