midhundevasia / typo3-blogmaster

Blogmaster - Blog system for TYPO3 CMS. A simple extension to create blog in TYPO3. The extension is available on TER, you can install it from TYPO3 ExtensionManager or via composer. (EXT:blogmaster)
GNU General Public License v3.0
4 stars 0 forks source link

Comments not working (action "newAction" does not exist in controller) #2

Closed HorstBaumann closed 7 years ago

HorstBaumann commented 7 years ago

GREAT EXTENSION !!! It seems to be much more comfortable than all other blog-extensions, but one little bug keeps me from using it ... :'-(

I'm not able to generate any comment. neither in the FrontEnd nor in the BackEnd

Uncaught TYPO3 Exception

1186669086: An action "newAction" does not exist in controller "Tutorboy\Blogmaster\Controller\CommentController". (More information)

TYPO3\CMS\Extbase\Mvc\Exception\NoSuchActionException thrown in file ........../typo3_src-7.6.12/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php in line 258.

TYPO3 7.6.12 blogmaster 1.0.5

midhundevasia commented 7 years ago

Hi @HorstBaumann Thank you for your comment. 😄

  1. The backend comment creation bug has been fixed, and it will be available from next release 1.0.6.
  2. Frontend Comment Form is working fine in all versions. (I think you forgot to add the Blog Comment Plugin just below the Blog -> Detail View plugin page). Otherwise, you don't get the comment submissions. Please make sure that you did the settings as shown in the screen below.
blog comment plugin backend single page

Regards, Midhun Devasia

HorstBaumann commented 7 years ago

IT WORKS ! :-)

thanks a lot for your quick response and your phantastic work! now I can set up my first blogmaster :-)

HorstBaumann commented 7 years ago

Is it correct - there's no confirmation message, after comment submit?

I guess you're still working on the whole comment-management ...? Approval/Spam/etc. (an important feature would be, to set all new comments to "unapproved" by default - but as I can see, you planned it - perfect) So, I'm looking forward for 1.0.6 :-)

Best Regards Frank

midhundevasia commented 7 years ago

Hi @HorstBaumann

Yes, there is not confirmation message after comment submits, it will try to include that in next release.

And the Default comment status is already there, I missed that in the documentation. You can use defaultCommentStatus in the TypoScript settings defaultCommentStatus = pending. Possible values are publish, pending, spam.

Yes, you are correct, am working on the comment features and bugs fixes more in 1.0.6.

Regards, Midhun Devasia

midhundevasia commented 7 years ago

Fixed in 1.0.6