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 -
Just thought you might want to add that to the script for those upgrading from v1.37PHP Code:
ALTER TABLE `zen_testimonials_manager` ADD `last_update` datetime NULL DEFAULT NULL AFTER `date_added` ;
Ruth
Bookmarks