looks it works
> asdfa **sdf**asdfa sdf
Hi,
When I click on Reply or Quote button on any topics, it does not load the editor we currently see here with buttons. There's only the single filed at the end of the page.
I'm not why and when it has happened.
It worked before (I think two or three days ago), but it's not working now anymore.
No changes have been made to my forum.
Would you please help me how to figure out where the issue is and how to solve?
Screenshots please
@pitaj Here is the video: https://up.mazandhost.com/uploads/1123361455.bandicam-2021-06-19-20-07-19-755.mp4
Even if you need username and password, let me know to create a user for you.
Even if you see https://pythonforum.ir/post/72, there's an @adel
mention near my name there سعید فضل اله زاده
.
I also wrote that post with WYSIWYG editor, but I wrote other posts manually with writing ```
and other markdown characters.
Try a rebuild and restart
@pitaj WOW that worked, thanks
@pitaj But why that has happened?
I tried restarting via systemctl restart nodebb
but that did not work. Are restarting via command line and Admin interface the same?
@inna they aren't the same, no. If you were using the CLI, it would be ./nodebb
then the command you wanted, for example, build
, stop
, start
, log
etc.
In most cases, it's quicker to use the ACP and click the restart or rebuild icons from there.
Rebuild and restart does ./nodebb build
then ./nodebb restart
. Restarting the service may just be equivalent to ./nodebb restart
which won't build.