A partial archive of meta.discourse.org as of Tuesday July 18, 2017.

Plugin not work and show

Bank_Live

before add new plugin every plugin it work normal But after add discourse-calendar-plugin get plugin MathJax not work and whos-online not show.

I try

cd /var/discourse
git pull
./launcher rebuild app

many times not work. I think it caused old cache of MathJax and whos-online.
How to i fix

cpradio

We need to know what error is being thrown, so after visiting your site, press F12, which should open the Developer Console and copy the error.

Also, it isn’t easy to infer if you took out the discourse-calendar-plugin again and did a rebuild or not.

Bank_Live

i see 1 error “plugin-third-party…” I can delete it. Because it was not on the list I installed. or not

Also, it isn’t easy to infer if you took out the discourse-calendar-plugin again and did a rebuild or not.

I try not work and try Install MathJax and whos-online only it not work.:sweat:

cpradio

Fairly certain mathjax is the issue, disable that plugin and see if your install works, then install the new mathjax plugin

Bank_Live

Remove plugin MathJax result is who’s online can show.But plugin MathJax or Math not work and F12 i see 1 error “plugin-third-party…”

cpradio

We would need to know the entire error to help. When you installed the Discourse Math Plugin, did you enable the markdown-it site setting?

Bank_Live
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/kasperpeulen/discourse-mathjax.git
          - git clone https://github.com/davidtaylorhq/discourse-media-overlay.git
          - git clone https://github.com/discourse/discourse-spoiler-alert.git
          - git clone https://github.com/sekhat/discourse-yuml.git
          - git clone https://github.com/davidtaylorhq/discourse-whos-online.git
          - git clone https://github.com/discourse/discourse-solved.git
## Any custom commands To run after building
run:
  - exec: echo "Beginning of custom commands"
  ## If you want To Set the 'From' email address for your first registration, uncomment and change:
  ## After getting the first signup email, re-comment the line. It only needs To run once.
  #- exec: rails r "SiteSetting.notification_email='info@unconfigured.discourse.org'"
  - exec: echo "End of custom commands"

https://eleceasy.com/assets/plugin-third-party-ce553a8c32137d73b757548b95ff30a0aff44b597c7463c6f06987011d44a7f6.js

Yes, I enable

cpradio

You still have the wrong mathjax plugin installed.

Change git clone https://github.com/kasperpeulen/discourse-mathjax.git to

git clone https://github.com/discourse/discourse-math.git

Bank_Live

Yes, It work. thank you.