Webbstart Posted April 14, 2019 Share Posted April 14, 2019 Hey, I recently upgraded my PHP version and some of my add-ons not working with the new version. How do I know which add-ons that not work with the new version? 0 Quote Link to comment Share on other sites More sharing options...
string Posted April 14, 2019 Share Posted April 14, 2019 The PHP version compatibility check could help you. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS ChrisD Posted April 14, 2019 Share Posted April 14, 2019 As @string indicated the PHP Version Check is a good starting point, you could also enable errors under Setup > General Settings > Other > Display Errors & Log Error this will provide an output when you navigate thru the system of any problematic modules. Lastly for modules acquired from the MarketPlace I'd also recommend checking the MarketPlace to see if they list compatibility 0 Quote Link to comment Share on other sites More sharing options...
yggdrasil Posted April 15, 2019 Share Posted April 15, 2019 14 hours ago, BunnyBloYT_Hosting said: Hey, I recently upgraded my PHP version and some of my add-ons not working with the new version. How do I know which add-ons that not work with the new version? You need to check with the add-ons developer to see if your PHP version is compatible. They probably have an update available. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted April 15, 2019 Share Posted April 15, 2019 12 hours ago, yggdrasil said: They probably have an update available. or if they don't, you'll need to find a) an alternative solution, b) continue without the addon or c) downgrade PHP to a version that works with the addon... ideally, you should have checked all this before upgrading PHP (or upgrading WHMCS for that matter). 🙂 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted April 15, 2019 Share Posted April 15, 2019 If the addon code is old, it could have shorttags ("<?" vs regular "<?php ") in use and at some point, that I don't recall, shorttags were turned off by default. Check your new php version's php.ini file for shorttags and set to on and see if that helps. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.