By Alex Lee on Tuesday, 03 February 2015
Posted in Technical Issues
Replies 1
Likes 0
Views 1.4K
Votes 0
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
I think you probably need to get in touch with the Falang devs as I believe they probably need to add the include path to these "tables" (Not 100% sure as I don't really know the logics behind it)
·
Wednesday, 04 February 2015 02:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post