-
Notifications
You must be signed in to change notification settings - Fork 18
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
Reply Comment on Blog Post does not work #24
Comments
daylightstudio
added a commit
that referenced
this issue
Jun 23, 2016
Thanks for the report... that was a bug. A fix has been posted for you to try out. |
Thanks it is running well right now on my local machine. Yet on my server I can't both post and reply comment. Seems it because the casing issue. |
You may need to lowercase the controller file names as well. |
Ya I did. All my controller files and models have been lowercase. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using fuel version 1.3.2 and blog version 1.1. When I explored reply function on comment post, the browser was getting blank and the url page did not change at all.
But, when I go to
localhost/blog/comment_reply/{id}
the page tells "There are no posts available."What am I missing here?
The text was updated successfully, but these errors were encountered: