-
☆ A M B ☆
- 2,213 Posts
Hello,
It looks like your server is configured to make use of APC which prohibits the use of suPHP. I suspect your issues are related to the hosting environment, and the error messages seam to confirm this. You need to make sure files/folders have the correct permissions for the environment configuration - 666/777 in this case. If something can't be accessed make sure it has the right permissions. Don't blindly change everything to those permissions.
If your site isn't high traffic you could consider disabling APC and switching to suPHP as that may be a more reliable configuration for a small site.
I hope that helps some.