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?
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/
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.