• Resolved freedumbo

    (@freedumbo)


    Hello
    I have a problem comment is not working.
    At first it works well….
    These day, It doesn’t work any more not only this comment but also all comment.
    The massage show like below.
    Failed to load resource: the server responded with a status of 503 (Service Unavailable)
    original comment show like below.
    Uncaught TypeError: Cannot read property ‘replace’ of undefined

    I think back, What I did.
    When I think I change your original code like below, so I have a error.
    comments_template(); -> get_template_part(‘post’, ‘comment’);

    After error occur, whatever I deactivate or delete It doesn’t work.
    If you have any idea, please give me

    https://www.ads-software.com/plugins/enhanced-category-pages/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author cip

    (@cip)

    Hi!

    Could you send me the file you have modified? (You may use https://pastebin.com/ service)

    This code cannot work because of the (->) operator not being applied to an object (notice the ; preceding it:

    comments_template(); -> get_template_part('post', 'comment');

    Thread Starter freedumbo

    (@freedumbo)

    Oh, I understood and catch it.

    I have a question.
    When I write comment, it doesn’t upload immediately.
    I have to input f5 to refresh screen.
    Is it designed??
    I hope user see result right after they write comment

    Plugin Author cip

    (@cip)

    Depends on your setup, but this does nothing to do with ECP plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help Comment problem’ is closed to new replies.