Hi,
When I try to edit a user form I get an error:
Fatal error: Class 'BaseProfileForm' not found in
C:\projectFolder\myproject\lib\vendor\symfony-1.2.10\lib\plugins
\sfDoctrinePlugin\test\functional\fixtures\lib\form\doctrine
\ProfileForm.class.php
on line 11
Can you explain why I get this error? I think it is a bug!
I have searched the code for this class and indeed it does not exist!
The ProfileFormFilterClass is like this
class ProfileFormFilter extends BaseProfileFormFilter
{
public function configure()
{
}
}
but the class BaseProfileFormFilter does not exist! I think this is a
problem with symfony 1.2.10
--
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.