NinjaFirewall installation failed
-
Hello,
I’m having trouble installing NinjaFirewall on WP 4.6 on this site: https://arthurwagner.com.
The odd thing is that I have another WordPress site running NinjaFirewall on the same VPS without this problem.
I’m getting these messages:
Error: the firewall is not loaded. (after installation)
NinjaFirewall fatal error: Unable to communicate with the firewall. Please check your PHP INI settings. Review your installation, your site is not protected. (in the dashboard)
NinjaFirewall (WP edition) troubleshooter
HTTP server : Apache
PHP version : 5.4.45
PHP SAPI : CGI-FCGIauto_prepend_file : /home/xx/public_html/wp-content/nfwlog/ninjafirewall.php
NinjaFirewall detection : NinjaFirewall WP Edition is loadedLoaded INI file : /home/xxx/public_html/php.ini
user_ini.filename : .user.ini
user_ini.cache_ttl : 300 seconds
User PHP INI : php.ini found –DOCUMENT_ROOT : /home/xxx/public_html
wp-config.php : found in /home/xxx/public_html/wp-config.php
ABSPATH : /home/xxx/public_html/
WordPress version : 4.6
WP_CONTENT_DIR : /home/xxx/public_html/wp-content
Plugins directory : /home/xxx/public_html/wp-content/plugins
User Role : Unknown role (or user not logged in)
NinjaFirewall (WP edition) troubleshooter v1.2I have a php.ini file, updated by NinjaFirewall. I don’t see a .user.ini file in the public_html folder in the remote.
The .htaccess with and without the following code, but I don’t think there is anything else in it related to NinjaFirewall.
# BEGIN NinjaFirewall <IfModule mod_env.c> SetEnv PHPRC /home/arthurwa/public_html/php.ini </IfModule> # END NinjaFirewall
.htaccess also has this code:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
There is other code in the .htaccess, but the problem persists whether it’s present or not.
What should I check next?
- The topic ‘NinjaFirewall installation failed’ is closed to new replies.