Welcome Guest, Not a member yet? Register   Sign In
help! Internal Server Error on initial install of CI4!
#1

I uploaded everything from the downloaded Ci4 archive, being sure that "public" is my root.  But when I tried to load the home page, I get this:

Code:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.
More information about this error may be available in the server error log.

Web Server at theluridmacabre.com

Shouldn't it being something asking about setting up or whatnot?

Here's my associated error log:

Code:
[Mon Oct 19 00:56:05.001007 2020] [ssl:warn] [pid 21369] AH01909: theluridmacabre.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Oct 19 00:56:06.002122 2020] [ssl:warn] [pid 21370] AH01909: theluridmacabre.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Oct 19 01:05:09.940921 2020] [core:alert] [pid 32265] [client 66.115.189.206:62161] /var/www/vhosts/theluridmacabre.com/public/.htaccess: Option All not allowed here
[Mon Oct 19 01:05:56.994195 2020] [core:alert] [pid 7763] [client 66.115.189.206:62183] /var/www/vhosts/theluridmacabre.com/public/.htaccess: Option All not allowed here
[Mon Oct 19 01:07:11.583640 2020] [core:alert] [pid 7778] [client 66.115.189.206:62220] /var/www/vhosts/theluridmacabre.com/public/.htaccess: Option FollowSymlinks not allowed here
[Mon Oct 19 01:07:14.042305 2020] [core:alert] [pid 32062] [client 66.115.189.206:62222] /var/www/vhosts/theluridmacabre.com/public/.htaccess: Option FollowSymlinks not allowed here
[Mon Oct 19 01:07:14.390029 2020] [core:alert] [pid 32186] [client 66.115.189.206:62223] /var/www/vhosts/theluridmacabre.com/public/.htaccess: Option FollowSymlinks not allowed here, referer: https://theluridmacabre.com/
[Mon Oct 19 01:09:36.083061 2020] [core:alert] [pid 32686] [client 66.115.189.206:62295] /var/www/vhosts/theluridmacabre.com/public/.htaccess: Option All not allowed here
[Mon Oct 19 01:09:54.599955 2020] [core:alert] [pid 32702] [client 66.115.189.206:62306] /var/www/vhosts/theluridmacabre.com/public/.htaccess: Option All not allowed here
[Mon Oct 19 01:09:54.856387 2020] [core:alert] [pid 32735] [client 66.115.189.206:62309] /var/www/vhosts/theluridmacabre.com/public/.htaccess: Option All not allowed here, referer: https://theluridmacabre.com/media/img/icon.png

Help!
Reply
#2

what it's in your .htaccess file?
Reply
#3

1)Well it's telling where the error is SSL did you create an SSL certificate on your localhost? If so
you need to get a new one for your live server.

2 ) remove the Options Allow in the .htaccess file.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#4

(10-19-2020, 05:49 AM)InsiteFX Wrote: 2 ) remove the Options Allow in the .htaccess file.

Did that, same error.   Then removed "Options +FollowSymlinks" and it worked. Smile
Reply
#5

For me the issue I was facing is with routes Instead of using Database::connect(); I was using  config("database")->connect(); to fetch db routes. How I knew about this is making sure env is in production then using composer (Make sure you are on live server not localhost) Navigate to directory the run this php spark serve you will get detailed error
Reply




Theme © iAndrew 2016 - Forum software by © MyBB