Quote Originally Posted by DivaVocals View Post
No worries..
...
Specifically this part is problematic:
Code:
#SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4
FROM configuration_group
WHERE configuration_group_title= 'Testimonials Manager';
(The Zen Cart v1.5 threads on updating mods cover this and WHY it should NOT be included in SQL scripts for add-ons. If you recall I took this same kind of code out of the SQL for the Rewards points SQL)
If you'll notice, I had turned the problematic SET statements into comments ... thus also removing the problem.