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

Make initial setup easier (configuration wizard, link to docs etc.) #223

Open
1 of 4 tasks
sypets opened this issue Dec 3, 2022 · 0 comments
Open
1 of 4 tasks

Make initial setup easier (configuration wizard, link to docs etc.) #223

sypets opened this issue Dec 3, 2022 · 0 comments
Labels
is::feature request New feature or request

Comments

@sypets
Copy link
Owner

sypets commented Dec 3, 2022

Is your feature request related to a problem? Please describe.

After installing brofix, it might be helpful to get hints if something is not yet configured or not configured correctly, preferrably as

  • admin user in the BE
  • on the CLI

Describe the solution you'd like
See "test" below.

test

test 1: Missing recipient

Test with a newly created site with minimal setup and brofix installed from scratch:

Run from CLI:

ddev exec "php typo3/sysext/core/bin/typo3 brofix:checklinks"
Use page ids (from site configuration): 1,16

Start checking page 1
=====================

Configuration: Send mail: true
Configuration: Email recipients: 
Configuration: Email sender (email address): [email protected]
Configuration: Email sender (name): 
Configuration: Email template: CheckLinksResults
Checking start page "styleguide TCA demo" [1], depth: infinite
Result for page "styleguide TCA demo" (and infinite depth): number of broken links=0

In GenerateCheckResultFluidMail.php line 52:
                                                                                    
  Missing configuration for email recipient (Tsconfig: mod.brofix.mail.recipients)  
                                                                                    

Here the email recipient is not set up.

@sypets sypets added the is::feature request New feature or request label Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is::feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant