From local testing this error only came when I put the incorrect db credentials in the .env file. Even tho I already recheck, retype, and reupload the .env file with the correct infityfree db credentials with the updated caches, it still gave me this error in the hosting. And of course I already imported the project’s database.
Works perfectly in local testing and I already adapted the project to infinityfree structure and limitations that I know.
It works now after deleting the config cache… Weird.
I already had checked and updated the caches files multiple times.
Must be some ass conflict between config cache and the server.
Did you upload the config cache from your own computer? Then it will have contained paths to directories on your own computer. Since the directory structure on our servers doesn’t match the structure on your computer, using those exact same paths will not work.
Yeah, that would be the case. But it would be the best to be generated on the server which I know isn’t possible here. At least it’s working now, thanks for replying.