Did it mean that i need to generate a new key?
Http 500 error. Please help
Infinity
#26
Solved!
( I think )
http://june30test.000webhostapp.com
Alright boom!
I opened database.php from config and inserted
‘options’ => [PDO::ATTR_EMULATE_PREPARES => true, PDO::MYSQL_ATTR_COMPRESS => true,]
Infinity
#28
ocean_tammy
#30
Hi @Infinity
Now the error is this
I checked the password, username, and db name. It should be okay but no… what would another option you’d suggest to fix this error?
Infinity
#31
Insert this after your database info
‘options’ => [PDO::ATTR_EMULATE_PREPARES => true, PDO::MYSQL_ATTR_COMPRESS => true,]
Just after
ocean_tammy
#32
Hi, how to fix this,
I checked the db and user name in .env, no spaces in between the required name. everything should be ok. but this error, how to fix
Deploy Laravel Project into 000webhost site