On Tue, 25 May 2010, natzars wrote: > hi everyone, I get this problem when I upgrade symfony version 1.3.4 > to 1.4.4 I don't know how to resolve it > can I do it > > >>Fatal error: Uncaught exception 'InvalidArgumentException' with message > >>'Unable to load "FormHelper.php" helper in: > >>SF_ROOT_DIR\apps\appsetup\lib/helper, SF_ROOT_DIR\lib/helper, > >>SF_SYMFONY_LIB_DIR/helper.' in > >>C:\xampp\php\PEAR\symfony\config\sfApplicationConfiguration.class.php:660 > >>............. > > I'm already read the document from > http://www.symfony-project.org/tutorial/1_4/en/deprecated > but I don't understand
What dont you understand exactly? The doc says: "The following helper groups have been deprecated in symfony 1.3 and will be removed in symfony 1.4: All helpers related to the 1.0 form system as provided by the sfCompat10Plugin: DateForm, Form, ObjectAdmin, Object, and Validation" Which part of "will be removed in symfony 1.4" is confusing here? The new forms system was introduced in 1.1 and was in the documentation for 1.1 and 1.2: http://www.symfony-project.org/doc/1_1/en/ http://www.symfony-project.org/doc/1_2/en/ -- -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
