I have noticed this depreciation error repeated multiple times in my error log;
Code: Select all
PHP Deprecated: The tep_guarantee_subarray function has been deprecated. in .../includes/system/versioned/1.0.7.other/1.0.7.12/guarantor.php on line 43
Code: Select all
PHP Fatal error: Uncaught Error: Call to undefined method Guarantor::guarantee_all() in .../includes/system/versioned/1.0.7.other/1.0.7.12/hooks.php:76
Stack trace:
#0 .../includes/system/versioned/1.0.7.other/1.0.7.12/hooks.php(128): hooks->load('system', 'system')
#1 .../includes/application_top.php(32): hooks->register('system')
#2 .../index.php(13): require('/home/devcreat/...')
#3 {main}
thrown in .../includes/system/versioned/1.0.7.other/1.0.7.12/hooks.php on line 76Thanks