Quote Originally Posted by clydejones View Post
try running this from admin -> tools -> install sql patches

Code:
ALTER TABLE `links` CHANGE `links_status` `links_status` TINYINT( 1 ) NOT NULL DEFAULT '2';
I was able to successfully run the sql patch but am still receiving the error when I run the update_links_manager.sql.

Any suggestions?

Thanks again - Tim