Steve Kemp 0 Posted December 7, 2020 Share Posted December 7, 2020 (edited) Ive just installed the cart and im running php 7.4 currently but will be moving to php 8 soon and im noticing warnings coming up in the Image Manager such as: Use of undefined constant IMG_RESIZE_OPTION - assumed 'IMG_RESIZE_OPTION' (this will throw an Error in a future version of PHP) now i know i can adjust error reporting on the server but im just wondering if this is older php 7 code errors that havent been brought uptodate yet? Edited December 7, 2020 by Steve Kemp Quote Link to post Share on other sites
Forum Support 5 Posted December 7, 2020 Share Posted December 7, 2020 Hi, This is a constant that should be defined in your /application/config/admin_defines.php file: define('IMG_RESIZE_OPTION', 'auto'); Quote Link to post Share on other sites
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.