UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline

need a bit of help creating a Falang ContentElement

Alex Lee · ·
11:46 PM Tuesday, 03 February 2015
None
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
The replies under this section are restricted to logged in users or users with an active subscription with us