https://bugs.contribs.org/show_bug.cgi?id=10524
Bug ID: 10524
Summary: Cannot access User Panel (UCP)
Classification: Contribs
Product: SME Contribs
Version: 9.2
Hardware: ---
OS: ---
Status: CONFIRMED
Severity: normal
Priority: P3
Component: smeserver-freepbx
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Target Milestone: ---
When you try and access the UCP in FreePBX the system just hangs and never logs
in.
I can get the initial page, but once I add the username and password and then
click login I get the following in the browser console:
POST https://192.168.98.1/ucp/index.php 403 (Forbidden)
https://192.168.98.1/ucp/assets/js/jquery-1.11.3.min.js
However, if I click the link to jquery it does display the file in the browser
console.
Here's the full console log that I can see:
jquery-1.11.3.min.js:5 POST https://192.168.98.1/ucp/index.php 403 (Forbidden)
send @ jquery-1.11.3.min.js:5
ajax @ jquery-1.11.3.min.js:5
m.(anonymous function) @ jquery-1.11.3.min.js:5
(anonymous) @ jsphpg_d54abb236c3a9…2375821504b.js:1545
dispatch @ jquery-1.11.3.min.js:4
r.handle @ jquery-1.11.3.min.js:4
In the jquery file it look like the error is around line 4151 (when prettified)
which is the f.send line below:
a.mimeType && f.overrideMimeType && f.overrideMimeType(a.mimeType),
a.crossDomain || c["X-Requested-With"] || (c["X-Requested-With"] =
"XMLHttpRequest");
for (e in c)
void 0 !== c[e] && f.setRequestHeader(e, c[e] + "");
f.send(a.hasContent && a.data || null),
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/