barisusakli / nodebb-plugin-dbsearch

A plugin that uses the database for search
16 stars 24 forks source link

Unable to load the template -- admin/plugins/dbsearch (Not Found) #30

Closed ghost closed 7 years ago

ghost commented 7 years ago

Here is the complete message:-

Uncaught Error: Unable to load template: admin/plugins/dbsearch (Not Found)
    at Object.error (acp.min.js:11)
    at l (acp.min.js:1)
    at Object.fireWith [as rejectWith] (acp.min.js:1)
    at E (acp.min.js:3)
    at XMLHttpRequest.<anonymous> (acp.min.js:3)
julianlam commented 7 years ago

Did you run ./nodebb build?

ghost commented 7 years ago

I hadn't. But I did now and the problem is fixed. Thanks a lot!