Quote Originally Posted by HeathenMagic View Post
Many thanks Clyde,

That stopped the error showing up. The sidebox doesn't seem to show at the moment, and I checked the page that shows the testimonials and that has the bottom icons only.

http://www.thegemtree.com/index.php?...l_testimonials

Do I have to use the ALTER TABLE for other of the sql components do you think?
You'll need to update the testimonials to reflect the language id.

run this sql statement:

copy and paste into admin -> tools -> install sql patches and click the send button.

Code:
UPDATE `testimonials_manager` SET `language_id` = '1' WHERE `language_id` =0 ;