Jump to content

Recommended Posts

Posted

Your database settings for the app in env.php are invalid or not supported. I renamed the app/env.php to env.php.out and it now seems to start and want to install.

I don't believe we allow connections on port 3307 either, so that remote database likely isn't going to work even if the credentials are right.

Posted

thanks. I have changed the DB settings to point to the local database but stil get the error

More importantly which log file do i see to debug this myself? there is nothing in the apache error.log

Posted

PHP errors are logged in error_log in the logs folder in your home folder.

That said, when an application produces a 500 error after being moved from another host, the first thing to check is usually the database settings, so I just looked there and immediately found an issue.

Posted

I did look at error_log  but found nothing there.

even when i changed the DB settings manually it was not working... but still nothing in the error_log .... strange

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...