@cjholowatyj I would put that in the root index.php, right? If so, there’s no results unfortunately.
@bobray All paths in those files are correct. I don’t think they could have changed anyway, as I have only updated the PHP Version?
@nick2687 Manager also returns a 503. I checked my PHP logs only to find that they were disabled to begin with. After I fixed that, I did get a Warning while running the setup:
mod_fcgid: stderr: PHP Warning: file_exists(): open_basedir restriction in effect. [...]
That led me to the open_basedir
setting, which I resetted to the default:
# from
{DOCROOT}{/}{:}{TMP}{/}{:}{/}var{/}lib{/}php5{/}sessions{:}{/}var{/}lib{/}php{/}sessions{:}{WEBSPACEROOT}{/}tmp
# to
{WEBSPACEROOT}{/}{:}{TMP}{/}{:}{/}var{/}lib{/}php5{/}sessions{:}{/}var{/}lib{/}php{/}sessions
I have no idea, if this is a “good” setting or not, or what else I should be aware of here, but the site is back online now. If I should be careful with something here or any more insights are highly appreciated. Thank you all for the help!