Start a conversation

Handling PHP Deprecated Function Errors While on Kayako

Overview

When accessing the user, staff, and admin pages on Kayako Classic, you might receive "Deprecated Function" errors from PHP.

Example: Deprecated: Function mcrypt_get_iv_size() is deprecated in...

 

Information

As a constantly developing language, newer PHP versions include functions that become deprecated. These functions cease to exist or change the expected result of the function as further versions of PHP are released. These changes can result in warnings and error messages when you update your version of PHP and run existing code. Using these deprecated functions results in the creation of warnings or errors, as described above. 

If you received errors regarding function deprecation, you have two options:

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments