READ BEFORE POSTING
-
I have developed this plugin fully on my own time and without pay so I’ll ask that you follow a few forum rules to get answers quickly and provide a way to get priority support.
Logs are king
If you’re having an issue where you’re getting any sort of error messaging, it’s difficult to help you without seeing logs. Read Debugging in WordPress for detailed information.TL;DR – Set
define( 'WP_DEBUG', true );
anddefine( 'WP_DEBUG_LOG', true );
inwp-config.php
file. Then, re-run the steps needed to produce the plugin error. Once you’ve done this, you’ll see a new file located atwp-content/debug.log
that will contain all WordPress debug logs. Please find the relevant timeframe / section and post it or attach it with your forum post.Cash is actually king
If you need help immediately or if a bug has been identified that you needed patched ASAP, please donate. You can find how to do that on the main plugin page (there’s a donate button on the right bar). Once you donate, I’ll send you an email to the address used to donate.
- The topic ‘READ BEFORE POSTING’ is closed to new replies.