• Resolved rosbiffer

    (@rosbiffer)


    I’m getting multiple errors in console that reference ProfileGrid. Not sure if these all appeared since upgrading WP to 5.5.

    DevTools failed to load SourceMap: Could not load content for https://mysite/wp-content/plugins/download-manager/assets/bootstrap/js/bootstrap.bundle.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

    Lots like that. Also from Query Monitor lots like:

    component: "Plugin: profilegrid-user-profiles-groups-and-communities"
    file: "wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/class-profile-magic-notifications.php"
    key: "58e45af3db88260d01f91054144aabf0"
    line: 69
    message: "Undefined index: pm_notify_status"
    {key: "58e45af3db88260d01f91054144aabf0", type: "notice", message: "Undefined index: pm_notify_status", file: "wp-content/plugins/profilegrid-user-profiles-group…ties/public/class-profile-magic-notifications.php", line: 69, …}
    component: "Plugin: profilegrid-user-profiles-groups-and-communities"
    file: "wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/class-profile-magic-notifications.php"
    key: "58e45af3db88260d01f91054144aabf0"
    line: 69
    message: "Undefined index: pm_notify_status"

    Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ProfileGrid Support

    (@profilegrid0)

    Hi,

    Thank you for writing to us. It seems due to the JS conflict.

    It seems like the issue is specific to your site, where one of the existing plugins on the site could be conflicting with ProfileGrid. Could you please check it after deactivating all other plugins on the site, except for ProfileGrid?

    Thread Starter rosbiffer

    (@rosbiffer)

    Two of the errors I get refer to sourcemaps which don’t exist:

    DevTools failed to load SourceMap: Could not load content for https://mysite/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/js/emoji-picker.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
    DevTools failed to load SourceMap: Could not load content for https://mysites/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/js/jquery.nanoscroller.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
    Thread Starter rosbiffer

    (@rosbiffer)

    Any thoughts?

    Plugin Author ProfileGrid Support

    (@profilegrid0)

    We need to analyze the reported issue at our end and would require admin access details temporarily.

    Regarding the JS issue:- It seems to be a conflict issue with other plugins. Sometimes, two plugins executing similar code at the same time can conflict with each other. Please try out the following options:

    1. Temporarily deactivate any plugins with a similar feature-set. Two plugins offering similar features are much more likely to step into each other’s turf, for example, two user registration plugins, two user profile plugins, or two events plugins active at the same time.

    2. If step one doesn’t work, try disabling other plugins, one at a time, and refreshing the page with the issue. Once you identify the conflicting plugin, reactivate other plugins.

    Please reach out to us through the support page on our site so that we can help you further.
    ?
    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Multiple errors in console’ is closed to new replies.