• Resolved vrabecccc

    (@vrabecccc)


    hello

    after i choose waf mode(same stuff happen for both modes) there is a minute or so loading time, then i get half loaded wordpress admin menus with blank page on the right.
    no messages, no php errors, no warnings, nothing.
    only thing i can do is refresh and repeat the installation which result in same thing every time.

    it is a first installation, php & nginx settings are the same as on many other servers i own and there firewalls are working great.

    thanks

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

    (@nintechnet)

    Hi,

    It looks like your server is having issues to connect to www.remarpro.com: when you click on the “Next Step” button from the installer first page, it will download the latest security rules from www.remarpro.com. Did you check your PHP logs?
    You can force WordPress to output error message:

    1. Open the wp-config.php and locate this line:
    define('WP_DEBUG', false);

    2. Replace it with:
    define('WP_DEBUG', true);

    Thread Starter vrabecccc

    (@vrabecccc)

    thanks for mentiong that it tries to download the rules.
    i was geting timeout error, when this was happening.
    so the solutiuon was to raise the timeout limit
    fastcgi_read_timeout 150;

    thank you for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t go past choosing WAF modes’ is closed to new replies.