Hi @julian, @baris & anyone else working on this issue,
I need to reset a password and I found the post where you said you need to install the plugin to do so.
I ran npm install nodebb-plugin-emailer-mailgun
and then installed the plugin through the admin GUI. When I tried to run the code again, here's what I got:
Aarons-MacBook-Air-2:forum aaronclaytondunn$ node app
info: NodeBB v0.3.0 Copyright (C) 2013 DesignCreatePlay Inc.
info: This program comes with ABSOLUTELY NO WARRANTY.
info: This is free software, and you are welcome to redistribute it under certain conditions.
info:
info: Initializing NodeBB v0.3.0, on port 4567, using redis store at 127.0.0.1:6379.
info: NodeBB instance bound to: Any address (0.0.0.0)
info: No changes to client-side libraries -- skipping minification
info: NodeBB Ready
/Users/aaronclaytondunn/Documents/Code/forum/nodebb/forum/node_modules/redis/index.js:516
throw callback_err;
^
TypeError: Cannot read property 'categories' of undefined
at /Users/aaronclaytondunn/Documents/Code/forum/nodebb/forum/src/webserver.js:476:41
at Command.callback (/Users/aaronclaytondunn/Documents/Code/forum/nodebb/forum/src/categories.js:144:12)
at RedisClient.return_error (/Users/aaronclaytondunn/Documents/Code/forum/nodebb/forum/node_modules/redis/index.js:512:25)
at ReplyParser.<anonymous> (/Users/aaronclaytondunn/Documents/Code/forum/nodebb/forum/node_modules/redis/index.js:263:14)
at ReplyParser.EventEmitter.emit (events.js:95:17)
at ReplyParser.send_error (/Users/aaronclaytondunn/Documents/Code/forum/nodebb/forum/node_modules/redis/lib/parser/javascript.js:296:10)
at ReplyParser.execute (/Users/aaronclaytondunn/Documents/Code/forum/nodebb/forum/node_modules/redis/lib/parser/javascript.js:181:22)
at RedisClient.on_data (/Users/aaronclaytondunn/Documents/Code/forum/nodebb/forum/node_modules/redis/index.js:488:27)
at Socket.<anonymous> (/Users/aaronclaytondunn/Documents/Code/forum/nodebb/forum/node_modules/redis/index.js:82:14)
at Socket.EventEmitter.emit (events.js:95:17)
Thanks in advance for any help on this issue! I have no idea how to undo what I just did, so the local version of my app is broken right now. Thanks!