5 8.1 php version switch error
Permalink
Changing the PHP version on my machine appears to have broken the c5 install. I attempted to change the version back from 7.0 to 7.1 and the error persists. Here is a list of what I have tried so far:
Change php version back
Deleting files in application/files/cache
Deleting files in application/config/generated_overrides
The site is inaccessible including the dashboard. This site is a test site I upgraded from 5.7 to 5.8 and ran fine until switching the php version. Any suggestions?
The error I'm getting is:
Argument 2 passed to Illuminate\Container\Container::make() must be of the type array, object given, called in /home/calupgradetestae/public_html/concrete/src/Support/Facade/Facade.php on line 121.
I've had other installs on this box run fine including version 8 so I don't think it's a server configuration issue.
Change php version back
Deleting files in application/files/cache
Deleting files in application/config/generated_overrides
The site is inaccessible including the dashboard. This site is a test site I upgraded from 5.7 to 5.8 and ran fine until switching the php version. Any suggestions?
The error I'm getting is:
Argument 2 passed to Illuminate\Container\Container::make() must be of the type array, object given, called in /home/calupgradetestae/public_html/concrete/src/Support/Facade/Facade.php on line 121.
I've had other installs on this box run fine including version 8 so I don't think it's a server configuration issue.