Welcome Guest, Not a member yet? Register   Sign In
CI4 on shared hosting return error 500
#9

Thank you John_Betong!

All your post made me think about that simple mistake (but not soo clear before, considering previous errors).

In my case, now it works like this:



Just with these edits:
Old: $pathsPath = FCPATH . '../app/Config/Paths.php';
New: $pathsPath = FCPATH . '../cgi-bin/app/Config/Paths.php';

And .htaccess removed (to avoid the 500 error).

Now I'm just not sure about what issues could create the .htaccess removal, and how to debug it. If there's a chance.
I tried to remove part of the file code, section to section, but it always return error 500, until I delete all the file content...
Reply


Messages In This Thread
RE: CI4 on shared hosting return error 500 - by Waithere - 03-03-2020, 02:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB