hey how goes,
i'm trying to get the Falang to work on EasyDiscuss i've made a quick test to see if things would be simple seems to be pretty straight forward but i'm getting a 500 error when i select the actual category to translate
<falang type="contentelement">
<name>EasyDiscuss : Categories</name>
<author>Alex Lee</author>
<version>1.0</version>
<description>Definitions for EasyDiscuss categories</description>
<reference>
<table name="discuss_category">
<field type="referenceid" name="id" translate="0">ID</field>
<field type="titletext" name="title" length="50" maxlength="500" translate="1">Title</field>
<field type="text" name="description" length="50" maxlength="500" translate="1" >description</field>
</table>
</reference>
</falang>
do you see any thing that pops out, i've seen you have one for the EasyBlog so you may be able to help me out for this.
i'm getting a
KExceptionFailure | Fatal Error [500]
Call to a member function getTable() on a non-object
.../administrator/components/com_falang/models/ContentObject.php:750
745 }
746 }
747 /** Returns the content element table this content is based on
748 */
749 function getTable() {
750 return $this->_contentElement->getTable();
751 }
752
753
754
755 /**
make any sense?
best