Emojis totaly disappear after upgrading

Bug Reports
  • Hello,

    I tried to upgrade my 1.19.0 to 2.5.2 installation.
    I created a fresh new install with 2.5.2, restore my database, uploads/files and re-installed my plugins :

    • nodebb-plugin-customize
    • nodebb-plugin-imgbed
    • nodebb-plugin-osm-map
    • nodebb-plugin-youtube-embed

    But now my emoji box is empty, and emoji replacement in post does not work any more.
    Capture1.PNG

    Capture.PNG

    I've searched on this forum but it seems i'm the only one with this problem 🤔

  • Can you try Build Emoji at /admin/plugins/emoji and restart the forum?

  • @baris Something like this ?
    ./nodebb build plugin node_modules/nodebb-plugin-emoji

  • No go to the admin page for the emoji plugin then click Build Emoji button. After that restart nodebb and try again.

  • @baris Ok seems to solve the problem. But during build/restart I got this warning, that not appear on the first run :

    2022-09-15T16:15:11.975Z [6699/3369287] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run `./nodebb reset -p PLUGINNAME` to disable it.
      * nodebb-rewards-essentials
      * nodebb-plugin-youtube-embed
      * nodebb-plugin-dbsearch
      * nodebb-plugin-alignment
      * nodebb-plugin-imgbed
    
    2022-09-15T16:15:11.981Z [6699/3369287] - warn: [helpers.setupAdminPageRoute(/admin/plugins/mentions)] passing `middleware` as the third param is deprecated, it can now be safely removed
    2022-09-15T16:15:11.995Z [6699/3369287] - warn: [helpers.setupAdminPageRoute(/admin/plugins/customize)] passing `middleware` as the third param is deprecated, it can now be safely removed
    2022-09-15T16:15:11.996Z [6699/3369287] - warn: [helpers.setupAdminPageRoute(/admin/plugins/emoji)] passing `middleware` as the third param is deprecated, it can now be safely removed
    
  • Those are just warnings you can ignore those.


Suggested Topics