Hello, I have a problem in the translation of events with JEents with Joomfish.
Installation of the Joomfish and Jevents did it successfully.
My data:
utf8_general_ci
PHP: 5.2.3
Web: Apache/2.2.4 (Win32) PHP/5.2.3
Joomla!: Joomla! 1.5.12 Stable [ Wojmamni Ama Woi ] 01-July-2009 02:00 GMT
Joomfish V2.0.3
JEvents v1.5.1
I added the file "jevents_vevdetail.xml" for incorporation into Joomfish.
<?xml version="1.0" ?>
<joomfish type="contentelement">
<name>JEvents</name>
<author>Mathis Dirksen-Thedens</author>
<version>1.0</version>
<description>Definition for JEvents Component</description>
<reference>
<table name="jevents_vevdetail">
<field type="referenceid" name="evdet_id" translate="0">ID</field>
<field type="titletext" name="summary" translate="1">Summary</field>
<field type="htmltext" name="description" translate="1">Description</field>
<field type="text" name="location" translate="1">Location</field>
<field type="text" name="url" translate="1">URL</field>
<field type="text" name="organizer" translate="1">Organizer</field>
<field type="text" name="contact" translate="1">Contact</field>
<field type="text" name="extra_info" translate="1">Extra</field>
</table>
</reference>
</joomfish>
But in attempting to translate an event I get the following error:
"Fatal error: Call to a member function getTable() on a non-object in C:\AppServ\www\XXXXXX\administrator\components\com_joomfish\models\ContentObject.php on line 574"
if I select JEvents of the tab "content elemenents" of Jommfish the following error:
Configuración
Informacion general
Nombre
Autor
Versión
Descripción
Referencia de DB
Fatal error: Call to a member function getTable() on a non-object in C:\AppServ\www\XXXXXX\administrator\components\com_joomfish\views\elements\tmpl\edit.php on line 82
I searched for information but I could not solve the problem
What is the problem and solution <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
Thanks for your time