Nice update Dave!


Getting the classic 'headers already sent' error when operating the uninstall button:

--> PHP Warning: Cannot modify header information - headers already sent by (output started at /###/shop/zc_plugins/TestimonialManager/v2.5.0/Installer/ScriptedInstaller.php:168) in /###/shop/YOUR_ADMIN/includes/functions/general.php on line 19.


No cause/fix found yet.



Also, ScriptedInstaller.php updates needed:


Example Testimonial Image...
replace this:
avatars/cbgdave.png

with this:
avatars/cbg_dave.png


Uninstall...
replace this:
$sql = "DROP TABLE ' . $table_name . '";

with this:
$sql = "DROP TABLE $table_name ";



Zen Cart 1.57c running PHP 7.3.33