[TYPO3-project-formidable] formidable default install and example code not working out-of-box

Andres Toomsalu andres at active.ee
Tue Nov 4 11:42:00 CET 2008


Thank you Luc - that line I was missing as it is not documented in typo3 
wiki article. Nice if it would be mentioned in Wiki page also as it 
cruicial info for getting familiar with formidable.
However it is documented here: 
http://formidable.typo3.ug/tutorials/start-up-a-project-with-formidable.html

----------------------------------------------
Andres Toomsalu, andres at active.ee




Luc Muller wrote:
> Hello Andres, welcome in the formidable world :)
>
> I think you should add :
>
> require_once(PATH_formidableapi);
>
> at the top of your plugin.
>
> If it's not working, the problem is other.
>
> Hope this help.
>
> Luc =:0)
>
> Andres Toomsalu a écrit :
>   
>> Hi,
>>
>> I'm trying to get formidable working but no lock with out-of-box 
>> install and current wiki documentation.
>> I have installed /ameos_formidable 1.1.0 plugin into typo3 v4.2.0.
>> I then created an FEPlugin extension with kickstarter and inserted the 
>> following code to the skeletons main function:
>>
>> $this->oForm = t3lib_div::makeInstance("tx_ameosformidable");
>> $this->oForm->init(
>>            $this,
>>            t3lib_extmgm::extPath($this->extKey) . "xml/form1.xml"//,
>>            //25    // uid of the record to edit ( if edition needed ;)
>>            );
>>
>> $content = $this->oForm->render();
>>
>>
>> When executing the plugin I get an error:
>> /*Fatal error*: Class 'tx_ameosformidable' not found in 
>> */home/html/typo3extdev/typo3_src-4.2.0/t3lib/class.t3lib_div.php* on 
>> line *4533
>>
>> So how do I include tx_ameosformidable in proper way then?
>>
>> Regards,
>> *
>>
>>     
>
>
>   


More information about the TYPO3-project-formidable mailing list