Hi Leute!
ich bin zur Zeit dabei, ein Projekt zu realisieren und stoße neuerdings auf folgenden Fehler, wenn ich im "Formularteile->Vor Formular" ff_getparam() aufrufe:
Fatal error: Call to undefined method stdClass::get() in /www/htdocs/????????/joomla15_vp/components/com_facileforms/facileforms.process.php(1047) : eval()'d code on line 98
Url sieht so aus:
.../joomla15_vp/index.php?option=com_facileforms&Itemid=68&ff_param_id=3
SourceCode:
//load the standard FacileForms library
$this->execPieceByName('ff_InitLib');
$this->execPieceByName('ff_InitUtilities');
// Parameter holen
// $id = ff_getParam("ff_param_id");
$id = JRequest::getVar("ff_param_id");
Es spielt auch keine Rolle, ob ich ff_getparam oder JRequest::getVar nehme.
Hätte jemand einen Vorschlag? Wäre echt gut.
gruß
Matthias