randomuser2000
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] Changing opening location of “Browse for file”I haven’t got that kind of setting. The tabs of the settings are “General”, “Endpoint”, “Hashes”, “Login”, “Access” and none of them have “Server File Browser Base Dir” setting.
Forum: Plugins
In reply to: [Polylang] Search function not working with PolylangIt was the nginx.
Change try_files $uri $uri/ /index.php; to try_files $uri $uri/ /index.php?$args;
And that’s it! The plugin works properly now!
I noticed the $_REQUEST array is empty. I was getting surprised how could it be then i thought about the server and nginx. Yes the problem was a simple nginx misconfiguration:
Change try_files $uri $uri/ /index.php; to try_files $uri $uri/ /index.php?$args; to fix the issue. That’s it. And it solved my problem with another plugin too.
Forum: Plugins
In reply to: [Polylang] Search function not working with PolylangI have already tried reverting to a default theme. But it doesn’t change things. Search works on default language (English) but it is like that: “homepage.com” It doesn’t have extension like the Turkish one.
Another stranger thing, when i try to login with the custom url, wordpress says the “cookies should be enabled”(though they are enabled) but when i click the second time it just logins.
No i don’t use Woocommerce. Like i said in previous post even when there are no plugins and with default theme “Lost password” gets broken. Which file AIOWPS use the url change? I should just debug that file and output to the console.
Meanwhile i will try to install Firebug and look to the issue.
Thank you for your help.
Hi,
I deactivated all plugins and changed the theme to the default one. But the issue continues. If i disable the plugin it justs works fine. But with the plugin activated “Forgot Password” page gets broken.
So, it is not about theme or other plugins. I am using Ngnix and PHP-FPM. It seems it is having somekind of problem with that. Or maybe some server or php configuration i don’t know.
Yes it could be the Theme i guess. I am using the Gameleon theme. I will post when i disabling them.
But even if it was theme. There is still problem for me. Because i have to run url change in that theme.
Unfortunately, wp-security-log file is empty.
Yes url changes no problem. But the page itself doesn’t change. I still see login form in the page and Log-in title in browser title. So php sohlud read the action=lostpassword and serve the lost password form but it doesn’t
I don’t have any other security plugin.
How can we debug this?
Forum: Plugins
In reply to: WP Plugin that automatically post comments to user's FacebookCorrection: It would be “oneall.com”