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

Typoscript setup misconfiguration #8

Closed
jon-ovan opened this issue Feb 7, 2024 · 0 comments · Fixed by #16
Closed

Typoscript setup misconfiguration #8

jon-ovan opened this issue Feb 7, 2024 · 0 comments · Fixed by #16
Assignees

Comments

@jon-ovan
Copy link

jon-ovan commented Feb 7, 2024

Lib for form to post new comments

lib.pwCommentsNew < lib.pwCommentsIndex
lib.pwCommentsNew {
pluginName = new
controllerActions {
Comment {
1 = new
2 = create
3 = confirmComment
}
}
}

I think you forgot to add the line pluginName = new, at the moment its value is show. This is making an infinite loop when trying to load as f:cObject lib.pwCommentsNew.

@BobMali BobMali self-assigned this May 28, 2024
BobMali added a commit that referenced this issue May 28, 2024
[fix] add missing plugin name in typoscript library for new comments #8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants