cojennin
Forum Replies Created
-
Forum: Plugins
In reply to: [Edit Flow] PHP Deprecated error messageShould be fixed with the next release of Edit Flow!
Forum: Plugins
In reply to: [Edit Flow] Error adding usergroupHrm. What version of Edit Flow are you using now? You mentioned you turned off all plugins, did you also test by reverting your theme to the default WordPress TwentySixteen theme?
I’ve dug through a SQL dump and could not find prior references to Edit Flow, so do not see prior EF references.
Just to cover all bases, Edit Flow options are prefixed with
edit_flow_. Do any keys with that prefix exist in the options table?Also, Edit Flow uses taxonomy to store information about custom statuses under the key
post_status. Does that taxonomy currently exist in the database?Forum: Plugins
In reply to: [Edit Flow] When I plan a post directly it does not show up in the calendarHrm. Not able to recreate this. Let me run through the steps I tried and let me know if we differ anywhere.
- Create a custom status called “Planned”
- Create a new post (added a headline and some body text)
- Click “edit” next to the status and selected “Planed”, then click “OK”
- Click “edit” next to the schedule and set the date for tomorrow, then click “OK”
- Click “Save as Planned”
- Visit the calendar
When I visit the calendar I see the post with the status of “Planned” set for tomorrow. Let me know if I’m doing something differently from what you’re doing!
Forum: Plugins
In reply to: [Edit Flow] Notifications have stopped workingGreat! I reached out to the other user having a similar issue. Would be great to know if that user is also using Bluehost.
*edit: WordPress changed how it sets the “To” field on emails with the most recent version. So far you two folks are the only one’s I’ve heard from who are having this issue but haven’t done much research into whether this issue is affecting other WordPress users. That plugin just explicitly sets that “To” field instead of letting WordPress try and set it (though I’m guessing you already caught on to that as you seem like a sharp cookie).
Forum: Plugins
In reply to: [Edit Flow] notification cause 500 error since WordPress 4.6Another user reported a similar issue and was able to fix it using the plugin I mentioned earlier. Might work if you have some time to give it a shot.
Also, are you using the webhost Bluehost for your WordPress installation?
Forum: Plugins
In reply to: [Edit Flow] Prevent user group to assign a statusShould be able to accomplish that by extending Edit Flow based on the example found here.
Let me know if that works!
Forum: Plugins
In reply to: [Edit Flow] Public and Private Custom StatusWhat do you mean by Public and Private? Do you mean some statuses only accessible to some users?
Forum: Plugins
In reply to: [Edit Flow] Notifications have stopped workingHrm. Someone had a similar issue with notifications I think around the same time.
I wonder if it’s the same problem…
Any chance you or you’re hosting company would be able to grab the error logs for your WordPress installation?
Also, maybe give the plugin I mentioned in that post a shot and see if it fixes it*? If it does, would definitely mean the issues are related (possibly identical).
Also, what hosting company do you use? Wonder if the person with the similar sounding issue uses the same hosting company…
*Just need to set a valid email address after activating that plugin
Forum: Plugins
In reply to: [Edit Flow] Notifications have stopped workingHrm. Tough one to diagnose without more information. Did anything else change on August 16? Did you update your WordPress version, activate a new plugin, activate a new theme?
*edit: Also, are other folks on your site still receiving emails?
Forum: Plugins
In reply to: [Edit Flow] Post statuses not showing in REST APIAh, just noticed there are more authentication methods too! Let me know if you’re authenticating differently! I’ll try and recreate what you’re encountering with whatever method you’re using.
Forum: Plugins
In reply to: [Edit Flow] Post statuses not showing in REST APIHrm.
What version of the Rest API and WordPress are you using (I tested with 2.0-beta13.1 of the Rest API and WP 4.6)?
And are you seeing any statuses?
I don’t know a whole lot about the REST API (first time checking it out), but when I was not authenticated the only status I could see was Publish.
I was logged in, but according to the Rest API docs I needed to generate a nonce and send it along with the GET request to
/wp/v2/statusesas the value ofX-WP-NONCE.It was this check in WP Core that was blocking my request without the nonce. Once I generated the
wp_restnonce and sent it along as the value ofX-WP-NONCEwith my GET request it worked fine.After I authenticated correctly I could see all the custom statuses I had created with Edit Flow.
Also, apologies if you’ve already done all this. Was more to just walk myself through it (and for you to verify that my steps are the same as yours).
Forum: Plugins
In reply to: [Edit Flow] Subscribe from Google CalendarDo you have the URL that you used to import the calendar to Google Calendar? Would you be able to paste it here (without the
user_keyparameter)?Forum: Plugins
In reply to: [Edit Flow] You do not have sufficient permissions to access this page errorWhat other plugins do you have active on your site? Have you tried disabling all other plugins except Edit Flow to see if there’s a conflict with another plugin?
Forum: Plugins
In reply to: [Edit Flow] You do not have sufficient permissions to access this page errorAs long as you are an administrator, editor, author or contributor you should be able to view the calendar. What role are you assigned? It may be preventing you from viewing the calendar.
Forum: Plugins
In reply to: [Edit Flow] notification cause 500 error since WordPress 4.6Hm. Do you have an example of an email being sent from your WordPress site that is not an email from Edit Flow? It would be helpful to verify what the FROM address is set to on those emails.