Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PersonaBar gives a list of .js errors if installing a clean none en-US version #4818

Open
2 of 8 tasks
EPTamminga opened this issue Sep 7, 2021 · 2 comments
Open
2 of 8 tasks

Comments

@EPTamminga
Copy link
Contributor

Description of bug

Installing a clean DNN09.10.01 with another language than en-US give .js errors in PB

Steps to reproduce

List the precise steps to reproduce the bug:

  1. Install new DNN 09.10.01 site with default site nl-NL or es-ES
  2. Login as HOST
  3. Start PB, eg for Servers
  4. See error

Current behavior

A list of .js errors.

Expected behavior

No error.

Screenshots

If applicable, provide screenshots to help explain the bug.

nl-NL screenshot:

image

es-ES screenshot:

image

Error information

TypeError: c is not a function
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38619:71 v@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38625:183 exports.unstable_runWithPriority@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38418:325 cg@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38544:372 Jj@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38535:378 yj@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38526:137 Ig@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38577:45 bk@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38580:303 ik/<@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38536:120 Nj@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38580:289 ik@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/exports/export-bundle.js?cdv=39:38586:293 exports.render@()
 /DesktopModules/admin/Dnn.PersonaBar/index.html?cdv=39 line 3 > injectedScript:7546:60 @()
 /DesktopModules/admin/Dnn.PersonaBar/index.html?cdv=39 line 3 > injectedScript:20:30 __webpack_require__@()
 /DesktopModules/admin/Dnn.PersonaBar/index.html?cdv=39 line 3 > injectedScript:84:18 @()
 /DesktopModules/admin/Dnn.PersonaBar/index.html?cdv=39 line 3 > injectedScript:87:10 @()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/contrib/jquery.js?cdv=39:3:303 p@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/contrib/jquery.js?cdv=39:3:2793 globalEval@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/contrib/jquery.js?cdv=39:11:20024 text script@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/contrib/jquery.js?cdv=39:11:11956 Qb@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/contrib/jquery.js?cdv=39:11:16135 A@()
 /DesktopModules/admin/Dnn.PersonaBar/scripts/contrib/jquery.js?cdv=39:11:19197 c/<@()
 

Additional context

Provide any additional context that may be helpful in understanding and/or resolving the bug.

Affected version

  • 10.00.00 alpha build
  • 09.10.01 latest supported release

Affected browser

TEsted on FF with js error display

  • Chrome
  • Firefox
  • Safari
  • Internet Explorer 11
  • Microsoft Edge (Classic)
  • Microsoft Edge Chromium
@valadas
Copy link
Contributor

valadas commented Oct 5, 2021

I can confirm on v9.10.1 using fr-FR too, it does not look like it causes issues though, but to really know we would have to run it with the unmodified code or to fix the sourcemaps.

@v-karbovnichy
Copy link
Contributor

I am trying to upgrade Evoq to use DNN Platform v9.10.2.
I see the same error in browser console when opening PB>Content>Pages or PB>Manage>Users both in DNN Platform and Evoq.

I tried downloading and installing DNN Platform v9.10.0, v9.10.1 and v9.10.2
So, v9.10.0 is fine, no error seen.
v9.10.1 has this, and v9.10.2 also has it.
It is no related to any non-US language usage, just a plain clean install.

This issue was reported multiple times in multiple other places:
https://dnncommunity.org/forums/aft/2703
#4799
#4877

I initially thought that this is caused by 1fd47fd as the stack trace ends in dock-monitor code. But that change was only included in 9.10.2, so probably not directly related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants