fbcyborg
Forum Replies Created
-
Forum: Plugins
In reply to: [Postie] No category and wrong Author after postingHello,
I solved the issue with the following query:
DELETE
FROM wp_uam_accessgroup_to_object
WHERE object_id = 10 AND general_object_type = _term_Forum: Plugins
In reply to: [Social Gallery and Widget] Error validating access tokenThank you very much @sakinshrestha it’s ok now, no worries 🙂
Forum: Plugins
In reply to: [Login Security Captcha] Warning on Google reCAPTCHA admin panelOk I understood why I couldn’t make v3 working! 🙂
It was due to the fact that I forgot I created v2 only reCAPTCHA site on Google.
Thanks a lot!
Forum: Plugins
In reply to: [Login Security Captcha] Warning on Google reCAPTCHA admin panelThanks a lot for replying. So I guess it is due to the failed attempts registered during my test phase. So I guess this warning will disappear eventually.
I tried reCAPTCHA v3, but for some reason I don’t see any reCAPTCHA stuff/icon once I save the settings. Also, the reCAPTCHA (v2) is visible only within the registration form (the one that I really need for now).
I use Frosty Media Custom Login plugin and “Theme my Login” plugin which I don’t think it makes any interference.
Forum: Developing with WordPress
In reply to: $args[‘exclude’] function in class-wp-term-query.phpYes, definitely. I think the best solution is to opt out for a different combination of plugins. Either change UAM or Postie. I see no other possibility.
Thanks a lot!
Forum: Developing with WordPress
In reply to: $args[‘exclude’] function in class-wp-term-query.phpYes, it only happens in production and I tried to replicate as much as possible the prod configuration on my local environment, but let’s summarize the differences:
- PHP: PROD: 8.0.27, localhost: 8.0.0
- MySQL: PROD (5.5.62-38, Yes I know it’s obsolete but since an upgrade will cost money, let’s keep it as last option), localhost: 5.7.33 – MySQL Community Server)
- Database User permissions: need to investigate in PROD, I gave everything on localhost
- There’s no difference between theme and plugins
Forum: Developing with WordPress
In reply to: $args[‘exclude’] function in class-wp-term-query.phpThanks a lot @bcworkz !
I’ll do that as soon as I can. It’s very weird anyway, that this problem occurs only in production. Taking the whole site and installing on localhost gives no problem.
Forum: Plugins
In reply to: [Postie] No category and wrong Author after postingHi,
I noticed a strange fact in production with respect to the localhost setup on my laptop:
This sounds weird to me, because I see many UAM queries in production, but the localhost site is the same apart the URL which point to localhost.
Forum: Developing with WordPress
In reply to: $args[‘exclude’] function in class-wp-term-query.phpThank you very much for the explanation. Consider that I started this thread to get help on understanding the flow, as mentioned before, but the original issue is described here and it deals with a possible conflict between two plugins: User Access Manager and Postie.
I think removing that data after it is added is a bit risky even if it would be a temporary fix, since I suppose that function is executed by many other functions within the wordpress core.
Forum: Plugins
In reply to: [Postie] No category and wrong Author after postingHello I have found a difference between the working case (RIGHT) and the production case:

I do not understand why in production I see this clause:
AND t.term_id NOT IN (10,29,30,31)By the way I submitted the postie logs to the support addon email.
Forum: Plugins
In reply to: [Postie] No category and wrong Author after postingThank you!
I made a test setting up Force User Login to Yes but was unsuccessful. I also made sure the e-mail used to send the post had an associated username.
I’m going to install the support addon and let you know.
By the way, I see this red warning at the support addon page: “Please do not install this plugin unless requested to do so.“
Is it sort of dangerous?
- This reply was modified 3 years, 3 months ago by fbcyborg.
Forum: Plugins
In reply to: [Postie] No category and wrong Author after postingThank you for replying. I would like to make a test (even changing a bit the source code): is it possible to hardcode username/password in postie so that it believes it is authenticated and go to the “manual mode”?
Another idea I have is to try to track via DEBUG logs all the main flow parts to understand where it fails. It’s weird such problem is happening only in production.
So you also think it could be an idea to install the support addon? Any risk?
- This reply was modified 3 years, 3 months ago by fbcyborg.
Forum: Plugins
In reply to: [Postie] How to test Postie on localhost?Thank you!
It worked just adding the following line:
define('ALTERNATE_WP_CRON', true);Forum: Plugins
In reply to: [Postie] No category and wrong Author after postingHi @wayneallen-1, stated that it is supposed to be a bug with UAM since if I disable such plugin everything is going ok, I have a question for you: what is the difference between the manual run (which is working well) and the automatic schedule? There should be something different between the two modes otherwise I can’t explain why it works in the first case.
In the meantime I opened an issue on GitHub to the UAM plugin project owner.
thank you
Forum: Plugins
In reply to: [User Access Manager] Potential conflict with the Plugin PostieFor your information @pilotspelman I opened a bug here.