For information, this is my stack trace.
stack trace
* at ()
in SF_SYMFONY_LIB_DIR\form\sfForm.class.php line 955 ...
952. {
953. if (!$widget = $this->widgetSchema[$name])
954. {
955. throw new InvalidArgumentException(sprintf
('Widget "%s" does not exist.', $name));
956. }
957.
958. if ($this->isBound)
* at sfForm->offsetGet('groups_list')
in SF_ROOT_DIR\cache\backend\dev\modules\autoSfGuardUser
\templates\_form_field.php line 6 ...
3. <?php elseif ($field->isComponent()): ?>
4. <?php include_component('sfGuardUser', $name, array
('form' => $form, 'attributes' => $attributes instanceof
sfOutputEscaper ? $attributes->getRawValue() : $attributes)) ?>
5. <?php else: ?>
6. <div class="<?php echo $class ?><?php $form[$name]-
>hasError() and print ' errors' ?>">
7. <?php echo $form[$name]->renderError() ?>
8. <div>
9. <?php echo $form[$name]->renderLabel($label) ?
>
* at require('C:\xampp\htdocs\solveet\cache\backend\dev\modules
\autoSfGuardUser\templates\_form_field.php')
in SF_SYMFONY_LIB_DIR\view\sfPHPView.class.php line 77 ...
74. // render
75. ob_start();
76. ob_implicit_flush(0);
77. require($_sfFile);
78.
79. return ob_get_clean();
80. }
* at sfPHPView->renderFile('C:\xampp\htdocs\solveet\cache\backend
\dev\modules/autoSfGuardUser/templates/_form_field.php')
in SF_SYMFONY_LIB_DIR\view\sfPartialView.class.php line 86 ...
83. $this->getAttributeHolder()->set('sf_type',
'partial');
84.
85. // render template
86. $retval = $this->renderFile($this->getDirectory
().'/'.$this->getTemplate());
87.
88. if (sfConfig::get('sf_cache'))
89. {
* at sfPartialView->render()
in SF_SYMFONY_LIB_DIR\helper\PartialHelper.php line 218 ...
215. $view = new $class($context, $moduleName,
$actionName, '');
216. $view->setPartialVars($vars);
217.
218. return $view->render();
219. }
220.
221. /**
* at get_partial('sfGuardUser/form_field', array('name' =>
'groups_list', array(), null, null, object('sfGuardUserAdminForm'),
object('sfModelGeneratorConfigurationField'), 'class' =>
'sf_admin_form_row sf_admin_text sf_admin_form_field_groups_list'))
in SF_SYMFONY_LIB_DIR\helper\PartialHelper.php line 180 ...
177. */
178. function include_partial($templateName, $vars = array
())
179. {
180. echo get_partial($templateName, $vars);
181. }
182.
183. /**
* at include_partial()
in SF_ROOT_DIR\cache\backend\dev\modules\autoSfGuardUser
\templates\_form_fieldset.php line 16 ...
13. 'form' => $form,
14. 'field' => $field,
15. 'class' => 'sf_admin_form_row
sf_admin_'.strtolower($field->getType()).' sf_admin_form_field_'.
$name,
16. )) ?>
17. <?php endforeach; ?>
18. </fieldset>
19.
* at require('C:\xampp\htdocs\solveet\cache\backend\dev\modules
\autoSfGuardUser\templates\_form_fieldset.php')
in SF_SYMFONY_LIB_DIR\view\sfPHPView.class.php line 77 ...
74. // render
75. ob_start();
76. ob_implicit_flush(0);
77. require($_sfFile);
78.
79. return ob_get_clean();
80. }
* at sfPHPView->renderFile('sfGuardUser/form_field', array('name'
=> 'groups_list', array(), null, null, object('sfGuardUserAdminForm'),
object('sfModelGeneratorConfigurationField'), 'class' =>
'sf_admin_form_row sf_admin_text sf_admin_form_field_groups_list'))
in SF_SYMFONY_LIB_DIR\view\sfPartialView.class.php line 86 ...
83. $this->getAttributeHolder()->set('sf_type',
'partial');
84.
85. // render template
86. $retval = $this->renderFile($this->getDirectory
().'/'.$this->getTemplate());
87.
88. if (sfConfig::get('sf_cache'))
89. {
* at sfPartialView->render('C:\xampp\htdocs\solveet\cache\backend
\dev\modules/autoSfGuardUser/templates/_form_fieldset.php')
in SF_SYMFONY_LIB_DIR\helper\PartialHelper.php line 218 ...
215. $view = new $class($context, $moduleName,
$actionName, '');
216. $view->setPartialVars($vars);
217.
218. return $view->render();
219. }
220.
221. /**
* at get_partial()
in SF_SYMFONY_LIB_DIR\helper\PartialHelper.php line 180 ...
177. */
178. function include_partial($templateName, $vars = array
())
179. {
180. echo get_partial($templateName, $vars);
181. }
182.
183. /**
* at include_partial()
in SF_ROOT_DIR\cache\backend\dev\modules\autoSfGuardUser
\templates\_form.php line 13 ...
10. <?php endif; ?>
11.
12. <?php foreach ($configuration->getFormFields
($form, $form->isNew() ? 'new' : 'edit') as $fieldset => $fields): ?>
13. <?php include_partial('sfGuardUser/
form_fieldset', array('sf_guard_user' => $sf_guard_user, 'form' =>
$form, 'fields' => $fields, 'fieldset' => $fieldset)) ?>
14. <?php endforeach; ?>
15.
16. <?php include_partial('sfGuardUser/
form_actions', array('sf_guard_user' => $sf_guard_user, 'form' =>
$form, 'configuration' => $configuration, 'helper' => $helper)) ?>
* at require('C:\xampp\htdocs\solveet\cache\backend\dev\modules
\autoSfGuardUser\templates\_form.php')
in SF_SYMFONY_LIB_DIR\view\sfPHPView.class.php line 77 ...
74. // render
75. ob_start();
76. ob_implicit_flush(0);
77. require($_sfFile);
78.
79. return ob_get_clean();
80. }
Frédéric
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---