The Joomla developers left a bug in Joomla 3.2+ (even in 3.2b2 last time
 we checked), along with the Helix Framework. If the error is displayed 
you will see this:
เกิดความผิดพลาดในการติดตั้ง falang ใน joomla 3.2 แล้วไปเปิด languages fitter ที่ plugin manager
วิธีแก้
/libraries/cms/application/site.php on line 436
โค้ดเดิม "$tag = $this->getLanguage()->getTag();" 
แทนที่ด้วย  $tag = JFactory::getLanguage()->getTag();
ใช้ได้ผล 100 % ครับ
 
