Hi,

I checkedout copy of sfDoctrineSimpleCMSPlugin from
http://svn.symfony-project.com/plugins/sfDoctrineSimpleCMSPlugin/

And copied files
from
sfDoctrineSimpleCMSPlugin/trunk
to
plugin/sfDoctrineSimpleCMSPlugin
folder.

Then again, I copied "web" folder from plugin/
sfDoctrineSimpleCMSPlugin/ and put it into my projects web folder and
renamed it to sfSimpleCMSPlugin.

After this step, I executed doctrine:build-all-load command and could
see that http://symfonytest/frontend_dev.php/sfSimpleCMS works fine. I
can browse pages etc. However when I try to access admin module, i.e.,
http://symfonytest/frontend_dev.php/sfSimpleCMSAdmin it throws up
following error

"Class sfDoctrineAdminGenerator does not exist"
at ()
in SF_SYMFONY_LIB_DIR\config\sfGeneratorConfigHandler.class.php line
85 ...

        82.     $data = '';
        83.
        84.     // needed to maintain BC with the 1.0 admin generator
        85.     $r = new ReflectionClass($class);
        86.     if (
        87.       (class_exists('sfPropelAdminGenerator') &&
('sfPropelAdminGenerator' == $class || $r->isSubclassOf(new
ReflectionClass('sfPropelAdminGenerator'))))
        88.       ||



Is it something to do with application configuration? Or I am missing
some steps in installing this plugin?? What steps I have to follow to
get it working?

Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to