I used core updater to update to php 8.
Unfortunately the site turned into error messages and cannot be pulled back without a bit more knowledge than I have.
Undefined constant PDO::MYSQL_ATTR_USE_BUFFERED_QUERY is the heading, in file classes/db/DbPDO.phpat line76 it says on the screen where I hoped to see my site or my back office after trying to update to php 8. Line 76 goes like this - something above my head:
This would not matter so much if I had a backup, or could revert to php 7.4 , which seems the easiest route out. Maybe there are other easy routes out.
So I change the server back to php 7.4 and get
Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.0". You are running 7.4.33. in/home/veganlin/public_html/vendor/composer/platform_check.phpon line24
Does anyone know how to teach my software to go back to php 7.4 using only changes to source code?
Or other easy routes out?
Question
veganline
I used core updater to update to php 8.
Unfortunately the site turned into error messages and cannot be pulled back without a bit more knowledge than I have.
Undefined constant PDO::MYSQL_ATTR_USE_BUFFERED_QUERY is the heading, in file classes/db/DbPDO.php at line 76 it says on the screen where I hoped to see my site or my back office after trying to update to php 8. Line 76 goes like this - something above my head:
This would not matter so much if I had a backup, or could revert to php 7.4 , which seems the easiest route out. Maybe there are other easy routes out.
So I change the server back to php 7.4 and get
Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.0". You are running 7.4.33. in /home/veganlin/public_html/vendor/composer/platform_check.php on line 24
Does anyone know how to teach my software to go back to php 7.4 using only changes to source code?
Edited by veganlineOr other easy routes out?
john
2 answers to this question
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