klav
Forum Replies Created
-
Same issue as many others. Unable to enable Firewall in Azure web app.
I have not been able to correct my issue. I sent an email out to WF with the source but haven’t heard back yet.
Hi @wfalaa
– You aren’t using Cloudflare, are you?
No, we are not using Cloudflare– Are you getting the same “ERR_SPDY_PROTOCOL_ERROR” response in the console?
I am not seeing this– I need to know some examples of ajax requests that you have hard time with, are they related to certain plugin?
Can I email you pastebins to alaa [at] wordfence [dot] com?– Is the ajax request working fine while logged in as admin?
Results are the same when logged in or notSorry, I had sent it to the default email that was listed there. Just sent again to the correct address with ‘klav’ in the notes. Thanks!
I had turned the firewall off last Thursday evening, so you may have to look back a bit if it is a full report.
- This reply was modified 8 years, 1 month ago by klav.
@wfalaa — Sent. Thanks!!
@wfalaa because it doesn’t work when Wordfence Firewall is Enabled, but works when it’s Disabled.
Same issue here. Wordfence is preventing session/headers being set via ajax call. Not seeing anything in live traffic or diagnostics. No server log errors either.
I do want to add that ‘Learning Mode’ acts the same as if the firewall was enabled. It’s blocking these ajax calls as well, with no diagnostic data coming in.
- This reply was modified 8 years, 1 month ago by klav.
Forum: Plugins
In reply to: [font-resizer] Not compatible with wp 3.9I see… js files were loading above jquery. Just make sure they load below
Forum: Plugins
In reply to: [font-resizer] Not compatible with wp 3.9I’m assuming I have the same issue. Running 3.9.1 and it does not work. Going to take a further look.
Forum: Fixing WordPress
In reply to: Include not working from index.phpthanks for your reply. I just got it but it’s a really ODD solution. Here’s what i had to do.
On index.php I included “global_navigation,” with
<? include ("global_navigation.php"); ?>then inside global_navigation i included another with:
<?php if ( is_page('news') ) { include 'navigation_news.php'; } ?>Now it can see ‘news’ very weird no?
Forum: Fixing WordPress
In reply to: Site not showing up after moving directoyOk so I just took my backup and re-installed my site. I removed the catalog and then the entire site folder. I create a new subfolder within the doc root, changed all the site addresses within my backup db and then restored.
All is well and good… for now. There is nothing I did to the site during the day. I am very confused because I couldn’t have indirectly affected this site by installing 2.3.3 in another subdirectory. Could I have? I created a new catalog for the fresh install.
Still confused. Any ideas?