Phil
Forum Replies Created
-
Why are they automatically installing and activating this plugin? It broke my SSO login with OneLogin SAML SSO. I have to go and disable it on all my sites.
Forum: Plugins
In reply to: [iframe] Iframe does not work with allowfullscreen attributeI wanted to embed video into my pages and thought I would need something like iframe plugin to get it to work. the attributes for embedding videos ?autoplay=false&showinfo=true” frameborder=”0″ allowfullscreen would not work.
I found that all I needed was to use the code tags.
Thanks
OK I’m seeing in the network log of the problem server:
“name”: “Referer”,
“value”: “http://server/wp-admin/”I’m seeing in the network log of the good server
“name”: “Referer”,
“value”: “http://server/test/ask-question/”It took me a while to get back to my testing on this, I just switched to the 2017 theme and I have the same issue.
Are there any settings that would cause this?
What else can I look for?I have everything up to date, I have also tested disabling everything.
I have multi site setup- Theme:
MesoColumn
- Plugins:
- Network activated:
Better Search Replace
WPMU Ldap Authentication- Site Activated
bbPress
Display Widgets
DW Question Answer
Ultimate Tag Cloud Widget
WP Better Emails
WP User AvatarI have a development site with the same plugins/versions and I do not experience this issue
This is an internal site.
I have in the past gone through and disabled all the plugins and I still experience the issue.
I ask the question, plain text title and content, select submit and I’m routed to the dashboard.
I have no Apache errors, or debug errors.I can not reproduce the issue with a manual send test with the same post. It happens with the automated send
I copied text to notepad and recreated the post but that did not make difference
I tested the new versions YASR and DWQA and I still see the issue and have to disable YASR to manage DWQA.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Automated emails not being sent outThe user setup to was done through kinit I setup a cron job to log it back in
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Automatic newsletter not workingThis is fixed now thanks
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Automatic newsletter not workingOK it is working now I did not realize that even if there is a new post that hasn’t been sent and you create a newsletter you have to create another new post to trigger it.
So the trick if you are using kerberos
set a ad service account with kinit be sure to use your domain in caps @example.COM
and use curl –negotiate -u : -b ~/cookiejar.txt -c ~/cookiejar.txt “http://sitexxx&action=wysija_cron&process=all” > /dev/null 2>&1
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Automatic newsletter not workingSo the cron job is running every minute
I have a newsletter set to send immediately
Mail is sending with php test and send preview.
If it is not firing an email it would not put me in the spam list.
Nothing is being sent out.
I disabled all plugins as well
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Automatic newsletter not workingOK I figured out how to get kerberos to authenticate with the site using curl
I get this message
`
MailPoet’s cron is ready. Simply setup a CRON job on your server (cpanel or other) to trigger this page.[root@awsacrnva1057:/root]#’