Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Pescao6 Posted March 29, 2020 Posted March 29, 2020 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
Makoto Posted March 29, 2020 Posted March 29, 2020 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.
Pescao6 Posted March 29, 2020 Author Posted March 29, 2020 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.
Makoto Posted March 29, 2020 Posted March 29, 2020 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. Pescao6 1
Pescao6 Posted March 30, 2020 Author Posted March 30, 2020 It seems like it was on there already. Any idea of why the error might be still showing on the ACP?
Makoto Posted March 30, 2020 Posted March 30, 2020 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.
Pescao6 Posted March 30, 2020 Author Posted March 30, 2020 🤔 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.
Makoto Posted March 30, 2020 Posted March 30, 2020 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.
Lucas James Posted March 30, 2020 Posted March 30, 2020 Just restart Apache and PHP-FPM, the notification it will go away. Server restart is not needed.
Pescao6 Posted March 31, 2020 Author Posted March 31, 2020 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. 🙃 hallorene 1
Recommended Posts