Fout op Topic en Post Stemmen Plugins

Hi all,

Just installed the latest versions of each of these plugins on Discourse 3.4.6 and got these errors

These errors completely crash Discourse and can only see a blank page.

Jammer!
Misschien Discourse updaten en het dan opnieuw proberen?

Discourse is op 3.5.0.beta8-dev

It says up-to-date :thinking:

For the tests-passed branch, but if you’re tracking stable then I think 3.4.6 is right (3.4.6: Security fix release)

There should be a compatibility file that ensures it doesn’t pull in anything from the plugin the main site isn’t ready for, but maybe that’s gone a little awry for this last one. Hopefully someone can identify what the issue is and smooth it out. :crossed_fingers:

1 like

True enough but Discourse dev approach is so rock solid I stay with tests-passed and have nearly zero issues. :slight_smile:

Any chance @HandSpy_v3 is not using the official plugin? His OP references two plugins, like we used to have.

I’m using the Official plugins, just added in my .yml under

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          ...
          - git clone https://github.com/discourse/discourse-topic-voting.git
          - git clone https://github.com/discourse/discourse-post-voting.git

Brain dead, sorry. Two plugins, not one. :upside_down_face:

@HandSpy_v3 U kunt mogelijk overschakelen naar tests-passed in app.yml volgens de aanbeveling van Discourse.

params:
  db_default_text_search_config: "pg_catalog.english"

  ## Stel db_shared_buffers in op maximaal 25% van het totale geheugen.
  ## wordt automatisch ingesteld door bootstrap op basis van gedetecteerd RAM, of u kunt dit overschrijven
  db_shared_buffers: "256MB"

  ## kan de sorteerprestaties verbeteren, maar voegt geheugengebruik per verbinding toe
  #db_work_mem: "40MB"

  ## Welke Git-revisie moet deze container gebruiken? (standaard: tests-passed)
  #version: tests-passed

1 like

Ja, werkt in bĆØta.

1 like

Over het algemeen proberen we een compatibiliteitsbestand toe te voegen aan plugins om dit soort situaties te voorkomen, zal het team waarschuwen.

Workaround is om een eerdere versie van de plugin op stable uit te checken.