JS Error on new install

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
ozadmin
Posts: 2
Joined: 15 Dec 2016, 22:43

JS Error on new install

Post by ozadmin »

Hi All,

New mantis install 1.3.4 (latest as at now) Issue also occurs in 2.0.0rc2

MSSQL database
IIS Web server
Windows 2012 R2

Any filter item that I select on (view_all_bug_page.php) results in a a red message in that box and the words : error: Bad Request. Search works fine - just not any filters.

I have enabled:
$g_show_detailed_errors = ON;
$g_show_queries_count = ON;

Yet I don't seem to be able to get any more errors to show - even when using localhost. I have googled and searched the bugbase but I don't seem to be able to find any more clues as to what is going on - so I'm guessing it must be my setup somehow.

After a little more digging it appears to be a js error.
jquery-1.12.4.min.js:4 GET https://myurl.com/workflow/return_dynam ... 1849307633 400 (Bad Request)

However that end my extent of my debugging skills. Given that it happens to fail in both versions it must be back to a setup issue.

I tested a previous version 1.2.20 and it works fine - I do note that the contents of the JS/javascript folders have dramatically changed between the versions so I wasn't able to easily determine if anything was missing.

Does anyone have any clues please?
ozadmin
Posts: 2
Joined: 15 Dec 2016, 22:43

Re: JS Error on new install

Post by ozadmin »

Resolved by setting:

$g_use_dynamic_filters = OFF;

Something must have killed it.
Post Reply