0

This is the error im getting in the console https://prnt.sc/UEwAWFplmUWn Here is the line its refencing on console to the mongostorage class and the onEnable that is also referenced. onEnable: https://prnt.sc/8dnYz-VG7fL8 (the string that is not visible is "database.password") mongostorage: https://prnt.sc/xO2DnWPeV1wJ And here is my coreConfig file: https://prnt.sc/o900NtzQt3YJ

(Im sorry if i referenced anything wrong i just started coding and this plugin is not mine i found it on github and idk how to get it to work)

1 Answers1

0

As this mention, it seems there is multiple mongoDB version on same build path.

I suggest you to relocate your own implementation.

Also, prefer copy paste and use code block instead of showing picture of code or console logs.

Elikill58
  • 4,050
  • 24
  • 23
  • 45
  • I did some things and now i get this error: https://prnt.sc/VWyJLoCrkbnA Here is what i changed in the MongoStorage class: https://prnt.sc/UffeiE7_DlHM (The rest of the connection string is my uri) –  Aug 25 '22 at 23:10
  • The error seems to be caused by the same things, are you using Maven or gradle ? – Elikill58 Aug 26 '22 at 06:10
  • The original project used gradle but i do not know how to use gradle so i switched to maven –  Aug 26 '22 at 22:22
  • Here is the original github repo: https://github.com/Paroxial/pCore –  Aug 26 '22 at 23:57