Totally Zenned
- Join Date:
- Aug 2004
- Location:
- Fountain Hills, AZ
- Posts:
- 476
- Plugin Contributions:
- 0
Testimonial Manager Support Thread
By the way, I did find an issue in the admin after the upgrade that was easy to solve. In the upgrade SQL script you did not include adding the update field, which did not exist in the 1.37 table - so I ran the following script and it corrected the error -
ALTER TABLE `zen_testimonials_manager` ADD `last_update` datetime NULL DEFAULT NULL AFTER `date_added` ;
Just thought you might want to add that to the script for those upgrading from v1.37
Ruth