Advertisement:

Author Topic: Depreciated functions in Osclass - errors flare up with PHP 7.1.0  (Read 229 times)

BritWeb

  • Hero Member
  • *****
  • Posts: 770
  • If it ain't broke, don't fix it.
Hi

Just included 'define('OSC_DEBUG', true);' on the config.php file whilst testing osclass with PHP 7.1.0 and I had 'depreciated functions in Osclass' - errors flaring up

Quote
Deprecated: Function mcrypt_create_iv() is deprecated in C:\inetpub\wwwroot\oc-includes\osclass\helpers\hSecurity.php on line 398

Deprecated: Function mcrypt_create_iv() is deprecated in C:\inetpub\wwwroot\oc-includes\osclass\helpers\hSecurity.php on line 398

Deprecated: Function mcrypt_module_open() is deprecated in C:\inetpub\wwwroot\oc-includes\osclass\helpers\hSecurity.php on line 287

Deprecated: Function mcrypt_generic_init() is deprecated in C:\inetpub\wwwroot\oc-includes\osclass\helpers\hSecurity.php on line 289

Deprecated: Function mcrypt_generic() is deprecated in C:\inetpub\wwwroot\oc-includes\osclass\helpers\hSecurity.php on line 290

Deprecated: Function mcrypt_generic_deinit() is deprecated in C:\inetpub\wwwroot\oc-includes\osclass\helpers\hSecurity.php on line 291

Also on the search page left column the following show up.
Quote
Notice: Undefined index: fk_c_country_code in C:\inetpub\wwwroot\oc-content\themes\gum\class\frm\GumSearchForm.php on line 65

Notice: Undefined index: fk_i_region_id in C:\inetpub\wwwroot\oc-content\themes\gum\class\frm\GumSearchForm.php on line 80

Not sure if the developers are aware of this. Unable to attach pic on this forum.

Thanks