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

Luc Muller l.mul-nospam-ler at ameos.com
Tue Nov 4 11:45:36 CET 2008


 :) great to see it's working, so there's no big problems with the system.

Formidable.typo3.ug is full of small example that will allow you to have 
a start with formidable.

By the way, as you've mentionned it for the wiki, It's a wiki ;) feel 
free to add as much information  you think is missing. we'll be glad to 
see documentation are growigin thanks to the community, as we only got 
really little time to work on this.

We mainly think that debbuging and adding functionnality to Formidable 
is the most important for the moment.

Cheers!

Luc =:0)

Andres Toomsalu a écrit :
> 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,
>>> *
>>>
>>>     
>>
>>
>>   


-- 

*Luc Muller*
/Web Developper/
/Formidable - Rapid Application Developpement Framework for Typo3 
<http://formidable.typo3.ug>/
/Typo3 Ameos <http://www.ameos.com>/


More information about the TYPO3-project-formidable mailing list