[TYPO3-project-formidable] installation fails, no module icon

Jerome Schneider j.schneider at ameos.com
Tue Feb 6 14:46:00 CET 2007


Hello Tim !

The manual included in FORMidable is obsolete and we're going to remove 
it for the next update on the TER.

Formidable don't use backend module anymore, so don't worry if nothing 
appears ;)

You'll find the latest (but uncomplete) documentation here:

http://www.ameos.com/fileadmin/AMEOS/Typo3/documentation/manual_formidable_byex.pdf 



Once formidable is installed, you just have to instanciate it in one of 
your plugin, passing the xml path file, and call the render ( 
everything's described in manual_formidable_byex.pdf, page 7 )




Hope this helps,
Jerome

PS: welcome to the formidable project community !


Tim Kleigrewe a écrit :
> Hi,
> 
> Im just wondering why my installtion of formiddable won't work. Is it
> compatible with typo3 4.0.4?
> I followed the ext manual and installed the latest ameos_formidable,
> api_macmade, cc_debug et rlmp_dateselectlib from TER in a fresh typo3
> installation.
> The manual says: "A new menu item 'FORMidable' has been added in the
> 'Tools' section. Click on it."
> I don't get one. In my EXT-manager i get the message:
> 	
> "Code warnings:(developer-relevant)
> It seems like there is a backend module in "mod1/conf.php" which is not
> configured in ext_emconf.php"
> 
> that is true... I've tested the the ter and the versions form ameos website.
> 
> any hints? i would really like to use that extension - it looks great!
> 
> 
> thanks!
> tim
> 
> 
> ########################################################################
> # Extension Manager/Repository config file for ext: "ameos_formidable"
> #
> # Auto generated 06-02-2007 14:10
> #
> # Manual updates:
> # Only the data in the array - anything else is removed by next write.
> # "version" and "dependencies" must not be touched!
> ########################################################################
> 
> $EM_CONF[$_EXTKEY] = array(
> 	'title' => 'Ameos Formidable',
> 	'description' => 'Form-oriented API',
> 	'category' => 'misc',
> 	'shy' => 0,
> 	'version' => '0.6.0',
> 	'dependencies' => '',
> 	'conflicts' => '',
> 	'priority' => '',
> 	'loadOrder' => '',
> 	'module' => '',
> 	'state' => 'beta',
> 	'uploadfolder' => 0,
> 	'createDirs' => '',
> 	'modify_tables' => '',
> 	'clearcacheonload' => 1,
> 	'lockType' => '',
> 	'author' => 'Jerome Schneider',
> 	'author_email' => 'typo3dev at ameos.com',
> 	'author_company' => '',
> 	'CGLcompliance' => '',
> 	'CGLcompliance_note' => '',
> 	'constraints' => array(
> 		'depends' => array(
> 		),
> 		'conflicts' => array(
> 		),
> 		'suggests' => array(
> 		),
> 	),
> 	'_md5_values_when_last_written' ..........
> 
> 
> 
> 


More information about the TYPO3-project-formidable mailing list