I have a problem when i replied the topic
-
@julian Another problem:
I installed a solr plugin,But when I try accessing the Solr page via ACP, it gives me a 404 error.
when I run ./nodebb dev, I got these warns:
plugins/nodebb-plugin-solr] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.my nodebb version is the latest
Thx!
-
- backup your codes.
git clone https://github.com/NodeBB/NodeBB.git
cd NodeBB
- switch to tag that you modified from. Perhaps, v0.4.3? e.g.
git checkout v0.4.3
rsync
your codes to the clone.git commit
,git tag my_tag
,git checkout master
,git merge my_tag
- You may have to solve conflicts by yourself.
Copyright © 2024 NodeBB | Contributors