tep_guarantee_subarray error
Posted: Sat Sep 25, 2021 3:34 am
Hi... I am upgrading my site from 1.0.7.12 to 1.0.7.13 at the moment...
I have noticed this depreciation error repeated multiple times in my error log;
this seemed to me to be a forced error to prevent a further problem so I deleted it to see what happened and I got this error;
Do I have to worry about this error or can I just leave it running in the background? - Obviously the depreciated error not the secondary one.
Thanks
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