When I try to use filter on column (type word in box) I get popup with message:
Forbidden
You don't have permission to access /data/index.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Any idea how to solve this?
1 Answers
This seems to be some issue with search ajax call.
Your server is blocking the ajax call. You can check the full url via debugger console (f12) and contact your hosting service why it is being blocked.
403 forbidden means server configuration issue. It is not related to application code.
PS: Unless there is something confidential (like code, db etc) please post your question on forum so others can take benefit.
Your Answer