Hi. I've got the sfGuardPlugin according to the wiki instructions, it
worked fine, I was able to create and edit several users and groups
through the http://localhost/frontend_dev.php/sfGuardGroup and
sfGuardUser pages.
I've created a schema.yml file:
---
propel:
reqs_master:
_attributes:
phpName: ReqMaster
req_id:
type: integer
required: true
primaryKey: true
autoIncrement: true
user_sol:
type: integer
organization:
type: integer
...
The model is a lot larger, so I cut it.
The propel-build-all has created the necesary classes of my
model(schema.yml), and they worked.
After a while I decide'd to create more users, I whent to
http://localhost/frontend_dev.php/sfGuardUser to create another user(I
worked before), but insted the create user page an error page
appeared.
Fatal error: Class 'ReqMasterMapBuilder' not found in C:\Program Files
\XAMPP\xampp\php\pear\symfony\addon\propel\generator
\sfPropelCrudGenerator.class.php on line 73
In the folder C:\Program Files\XAMPP\xampp\htdocs\uno\lib\model\map
the file ReqMasterMapBuilder.php appears.
Am I doing something wrong building my model ?
Regards,
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---