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

    (@nintechnet)

    Hi

    We have customers running NinjaFirewall and WHMCS without any problem.
    Depending on your directories structure, can you try to whitelist the WHMCS folder with the “.htninja” configuration script?

    Thread Starter stephenss

    (@stephenss)

    Hi,
    It still cannot work.

    The difference is our WHMCS’s cron, downloads, templates_c and attachments are location /home/user/whmcs folder … while the rest located at /home/user/whmcs/

    Plugin Author nintechnet

    (@nintechnet)

    If you get a blank page, it means there is an error, either a PHP error or an HTTP one.

    -Force PHP to ouput error to the screen, open the .user.ini file and add those lines:

    ; Display errors:
    error_reporting = E_ALL | E_STRICT
    display_errors = On

    -Force PHP to log errors to file as well, by adding those lines to your .user.ini:

    ; Log errors:
    log_errors = On
    error_log = /path/to/errors.log

    Replace /path/to/errors.log with the full path where you want the log to be saved (must be writable).

    Check also your HTTP server error log.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘NF stop WHMCS from loading’ is closed to new replies.