Victor12 I had a problem with password resets and thought it had something to do with my forum's email settings, so I deleted all SMTP Server details from the Email section and the entire forum completely crashed. No errors, no anything. Just a blank page. Any ideas how to fix this? I guess I really need to learn some coding and basic stuff before running this system. It's obviously not built for people who just found out what Terminal is 2 days ago.
luceos Victor12 validation for email is fixed in beta 8; what you can do is going into your database table settings and then modifying the value of key mail_driver to mail that should fix the error/white page. Welcome to beta :cringe:
Victor12 luceos Just modified the key and cleared the cache, unfortunately still blank. Sanguine I do have a database editor, since I'm on a shared hosting. Can I do this after modifying the key to mail or should it be mail_driver? Update: Nvm, got it! Changed back to mail_driver and @Sanguine's tip worked. Thank you guys!
Sanguine You've hit a deficiency in the Flarum GUI, unfortunately. You need to open up a database editor (such as Adminer), go to SQL and type this: UPDATE `settings` SET `value` = 'mail' WHERE `key` = 'mail_driver';