I have problems in the tabs Unresolved, Resolved, Unanswered, Latest, Popular
They do not load!
I corrected the LINE 91 in my file, JoomlaFolder\media\foundry\3.1\scripts\component.js
LINE 91 (add the index.php):
The error disappeared but still load content
screenshot attached
They do not load!
I corrected the LINE 91 in my file, JoomlaFolder\media\foundry\3.1\scripts\component.js
LINE 91 (add the index.php):
self.ajaxUrl = options.ajaxUrl || $.basePath + "/?option=" + self.componentName;
//Replace with
self.ajaxUrl = options.ajaxUrl || $.basePath + "/index.php?option=" + self.componentName;
The error disappeared but still load content
screenshot attached