X-Seti Posted December 9, 2016 Share Posted December 9, 2016 I have recently updated my server (ubuntu16.04 apache2, mysql) php5.6 got replaced by php7. Since then everything on the server if I run Apache or Nginx is forbidden, 403 or 404 error depending on the pages accessed. I do host a lot of files (mods for SOL mainly and files for other modders) as this is much cheaper. links to these are also (shown in the browser) as forbidden. unless I use Lighttpd where these files can be accessible. but anything php or html comes up as a blank page.?? Any ideas besides downgrading php7? . Link to comment Share on other sites More sharing options...
Parik Posted December 9, 2016 Share Posted December 9, 2016 Has apache/nginx got permissions to access the files? Did you check the apache/nginx log file? Link to comment Share on other sites More sharing options...
K^2 Posted December 11, 2016 Share Posted December 11, 2016 Yeah, this sounds like configuration issue, rather than an actual PHP incompatibility. So I'd fix that first. If PHP was failing to run your scripts, you'd be getting some sort of errors from PHP instead of server error messages or blank pages. Prior to filing a bug against any of my code, please consider this response to common concerns. Link to comment Share on other sites More sharing options...
helresa Posted April 2, 2017 Share Posted April 2, 2017 Yep sounds like apache and/or nginx are not configured correctly for php... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now