StreetMoney Member Jul 19, 2012 417 8 Feb 12, 2013 #1 When I post a story Eveything works perfect but when its for author name it show -0 i want to know if there is a sql for it or not?
When I post a story Eveything works perfect but when its for author name it show -0 i want to know if there is a sql for it or not?
Dann ohi Jan 26, 2013 234 49 Feb 12, 2013 #2 Run this SQL in your database, should work: Code: ALTER TABLE `cms_news` CHANGE `author` `author` VARCHAR( 32 ) NOT NULL DEFAULT '1'; Upvote 0 Downvote
Run this SQL in your database, should work: Code: ALTER TABLE `cms_news` CHANGE `author` `author` VARCHAR( 32 ) NOT NULL DEFAULT '1';
StreetMoney Member Jul 19, 2012 417 8 Feb 12, 2013 Thread starter #3 Thanks For This You ROCK!!! Upvote 0 Downvote