@baris ok, I will try. Thanks a lot
ghdms
Posts
-
error in admin -
error in admin@baris There is no error log in output.log. I think this issue occurs in front page.
-
error in admin@baris I will check output.log (now permission denied at production server).
No, this issue is reporting before setting email. -
error in adminonly email page is not loaded. other admin settings page is loaded normarlly.
-
error in admin@baris no logs in server terminal (./nodebb log). error loading 500 Error: Cannot find module ./500 admin.min.js?v=??? in browser console. And 500.tpl is rendered with no-connection error message.
-
error in admin@baris When accessing the /admin/settings/email page
-
error in admin@baris
error loading 500. Error: Cannot find module ./500 is reporting
Do you know any additional solution ?? -
[urgent] reconnecting-message is shown after stop & build & start#memo
solved) cache, webpack maxEntrypointSize, maxAssetSize -
[urgent] reconnecting-message is shown after stop & build & startreconnecting-message = global:reconnecting-message
a few times = about 5 times -
[urgent] reconnecting-message is shown after stop & build & startAfter I run ./nodebb stop && ./nodebb build && ./nodebb start, reconnect alert is hidden but reconnecting-message is shown and client css is not loaded.
And after refresh page a few times, page is loaded normally.
I am using NodeBB 3.2.0.
Thanks. -
error in admin@baris Thanks a lot.
-
error in admin@baris https://github.com/NodeBB/NodeBB/commit/562e4d6e439547167677cb6bce4743a2d1d7d77f#diff-59d9f40927a6c9af252685e2520929d8ec4af959af96196161d6cd1ee1c14c5c
Will the issue be resolved if I revise only this part? -
error in adminI solved this issue for deleting https://github.com/NodeBB/NodeBB/blob/master/public/src/admin/settings.js#L41.
But I can not load /admin/settings/email (error loading 500. Error: Cannot find module ./500) -
error in adminI am using NodeBB 3.2.0
-
error in adminin /admin/settings/*, I got this error
Uncaught (in promise) DOMException: Failed to execute 'querySelector' on 'Element': '#%EC%82%AC%EC%9D%B4%ED%8A%B8-%EC%84%A4%EC%A0%95' is not a valid selector.
at Object.findOne (http://localhost:4567/assets/admin.min.js?v=180o53ogeei:14:10104)
at ti._initializeTargetsAndObservables (http://localhost:4567/assets/admin.min.js?v=180o53ogeei:14:53809)
at ti.refresh (http://localhost:4567/assets/admin.min.js?v=180o53ogeei:14:52056)
at new ti (http://localhost:4567/assets/admin.min.js?v=180o53ogeei:14:51937)
at f.populateTOC (http://localhost:4567/assets/99764.cea3a48ab13df9b23d11.min.js:1:908)
at http://localhost:4567/assets/admin.min.js?v=180o53ogeei:1:13178
at http://localhost:4567/assets/admin.min.js?v=180o53ogeei:2:12083
at Set.forEach (<anonymous>)
at C (http://localhost:4567/assets/admin.min.js?v=180o53ogeei:2:12072)
at j.fire (http://localhost:4567/assets/admin.min.js?v=180o53ogeei:2:12429)anyone knows this issue? thanks.
-
How can I get current user at '/pubilc/src/modules/helpers.common.js'?solved) this.loggedInUser.uid, this.privileges.isAdminOrMod
-
How can I get current user at '/pubilc/src/modules/helpers.common.js'?When I try "app.user.uid", it works at first page loaded.
But refresh page, value is gone.
Anyone knows other solutions?
Thanks. -
How can I use dbsearch plugin with 'some characters' ?in nodebb-plugin-dbsearch, query is $text - $search (not $regex).
I understand why. -
How can I use dbsearch plugin with 'some characters' ?e.g. title of topic is 'abcdef', when I search 'abcd', I got nothing results.
I need to search 'include characters or not', How can I edit code?
(using NodeBB 3.2.0, nodebb-plugin-dbsearch ^6.1.0) -
How can I assign variable in .tpl?@PitaJ Thank you for reply.