Jump to content
WebFlake
  • 0

Function strftime() is deprecated


Vlaflip-1

Question

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

  • 0

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

  • 0
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

Guest
This topic is now closed to further replies.
×
×
  • Create New...