I am trying to use the 1.1 to do admin generator tasks and have the
following problems:
1. I performed the appropriate admin generator steps:
symfony generate:app admin
symfony init-admin admin type Type
When I try to access the type page I get
Warning: require_once(C:\Documents and Settings\josephk\osw\cache\admin
\dev\modules/autoType/actions/actions.class.php) [function.require-
once]: failed to open stream: No such file or directory in C:
\Documents and Settings\josephk\osw\cache\admin\dev\config
\modules_type_config_generator.yml.php on line 4
Fatal error: require_once() [function.require]: Failed opening
required 'C:\Documents and Settings\josephk\osw\cache\admin\dev
\modules/autoType/actions/actions.class.php' (include_path='C:
\Documents and Settings\josephk\osw;.;C:\PHP\pear;C:\PHP\pear\symfony
\lib\plugins\sfPropelPlugin\config/../lib/vendor;C:\PHP\pear\symfony
\lib\plugins\sfPropelPlugin\lib\creole\database/../../vendor') in C:
\Documents and Settings\josephk\osw\cache\admin\dev\config
\modules_type_config_generator.yml.php on line 4
The file ...modules_type_config_generator.yml exists with a <?php ... ?
> line as its contents. I have never seen this sort of thing, a yml
file getting a php extension. What is happening here? Did I miss an
important step?
2. Standard sfGuardAuth generators do not seem to work correctly
either. If I try to access the sfGuardUser generator, I get a similar
error. This seems to point to a problem with the admin generator
logic maybe? I don't know where to look for answers...
/Joe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" 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-devs?hl=en
-~----------~----~----~----~------~----~------~--~---