Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Link in the footer is broken. #6726

Closed
stewert69 opened this issue Nov 26, 2023 · 3 comments · Fixed by #6763
Closed

Bug: Link in the footer is broken. #6726

stewert69 opened this issue Nov 26, 2023 · 3 comments · Fixed by #6763
Assignees
Labels
bug good first issue Indicates a good issue for first-time contributors
Milestone

Comments

@stewert69
Copy link

Description

Clicking the link to ChurchCRM gives an error "www.churchcrm.io unexpectedly closed the connection."

ChurchCRM version: 5.3.1
PHP version is the server running: 8.2
DB Server and Version are you running: 10.11.2-MariaDB-1:10.11.2+maria~ubu2204
Web Server: Apache 2

Steps To Reproduce

  1. Go to 'WEBSITE'
  2. Click on 'ChurchCRM link in the footer'
  3. Opens a new tab
  4. See error

Expected behavior

Expecting to see the Churchcrm.io web site.

Debugging Steps

  • What has been done to debug the issue so far?
    Removing the "www" from the beginning of the url opens the site

Desktop (please complete the following information):

OS: [e.g. iOS] Windows 11
Browser [e.g. chrome, safari] Multiple

Additional context

Removing the "www" from the link or adding a CNAME record to the DNS records would fix this issue.

@stewert69 stewert69 added the bug label Nov 26, 2023
@DAcodedBEAT
Copy link
Contributor

@stewert69 If you want to contribute the fix, you can update the URL here: https://github.com/ChurchCRM/CRM/blob/8933895/src/Include/Footer.php#L30

@DAcodedBEAT DAcodedBEAT added good first issue Indicates a good issue for first-time contributors Good first bug and removed Good first bug labels Nov 28, 2023
@DawoudIO
Copy link
Contributor

I fixed the www.churchcrm.io site to support https. this should be good now

@DawoudIO
Copy link
Contributor

Will that did not work ok I'll fix the link in the app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first issue Indicates a good issue for first-time contributors
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants