lonevvolf
Forum Replies Created
-
@wfpeter, sorry to bug you, but is there anything we can do here to debug the issue? I have confirmed again that all the settings are correct, and all the headers should be passed through to the application.
Forum: Plugins
In reply to: [OpenID Connect Generic Client] Enforce Privacy doesn’t protect REST API@tnolte Thank you – I have already done exactly that but looking forward to removing that once the issue has been resolved. Thanks again for the great response.
@wfpeter, Thank you for the reply.
I have checked all of these settings, and they are all correct. The IP shown in the hostname field of the blocked calls is also different than that which is shown in the allowed calls, even for the same session/user. The IP in blocked calls is the same as the Trusted Proxy setting. The Page Visited on blocked calls also seems to resolve using a different method, since blocked calls are showing the internal app FQDN, while allowed calls are correctly showing the externally requested FQDN.
Forum: Plugins
In reply to: [Blue Storage] Upload returns errorPHP 7.3
WP 5.3.2Forum: Plugins
In reply to: [Blue Storage] Upload returns errorIn the debug log, I see:
[23-Jan-2020 09:51:29 UTC] PHP Warning: fopen(D:\home\site\wwwroot/wp-content/uploads/2020/01/testImg3.png): failed to open stream: No such file or directory in D:\home\site\wwwroot\wp-content\plugins\blue-storage\blue-storage-util.php on line 538
[23-Jan-2020 09:51:29 UTC] PHP Warning: Use of undefined constant localFileName – assumed ‘localFileName’ (this will throw an Error in a future version of PHP) in D:\home\site\wwwroot\wp-content\plugins\blue-storage\blue-storage-util.php on line 540Forum: Plugins
In reply to: [Theme: lime-slice] Login LinkDarby,
You just have to edit the theme in the admin tool, and replace that text. I believe it’s in the Footer area (you can select the page to edit on the right hand side).
Forum: Plugins
In reply to: [Theme: lime-slice] Login LinkHas there been any progress here?
Forum: Fixing WordPress
In reply to: Search function not workingSolved this by installing the latest version, which technically has a lower version number than the one I had! Version 3.14159 is very cute, but when the final version number ends up being lower, it’s not very helpful. Final version here:
http://www.neato.co.nz/ultimate-tag-warrior/Forum: Fixing WordPress
In reply to: Search function not workingThis apparently has something to do with Ultimate Tag Warrior – if I disable the plugin, and remove the extra elseif from my theme’s header, the search seems to work fine.
Forum: Fixing WordPress
In reply to: Search function not workingWhy would the search function always give me:
No posts found. Try a different search?I can’t imagine what’s going on here. Where in the code is the actual search performed? Can someone please take a look and see if there’s any reason this wouldn’t work. π
Forum: Fixing WordPress
In reply to: Search function not workingI’ve gotten a bit further, but I still need help.
The search.php and searchform.php were missing from my theme. But now that I’m using them, why isn’t it finding any results?