Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 29, 20204 yr Does anyone have any experience getting rid of this message? I tried contacting my host and I can't remember whether they had fixed it or not. I switched to PHP 7.4 on cPanel, but it's not currently supporting ioncube and I noticed this warning again after switching back to PHP 7.3
March 29, 20204 yr You need to add these functions to the disable_functions setting in your php.ini configuration to disable the message. If you're still seeing the message, that means the change has not yet been applied. If your host can do this for you themselves, just contact them again and ask them to disable the functions listed here. Switching PHP versions would mean switching PHP configurations as well, so it makes sense you might see it appear again after switching versions.
March 29, 20204 yr Author 9 minutes ago, Makoto said: You need to add these functions to the disable_functions setting in your php.ini configuration to disable the message. I don't fully understand the steps on how to do that, otherwise I'd try it myself. Where do I go to edit my php.ini configuration? I would think these functions would show on "Select PHP Version" in cPanel where I see others, but these aren't listed there.
March 29, 20204 yr 1 minute ago, Pescao6 said: I don't fully understand the steps on how to do that, otherwise I'd try it myself. Where do I go to edit my php.ini configuration? I would think these functions would show on "Select PHP Version" in cPanel where I see others, but these aren't listed there. Do you see anything under WHM >> Home >> Software >> MultiPHP INI Editor ? If you're running the latest version of cPanel, you should see this available in WHM and you can edit your php.ini configuration here.
March 30, 20204 yr Author It seems like it was on there already. Any idea of why the error might be still showing on the ACP?
March 30, 20204 yr 1 minute ago, Pescao6 said: It seems like it was on there already. Any idea of why the error might be still showing on the ACP? Try restarting Apache and then running the Support tool in the IPS AdminCP if that doesn't work.
March 30, 20204 yr Author 🤔 I'm going to contact my host and see what they say. I'm using LiteSpeed and I rather have them restart it if needed in case it breaks.
March 30, 20204 yr In that case if you're using php-fpm or another CGI manager you'll need to restart that instead of just the web server. But yeah feel free to contact your host and just forward them the above request, they should be able to do it for you no problem.
March 30, 20204 yr Just restart Apache and PHP-FPM, the notification it will go away. Server restart is not needed.
March 31, 20204 yr Author If it helps anyone, the problem was I selected "ea-php7x" instead of "alt-php7x" Message gone. Problem fixed. 😎 Amazing quick and descriptive support from my host. @Makoto Thanks for teaching me a thing or two and trying to help. 🤗 @Lucas James Thanks for trying to help. 🙃