Forum Replies Created

Viewing 11 replies - 16 through 26 (of 26 total)
  • Thank you @pilotspelman for the explanation. After reading your description I understand this is something that can be “fixed” using tags. For this reason I tried to go inside Posts -> Tag -> My Tag and select the UAM group to associate to my tag under the same heading, “Set up user groups”. Unfortunately this didn’t solve the issue for me, but for sure I misunderstood what to do exactly.

    Thanks a lot!

    @pilotspelman could you please provide more details about the workaround you have found? I tried to play around a bit with categories and tags but couldn’t understand exactly how to solve.

    Hello! I can confirm there is a conflict between Postie and UAM.

    Every time I post via Postie, the category is not set and this makes my new post invisible unless I set manually the category. I noticed that two INSERTS are needed into the wp_term_relationships table but just one is performed when UAM is enabled.

    Further references here.

    I’ve just found out it was due to a conflict with this plugin. Please Help!

    Thread Starter fbcyborg

    (@fbcyborg)

    Hello @wayneallen-1 I can confirm this is a conflict with UAM. What do you suggest? Actually, after disabling the plugin, the post was correctly imported.

    Thanks in advance!

    Thread Starter fbcyborg

    (@fbcyborg)

    Basically the root cause is that the following INSERT is being skipped:

    INSERT INTO wp_term_relationships (object_id, term_taxonomy_id) VALUES (7182, 10);

    And I’m still looking for the reason why this is happening.

    Thread Starter fbcyborg

    (@fbcyborg)

    Hi!

    I have some news since I could debug a bit the problem. I can provide you the full log file in case of need but please find the below considerations.

    I have category having ID = 10 and tag with ID = 11.
    For what I could see, every time I send an e-mail to the configured address,
    the batch runs and it creates just one new row into the wp_term_relationships table.
    This means that I have one new row with ID 11 only. If I make a comparison to the posts having the category and tag being associated, I see this for the correct posts:

    {"object_id":"7174","term_taxonomy_id":"11","term_order":"0"},
    {"object_id":"7174","term_taxonomy_id":"10","term_order":"0"},

    While I only see this for the new post without the category:

    {"object_id":"7182","term_taxonomy_id":"11","term_order":"0"},

    I tried to manually insert a new entry into the wp_term_relationships table and could see the post correctly in the Admin panel (meaning that I can see both category and tag set as well as the author). This is equivalent to setting up the category in the admin panel.

    Here’s what I could see in the debug logs:
    [14-Jan-2023 14:52:06 Europe/Rome] Postie [debug]: Query: INSERT INTO wp_term_relationships (object_id, term_taxonomy_id) VALUES (7182, 11)
    Which is okay as reported above.

    But I cannot see the other insert instruction for term_taxonomy_id = 10.

    The below query raises me a suspect (why is it excluding 10 in the NOT IN clause?):

    [14-Jan-2023 14:52:06 Europe/Rome] Postie [debug]: Query: 
    			SELECT DISTINCT t.term_id
    			FROM wp_terms AS t  INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
    			WHERE tt.taxonomy IN ('post_tag') AND t.term_id NOT IN (10,29,30) AND tr.object_id IN (7182)

    I suspect it is something related to a missing database configuration for such category having id = 10 on the core of WordPress but can’t understand which one for now.

    Do you have any idea?

    Thanks!

    • This reply was modified 3 years, 5 months ago by fbcyborg.
    Thread Starter fbcyborg

    (@fbcyborg)

    Hello!

    Here’s an example after the “automatic” import from the mailbox. As you can see, the Author’s name is actually correct, but the Category isn’t set at all.

    Thread Starter fbcyborg

    (@fbcyborg)

    Hello,

    thank you for replying. Regarding the user, it is linked to the post as expected.
    I am definitely using a category, not a custom taxonomy. After the new article creation, I see just a “dash sign” (it’s like a minus) under the category column within the article list (which is different from “no category” as far as I know).

    By saying okay I mean that it worked as expected (category is assigned) on manual run. But if I let the scheduled task run every “xx” minutes, I can’t see any category for the new article.

    Sorry, I thought there’s no more people supporting this plugin and I was hoping some other user would have some hint. Apologizes, I understand.

    Just let me know if I can put some debug log or do any specific test on the source code. Consider that this website is coming from a manual WordPress core upgrade from version 4.2 to 6.1.1.

    Thread Starter fbcyborg

    (@fbcyborg)

    Hello, sorry for posting again but after lot of debugging and being unable to solve, I would like to ask if someone knows an alternative to Postie. This plugin seems to be no longer working when fetching e-mails automatically.

    If I try the manual run, it is almost okay. I tried to uninstall this plugin and then install again with no luck. I noticed the database was not cleared after the plugin uninstallation since the settings have been restored once I installed it again. If someone knows how to perform a full removal process would be great!

    I don’t understand such NO support at all by Postie developers.

    Thanks

    Thread Starter fbcyborg

    (@fbcyborg)

    Hi! anyone can help me please?

    Let’s add some more information about the plug-ins I’m using:

    • Aruba HiSpeed Cache
    • Cookie Notice & Compliance for GDPR / CCPA
    • Custom Login
    • Embed Plus YouTube WordPress Plugin
    • NextGEN Gallery
    • Postie
    • Simple Custom Post Order
    • Simple Visitors Counter
    • Social Gallery and Widget
    • Subscribe2
    • Team Showcase
    • Theme My Login
    • Ultimate Product Catalog
    • User Access Manager
    • WP Instant Feeds

    I’ve read something about a compatibility issue with UAM but not sure it is because of this plugin, since Postie was working well on WordPress 5 and UAM.

    Thanks @ayanizeco great hint!

    Hopefully @themepoints will add at least this feature to the free version soon.

Viewing 11 replies - 16 through 26 (of 26 total)