• Resolved sanatolii

    (@sanatolii)


    If change firewall options and click “Save Firewall Options” we get a blank page with logo only and options not change. Аt the same time the message comes to the mail “NinjaFirewall is disabled because someone enabled debugging mode from your WordPress admin dashboard:” . In database options not change.
    Tested on version 4.2.4. 4.2.6.
    _________________________________________________________________________________________NinjaFirewall (WP edition) troubleshooter
    HTTP server : Apache/2.4.41 (Ubuntu) OpenSSL/1.1.1a PHP/5.6.40
    PHP version : 5.6.40
    PHP SAPI : APACHE2HANDLER

    auto_prepend_file : /home/moldgres/moldgres.com/docs/wp-content/nfwlog/ninjafirewall.php
    Loader’s path to firewall : /home/moldgres/moldgres.com/docs/wp-content/plugins/ninjafirewall/lib/firewall.php
    wp-config.php : found in /home/moldgres/moldgres.com/docs/wp-config.php
    NinjaFirewall detection : NinjaFirewall WP Edition is loaded (Full WAF mode)

    Loaded INI file : /etc/php/5.6/php.ini
    user_ini.filename : .user.ini
    user_ini.cache_ttl : 300 seconds
    User PHP INI : none found

    DOCUMENT_ROOT : /home/moldgres/moldgres.com/docs
    ABSPATH : /home/moldgres/moldgres.com/docs/
    WordPress version : 4.8.8
    WP_CONTENT_DIR : /home/moldgres/moldgres.com/docs/wp-content
    Plugins directory : /home/moldgres/moldgres.com/docs/wp-content/plugins
    User Role : Administrator
    User Capabilities : manage_options: OK – unfiltered_html: OK
    Log dir permissions : /home/moldgres/moldgres.com/docs/wp-content/nfwlog dir is writable
    Cache dir permissions : /home/moldgres/moldgres.com/docs/wp-content/nfwlog/cache dir is writable
    NinjaFirewall (WP edition) troubleshooter v1.9.2

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author nintechnet

    (@nintechnet)

    Does this occur only in the “Firewall Options” page?
    Maybe there’s a problem with your old PHP version 5.6.40.

    Can you enable debugging in WordPress and see if there’s anything written to the PHP error log:
    1. Edit your wp-config.php
    2. Search for:
    define('WP_DEBUG', false);
    3. Replace with:
    define('WP_DEBUG', true);
    4. Add this line below:
    define( 'WP_DEBUG_LOG', true );

    Try to save the firewall options and then check the debugging log which will be located in “/wp-content/debug.log”.

    Thread Starter sanatolii

    (@sanatolii)

    TNX!!!!
    PHP Fatal error: Call to undefined function ctype_digit() in ….
    Enable php module ctype and all functional WORKED!!!
    THANKS!
    P.S. Now I will open a new topic – there is another bug

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not save Options’ is closed to new replies.