View Single Post
  #6 (permalink)  
Old 07-12-2008, 02:44 AM
kanishi kanishi is offline
New Pligger
 
Join Date: Jul 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
I'm getting this error too,
and solotion is edit file submit.php, delete this paragraph

Quote:
if(strlen($linkres->title) < minTitleLength || strlen($linkres->content) < minStoryLength ) { // if link title or descrition is too short
$main_smarty->assign('submit_error', 'incomplete');
$main_smarty->display($the_template . '/submit_errors.tpl');
$error = true;
}
Reply With Quote