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.
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
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. ![]()
True enough but Discourse dev approach is so rock solid I stay with tests-passed and have nearly zero issues. ![]()
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. ![]()
@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
Ja, werkt in bĆØta.
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.