Problema risolto, correggendo fulltext con jos_content.fulltext
mysql_query ("INSERT INTO jos_content (jos_content.title, jos_content.alias, jos_content.introtext, jos_content.fulltext, jos_content.state, jos_content.sectionid, jos_content.catid, jos_content.created, jos_content.publish_up, jos_content.created_by_alias, jos_content.metakey, jos_content.metadesc) VALUES ('$title', '$alias', '$introtext', '$fulltext', $state, $sectionid, $catid, '$created', '$publish_up', '$created_by_alias', '$metakey', '$metadesc');") or die(mysql_error());