In my test system, I have BBQ Firewall No valid JSON request in a block when activating BBQ Firewall. When disabled, everything runs normally. Now I have researched that the Addon Ellipses could fix this error. How can I activate the addon in the plugin or does it have to be in the htaccess?
Everything is displayed normally in the front of the website. In the backend, the error arises: error when loading the block. The answer is not a valid JSON answer. I have activated BBQ Firewall on the productive page:https://shop.drogist-n.de, so you can get a picture.
# Schütze wp-config.php <Files wp-config.php> Order allow,deny Deny from all </Files>
# Deaktiviere Directory Browse Options -Indexes
# Server Signature deaktivieren ServerSignature Off
# Zugriff auf install.php blockieren <Files install.php> Order Allow,Deny Deny from all </Files>
# Zugriff auf readme.html/liesmich.html blockieren <FilesMatch "^(readme|liesmich)\.html?$"> Order Allow,Deny Deny from all Satisfy All </FilesMatch>
# Zugriff auf error_log blockieren <Files error_log> Order Allow,Deny Deny from all </Files>
# Deaktiviere XML-RPC <Files xmlrpc.php> Order Deny,Allow Deny from all </Files>
# BEGIN WordPress # Die Anweisungen (Zeilen) zwischen „BEGIN WordPress“ und „END WordPress“ sind # dynamisch generiert und sollten nur über WordPress-Filter geändert werden. # Alle Änderungen an den Anweisungen zwischen diesen Markierungen werden überschrieben. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Ok thanks. In order to help, I need to be able to repeat the error on default WordPress. So if you can provide the steps to follow along, something like:
1. Install WP 2. Install/activate BBQ 3. Perform some action 4. Etc., until the issue happens
That will enable me to follow along, recreate the issue, and investigate asap.
Let me know if you would like me to look into this further. Just need the steps to repeat the issue and should be able to resolve any false positive from there.
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘No valid JSON request’ is closed to new replies.