hashover-next icon indicating copy to clipboard operation
hashover-next copied to clipboard

Reply button does not refresh the page

Open ideacco opened this issue 8 years ago • 3 comments

When I press the reply button, the page did not feedback, but stopped, in fact, has not been refreshed, manually refresh, you can see the reply to the content.

ideacco avatar Apr 19 '17 01:04 ideacco

Can you try the following and post what is returned?

  1. In Firefox or Chrome press F12 to open the console.
  2. Click the "Network" tab.
  3. Post a reply using HashOver.
  4. Find and click the "postcomments.php" request.
  5. A panel should open to the right, click the "Response" tab.
  6. Copy what is there, and post it here.

jacobwb avatar Apr 19 '17 18:04 jacobwb


Warning: chmod() has been disabled for security reasons in ……………………

I have to understand, try to change the php.ini chmod () authority after all normal! The The The Thumbs up

ideacco avatar Apr 20 '17 02:04 ideacco

Ensure chmod is not in your php.ini disabled functions configuration.

It looks something like this...

disable_functions = exec,shell_exec,system,chmod,chdir,mkdir

jacobwb avatar May 06 '17 17:05 jacobwb