I am using the Memberpress Discord plugin, but it does not load in a useable manner. The interface loads a wall of text with no styling applied, and the actual connector interface does not load in a useable way, just the roles all stacked on top of eachother in text with no styling.
What steps can I take to troubleshoot this and get it fixed?
Hey @vanbom thanks for your reply! I would like to get the original code to load as expected opposed to try and re-build it.
I have attached an image showing how it is currently not loading correctly. Notice under MemerPress Memberships how the roles are stacked with no useable interface to map them. Any help appreciated!
Thanks for the reference image! When I check my logs I see this
Which looks like it may be due to me deleting this file: /wp-content/plugins/expresstechsoftwares-memberpress-discord-add-on/admin/partials/pages/memberpress-discord-error-log.php
If I don’t delete that file, then I get an instant 500 error when I try to load the plugin. With that file still on the server, I also tried deleting the debug.log file in /wp-content and still get a 500 error on the plugin, and debug.log gets recreated with only this error inside:
That did the trick, thank you!! It looks like a new wp-content/{XXXXX}discord_api_logs.txt file was created, should I disable logging from the plugin settings to prevent this in the future?