XProfile Tab is blank
-
A duplicate, although the other was closed as resolved with no comments and further replies are disabled.
Logging in via Social works, but the XProfile Integration tab is blank. Any help would be great!
WordPress Version 4.9.6
BuddyPress Version 3.1.0
SuperSocializer Version 7.11.16Only other thing installed is Divi Builder Version 2.9
On a side note, this is ran at the root of a subdomain, dev.example.com for example.Rendered under the tab:
<div class="stuffbox"> <h3><label>XProfile Integration</label></h3> <div class="inside"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table"> </table> </div> </div>Only thing I see in Chrome console is an error when loading the ‘Social Login’ settings page:
Uncaught TypeError: e.action.indexOf is not a function at HTMLDocument.e (onloadwff.js:58)Looks to be Chrome internal script, which is:
if (e && 0 === e.action.indexOf(LPVARS.alp_url) && e.SAMLResponse) { var t = e.parentElement; t.removeChild(e), bg.FederatedLogin.validateK1Encryption(e.SAMLResponse.value, function(n) { n && (t.appendChild(e), e.submit()) }) }Firefox still shows blank but does not receive any similar errors, just a jQuery warning:
Source map error: request failed with status 404 Resource URL: http://dev.example.com/wp-admin/load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-tabs,jquery-form&ver=4.9.6 Source Map URL: jquery.form.min.js.mapThe page I need help with: [log in to see the link]
The topic ‘XProfile Tab is blank’ is closed to new replies.