Plugin Author
AITpro
(@aitpro)
Go to the BPS Security Log page. Look/search for a Security Log entry that has the name of the plugin in the Log entry: wp-job-manager-field-editor and post that Security Log entry in your forum reply so I can see what is being blocked.
BPS troubleshooting steps:
https://forum.ait-pro.com/forums/topic/read-me-first-free/#bps-free-general-troubleshooting
Hi, thanks for answering 😉 I activated BPS logs at our site and after generated the error, but when I was going to paste the text from the log here; i saw there was many information from our site, google api, URL, IP, etc…
Is there any way for sending you this information, but not public?
Thank you!
Plugin Author
AITpro
(@aitpro)
You can send your entire Security Log file contents in an email to the email address listed on my Contact page or use the Contact page Form > https://www.ait-pro.com/contact/
Thanks @aitpro, email sended! 🙂
Plugin Author
AITpro
(@aitpro)
Got it. Try this fix below and let me know if it works or not.
1. Add the skip/bypass rule below to this wp-admin Custom Code text box: 3. CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES
2. Click the Save wp-admin Custom Code button.
3. Go to the BPS Setup Wizard page and rerun the Setup Wizard.
# skip/bypass rule for the export.php file
RewriteCond %{REQUEST_URI} (export\.php) [NC]
RewriteRule . - [S=2]
Fantastic, great job, problem solved !!
Thanks a million, I wish you a great day and thank you again for your time and attention 🙂
Plugin Author
AITpro
(@aitpro)
Great! Thanks for confirming the fix worked.