Comments entered from front end is saved and displayed as expected. However, I am not able to view the comments in Quip manager in the backend. So I am not able to delete any unwanted comments.
When you open the Network-Tab of the developer tools of your browser and then click the “Clear Filter”-Button. Do you see the AJAX-request that is sent (with the action “mgr/thread/getList”)? Is this request successful? Does it return something?
The request should return the entries of the database table “modx_quip_threads”. Are there any rows in this table?
There is usually an PHP error file (outside of MODx) where more information about server errors should be logged. The location of this file depends on your hosting provider. You should take a look at this file.
Thank you for contacting support . We have checked and could see that the script index.php is causing the issue on the internal server error within the website. Unfortuantely we do not support on scripts or coded sites, so we request you to contact any website developer as they can check and update it for you
Well, this doesn’t help. Without a specific error message it is hard to say what exactly causes the error.
Don’t you have access to this error file yourself?
This post lists common locations for such an error file:
I did a complete reinstall of modx and the extras. On installing quip I got the following message
Attempting to install package with signature: quip-2.3.5-pl
Package found…now preparing to install.
Grabbing package workspace…
Workspace environment initiated, now installing package…
modAction support is deprecated since version 2.3.0. Support for modAction has been replaced with routing based on a namespace and action name. Please update the extra with the namespace quip to the routing based system
Successfully installed package quip-2.3.5-pl
How do I “update the extra with the namespace quip to the routing based system”
Despite this deprecation notice, the extra should still work with the current version of MODx.
In my local test environment (MODx 2.8.1, Quip 2.3.5, PHP 7.2.14) I don’t have those server errors.
The “Please update the extra…” part is addressed to the developer of the extra. Unless you are a developer and can contribute on github, you have to wait until someone else makes the necessary changes to the code.
Did the reinstallation have any effect? Does it work now?
Instead of speculating for days, what the cause of the error could be, it would really help if you could look at the PHP error log. The messages there should clear things up.
Maybe you could also check that the file permissions on the server are correct.
Thanks for your efforts but since that I still haven’t solve this issue I am going to put it on the back burner for now. The comments are appearing on the website and I need to work on other parts of the site.
Let me know if I need to award points for proposed solutions or level of assistance provided in trying to work this out.