Hello,
I had another problem with php, for php 5.6 i've set some php functions in 'disabled functions' at php.ini, but those rules seems to be applied for php 7.0 too !
One client was using whmcs and contacted us because his whmcs wasn't working right, from logs i found
while site was set to use Php 7.0 and init_set isn't disabled, i was able to fix this only when i removed 'init_set' from php.ini of php 5.6
(if this can help php fpm is enabled)
Can someone help about those please?!
Thanks for support.
I had another problem with php, for php 5.6 i've set some php functions in 'disabled functions' at php.ini, but those rules seems to be applied for php 7.0 too !
One client was using whmcs and contacted us because his whmcs wasn't working right, from logs i found
Code:
[28-Oct-2017 14:11:47 UTC] PHP Warning: ini_set() has been disabled for security reasons in /home/----/public_html/init.php on line 0
(if this can help php fpm is enabled)
Can someone help about those please?!
Thanks for support.
Last edited by a moderator: