Vlaflip-1 Posted August 6, 2025 Share Posted August 6, 2025 Hello, I'm getting this error: "Function strftime() is deprecated" when I run an email test with IPB v4.7.22. I searched for it on Google and ended up on their website: https://invisioncommunity.com/forums/topic/481065-email-settings-error-php-function-strftime-is-deprecated/ This solution doesn't work either. Does anyone have any ideas on how to fix this? Grt Link to comment Share on other sites More sharing options...
0 The Grim Reaper Posted August 7, 2025 Share Posted August 7, 2025 What php version do you use ? Link to comment Share on other sites More sharing options...
0 Vlaflip-1 Posted August 7, 2025 Author Share Posted August 7, 2025 PHP Version 8.1.32 clean install. Link to comment Share on other sites More sharing options...
0 The Grim Reaper Posted August 9, 2025 Share Posted August 9, 2025 You got this error because the function is deprecated and is intended to be removed. You can try to add this code into your php.ini to suppress the deprecation warning : error_reporting = E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED The other method i have means for you to manual edit inside the code and if you`re not comfortable with editing,will not help you. Link to comment Share on other sites More sharing options...
0 Vlaflip-1 Posted August 11, 2025 Author Share Posted August 11, 2025 On 8/9/2025 at 4:24 PM, The Grim Reaper said: You got this error because the function is deprecated and is intended to be removed. You can try to add this code into your php.ini to suppress the deprecation warning : error_reporting = E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED The other method i have means for you to manual edit inside the code and if you`re not comfortable with editing,will not help you. It is fix and working thank for your help.. Link to comment Share on other sites More sharing options...
0 The Grim Reaper Posted August 15, 2025 Share Posted August 15, 2025 The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic. 1 Link to comment Share on other sites More sharing options...
Question
Vlaflip-1
Hello, I'm getting this error: "Function strftime() is deprecated" when I run an email test with IPB v4.7.22. I searched for it on Google and ended up on their website: https://invisioncommunity.com/forums/topic/481065-email-settings-error-php-function-strftime-is-deprecated/ This solution doesn't work either. Does anyone have any ideas on how to fix this?
Grt
Link to comment
Share on other sites
5 answers to this question
Recommended Posts