muggz
Forum Replies Created
-
Thank you, that should help to avoid a false sense of security that currently exists with multiple installs on shared servers.
BTW, my hosting plan is with InMotion Hosting.
Sweet, thank YOU for the awesome firewall!
disabling NF, renaming parent php.ini and commenting out .htaccess allowed activation and place me where it should, in WordPress WPF mode. Then allowing NF to make the changes to Full WAF mode was successful.
Would you like me to do any more testing?
It’s definitively using the parent:
auto_prepend_file: /home/****/public_html/wp-content/nfwlog/ninjafirewall.phpI’ll disable, rename php.ini and comment out .hta once more….
Plugin activated with that one, overview is saying:
Mode NinjaFirewall is running in Full WAF mode.yet, the php.ini nor the .htaccess has been modified on the child site.
/home/*****/public_html/mysite.tld/wp-content/mu-plugins/0-ninjafirewall.php exists with permissions set to 644
That gave me the following error:
Plugin could not be activated because it triggered a fatal error.
Error, cannot write /home/*****/public_html/mysite.tld/wp-content/mu-plugins/0-ninjafirewall.php. Check your server permissions and try again.
Just saw your above post and will report back…
OK, more info….
I disabled NF on the parent
renamed the php.ini in the root of the parent
commented out the below section of the .htaccess in the root of the parent:
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/*****/public_html
</IfModule>and still receive the “The plugin does not have a valid header.” error upon activating.
As an FYI, on the other three child sites, I was able to install v3.x without disabling the parent and was successful at them upgrading to 4.0
I simply deactivated the plugin on the parent and upon activating on the child, I still received the “The plugin does not have a valid header.” error.
I guess I could manually edit the .htaccess and php.ini, but I’d imagine you want to fix the issue.
I installed NF on 3 other child sites using v3.x without error, I’ll try your suggestion and report back
Removing the line: Plugin Name: NinjaFirewall (WP Edition)
from the lib/ninjafirewall.php did allow activation, however the overview page says:
Firewall Enabled
Mode NinjaFirewall is running in Full WAF mode.
Edition WP Edition ~ Need more security? Get Premium!
Version 4.0 ~ Security rules: 2019-07-01.2
PHP SAPI CGI-FCGI ~ 7.2.19and neither the php.ini or .htaccess in the root of the child site was modified
I have the same The plugin does not have a valid header. error whether I add via “Search plugins” or download from your site and upload.
This is being installed on a shared site beneath another install. Versions prior to 4.0 installed fine on sites beneath the parent.
After the “The plugin does not have a valid header.”, If I click on the activate button from the plugin page, the activation states it was successful and says it is running in Full WAF mode, but the .htaccess and php.ini is never modified.
I had no issues with the older version, the auto_prepend line was added to php.ini and the suPHP_ConfigPath was added to .htaccess just fine.
Even changing the parent install to debug mode did not stop the install error. Could I download an older version and upgrade to 4.0? That worked on the other three child installs.
Forum: Themes and Templates
In reply to: [Customizr] Website loading too slowThis is likely to be the cause:
http://wordpress.org/support/topic/header-image-kills-performance
Comment out the lines in that post and the slowdown may go away.